summaryrefslogtreecommitdiff
path: root/test/string_lit.go
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-27/+27
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox1-0/+30
R=ken2 CC=golang-dev http://codereview.appspot.com/224060
2009-12-09- gofmt these filesRobert Griesemer1-26/+26
- 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-08-17fix up some irregular indentationRob Pike1-5/+5
R=rsc OCL=33382 CL=33391
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+3
R=r OCL=28569 CL=28573
2009-01-16casify, cleanup sysRuss Cox1-2/+2
R=r OCL=22978 CL=22984
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-07update to Unicode 5Rob Pike1-0/+9
SVN=126184
2008-06-27export sys.exitRob Pike1-2/+2
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173
2008-06-08fix string_lit test to be more thoroughRob Pike1-21/+70
SVN=121623
2008-06-06fix erroneous testRob Pike1-1/+1
SVN=121554
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer1-2/+3
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167
2008-03-26- Make Coco/R-based parser work w/ UTF-8 encoded files even if there isRobert Griesemer1-4/+4
no (optional) UTF-8 marker present. SVN=113931
2008-03-26- new directory structureRobert Griesemer1-0/+29
SVN=113851