summaryrefslogtreecommitdiff
path: root/src/pkg/testing
AgeCommit message (Collapse)AuthorFilesLines
2009-08-12convert non-low-level non-google pkg codeRuss Cox4-119/+10
to whole-package compilation. R=r OCL=33070 CL=33101
2009-08-11make a simpler regexp implementation with fewer dependencies and put it ↵Rob Pike4-7/+1160
inside testing. remove "regexp." from regexp tests. R=rsc DELTA=1173 (1152 added, 1 deleted, 20 changed) OCL=33028 CL=33037
2009-08-05support []byte (more efficient) as well as string in the interfaces.Rob Pike1-1/+1
change the names; Match is for []byte and MatchString is for string, etc. R=rsc DELTA=195 (155 added, 0 deleted, 40 changed) OCL=32800 CL=32800
2009-06-09mv src/lib to src/pkgRob Pike5-0/+375
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102