summaryrefslogtreecommitdiff
path: root/src/lib/json/generic_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-76/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-05-07Define Len() for JSON Map.David Symonds1-0/+4
R=rsc APPROVED=rsc DELTA=6 (5 added, 0 deleted, 1 changed) OCL=28398 CL=28430
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-2/+2
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-2/+2
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-01-20delete exportRuss Cox1-2/+2
TBR=r OCL=23121 CL=23127
2009-01-06new new & makeRuss Cox1-1/+1
R=r OCL=22166 CL=22166
2008-12-15range clause must have = or :=Ken Thompson1-1/+1
:= illegal in for-increment R=r OCL=21204 CL=21204
2008-12-11add JSON libraryRuss Cox1-0/+72
R=r DELTA=1127 (1127 added, 0 deleted, 0 changed) OCL=20975 CL=20983