summaryrefslogtreecommitdiff
path: root/test/switch.go
AgeCommit message (Collapse)AuthorFilesLines
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-9/+0
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-5/+122
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-70/+226
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+139
2011-09-13Imported Upstream version 60Ondřej Surý1-139/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-79/+79
2009-09-14fix "declared and not used" in tests;Russ Cox1-23/+23
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
2008-08-11fix bug depot:Rob Pike1-2/+2
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-08test update. also remove two duplicatesRob Pike1-7/+7
SVN=126336
2008-06-15now checks for lvalue/rvalue context ofKen Thompson1-0/+8
expressions. start of generics for calling builtin functions start of map type 'any' demoted from reserved word to type SVN=122808
2008-06-06- fixed a few tests and added 3 incorrectly succeeding testsRobert Griesemer1-1/+1
- updated go_lang.txt to be more uniform and match the implementation - made makehtml work on Mac - fixed a couple of bugs in go.atg SVN=121520
2008-06-06lots of new testsRob Pike1-0/+131
SVN=121464