summaryrefslogtreecommitdiff
path: root/test/rotate.go
Commit message (Expand)AuthorAgeFilesLines
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* test: add rotate.go and fixedbugs/bug313Rémy Oudompheng2013-01-111-10/+5
* test: expand run.go's errorcheck, make clear which bugs runRuss Cox2012-09-231-0/+3
* test: avoid interface conversion in rotate.goRémy Oudompheng2012-06-041-11/+17
* cmd/gc: recognize u<<1 op u>>31 as a rotate when op is ^, not just |.Nigel Tao2012-06-041-42/+63
* cmd/gc: faster code, mainly for rotateRuss Cox2012-05-241-0/+141