summaryrefslogtreecommitdiff
path: root/src/lib/regexp/all_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-235/+0
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-2/+2
2009-03-04remove some incorrect capitalizations.Rob Pike1-1/+1
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-43/+43
2009-02-13convert composite literals from { } to ( ).Russ Cox1-43/+43
2009-01-20delete exportRuss Cox1-16/+16
2009-01-16recasify regexp to use underscores and clean up the tests moreRob Pike1-24/+24
2009-01-15casify lib/regexpRob Pike1-48/+48
2009-01-06new new & makeRuss Cox1-1/+1
2009-01-06A richer interface for regexps. Simple boolean matcher, a vector of strings ...Rob Pike1-4/+89
2008-12-18convert *[] to [].Russ Cox1-45/+33
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike1-0/+162