aboutsummaryrefslogtreecommitdiff
path: root/test/rotate.go
AgeCommit message (Expand)Author
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2013-01-11test: add rotate.go and fixedbugs/bug313Rémy Oudompheng
2012-09-23test: expand run.go's errorcheck, make clear which bugs runRuss Cox
2012-06-04test: avoid interface conversion in rotate.goRémy Oudompheng
2012-06-04cmd/gc: recognize u<<1 op u>>31 as a rotate when op is ^, not just |.Nigel Tao
2012-05-24cmd/gc: faster code, mainly for rotateRuss Cox