summaryrefslogtreecommitdiff
path: root/test/simassign.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+3
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+77
2011-09-13Imported Upstream version 60Ondřej Surý1-77/+0
2010-03-30single argument panicRuss Cox1-44/+42
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041
2009-12-09missed a couple of files in testRobert Griesemer1-6/+3
R=rsc, r http://codereview.appspot.com/172045
2009-08-07bug159Russ Cox1-14/+13
R=ken OCL=32902 CL=32914
2008-08-11fix bug depot:Rob Pike1-10/+10
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-07-03fix some testsRob Pike1-1/+16
SVN=125987
2008-07-03fix typo in file nameRob Pike1-0/+68
SVN=125964