summaryrefslogtreecommitdiff
path: root/test/shift2.go
Commit message (Collapse)AuthorAgeFilesLines
* test: add shift expression incorrectly rejected by gccgo.R?my Oudompheng2013-06-251-0/+1
| | | | | | R=golang-dev, iant CC=golang-dev https://codereview.appspot.com/10483045
* test/[n-z]*.go: add documentationRob Pike2012-02-241-0/+2
| | | | | | R=golang-dev, bradfitz, r CC=golang-dev http://codereview.appspot.com/5700056
* test: use testlib (another bunch).R?my Oudompheng2012-02-181-1/+1
| | | | | | | | | | | Apply sed with: 1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run, 1s,^// $G $D/$F.go || echo.*,// compile, R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5656099
* gc: implement new shift rulesRuss Cox2011-05-311-1/+1
| | | | | | | | The change is that 1.0<<2 is now okay. R=ken2 CC=golang-dev http://codereview.appspot.com/4524084
* test: test cases for issue 1708.Robert Griesemer2011-05-251-0/+42
R=rsc CC=golang-dev http://codereview.appspot.com/4548058