Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-10 | make test/ken safe for optional semis | Robert Griesemer | 1 | -10/+5 | |
R=rsc, ken2, ken3 http://codereview.appspot.com/174042 | |||||
2008-09-29 | Storing an out of range constant into a variable should | Ian Lance Taylor | 1 | -6/+0 | |
ideally cause the compiler to give an error. Right now 6g warns about large shifts but does not give an error. This CL removes the out of range shift from shift.go, so that it will work with gccgo, and adds a test case in bugs/ to be fixed at a later date. R=ken,r DELTA=23 (9 added, 14 deleted, 0 changed) OCL=16085 CL=16088 | |||||
2008-09-03 | update tests | Rob Pike | 1 | -1/+0 | |
add commands to two new ken tests R=gri OCL=14751 CL=14751 | |||||
2008-08-29 | fix type of (1<<x) | Ken Thompson | 1 | -0/+131 | |
R=r OCL=14656 CL=14656 |