summaryrefslogtreecommitdiff
path: root/src/lib/json/struct.go
AgeCommit message (Collapse)AuthorFilesLines
2009-05-12change name of reflect.NewInitValue to the more descriptive NewZeroValue.Rob Pike1-1/+1
R=rsc DELTA=10 (0 added, 0 deleted, 10 changed) OCL=28717 CL=28720
2009-03-11document jsonRuss Cox1-0/+55
R=r DELTA=115 (102 added, 0 deleted, 13 changed) OCL=25953 CL=26128
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-3/+3
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-3/+3
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-02-11insert type assertions when narrowing.Russ Cox1-2/+2
R=r OCL=24349 CL=24913
2009-01-23remove the "open" concept from reflect and go with slices and arrays.Rob Pike1-2/+2
the two still share an interface and Kind; that's probably ok but might be worth revisiting. R=rsc DELTA=74 (1 added, 8 deleted, 65 changed) OCL=23416 CL=23418
2009-01-21change reflect.CopyArray into a method on ArrayValue called CopyFromRob Pike1-1/+1
R=rsc DELTA=16 (12 added, 0 deleted, 4 changed) OCL=23242 CL=23242
2009-01-20delete exportRuss Cox1-1/+1
TBR=r OCL=23121 CL=23127
2009-01-16casify jsonRuss Cox1-23/+23
R=r DELTA=163 (0 added, 0 deleted, 163 changed) OCL=22910 CL=22939
2008-12-11add JSON libraryRuss Cox1-0/+214
R=r DELTA=1127 (1127 added, 0 deleted, 0 changed) OCL=20975 CL=20983