summaryrefslogtreecommitdiff
path: root/test/64bit.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+709
2011-09-13Imported Upstream version 60Ondřej Surý1-709/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-151/+151
2009-12-09- gofmt these filesRobert Griesemer1-238/+211
- remove use of implicit string concatenation - these appear to be the only files correctly compiling under test that used implicit string concatenation R=rsc http://codereview.appspot.com/172043
2009-10-15386 shift bug; wasn't zero-extending 16- and 8-bit countsRuss Cox1-8/+38
+test R=ken OCL=35801 CL=35801
2009-05-31new 64-bit math test.Russ Cox1-0/+706
allow multiline recipes in run. R=r DELTA=712 (708 added, 2 deleted, 2 changed) OCL=29641 CL=29666