summaryrefslogtreecommitdiff
path: root/src/lib/strings_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-05-05directory-per-package step 1: move files from lib/X.go to lib/X/X.goRob Pike1-81/+0
no substantive changes except: - new Makefiles, all auto-generated - go/src/lib/Makefile has been extensively edited R=rsc OCL=28310 CL=28310
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-14/+14
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-13convert composite literals from { } to ( ).Russ Cox1-14/+14
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-01-20delete exportRuss Cox1-4/+4
TBR=r OCL=23121 CL=23127
2009-01-16casify miscRuss Cox1-6/+6
R=r DELTA=247 (20 added, 50 deleted, 177 changed) OCL=22951 CL=22955
2008-12-18convert *[] to [].Russ Cox1-13/+13
R=r OCL=21563 CL=21571
2008-12-04strings.utflen -> utf8.RuneCount, RuneCountInStringRuss Cox1-18/+0
R=r DELTA=94 (52 added, 33 deleted, 9 changed) OCL=20547 CL=20552
2008-11-24convert tests.Russ Cox1-0/+99
refine gotest's test selection criteria. R=r DELTA=1590 (745 added, 844 deleted, 1 changed) OCL=19903 CL=19936