aboutsummaryrefslogtreecommitdiff
path: root/test/string_lit.go
AgeCommit message (Expand)Author
2013-12-12test: add []rune case to string_lit.goIan Lance Taylor
2013-02-12test: ensure all failing tests exit nonzero.Alan Donovan
2012-08-30cmd/gc: string conversion for surrogatesRob Pike
2012-02-24test/[n-z]*.go: add documentationRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2010-09-04test: remove semiocolons.Rob Pike
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox
2009-12-09- gofmt these filesRobert Griesemer
2009-08-17fix up some irregular indentationRob Pike
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-01-16casify, cleanup sysRuss Cox
2008-08-11fix bug depot:Rob Pike
2008-07-07update to Unicode 5Rob Pike
2008-06-27export sys.exitRob Pike
2008-06-08fix string_lit test to be more thoroughRob Pike
2008-06-06fix erroneous testRob Pike
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer
2008-03-26- Make Coco/R-based parser work w/ UTF-8 encoded files even if there isRobert Griesemer
2008-03-26- new directory structureRobert Griesemer