summaryrefslogtreecommitdiff
path: root/src/pkg/reflect/all_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-20/+11
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-129/+246
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox1-60/+97
2010-06-14remove uses of ... from tree, add one testRuss Cox1-2/+26
2010-04-20reflect: implement Set(nil), SetValue(nil) for PtrValue and MapValueRuss Cox1-0/+26
2010-02-24gofmt: don't print ()'s around function-typed results (not needed anymore)Robert Griesemer1-1/+1
2010-01-26gc: fix chan <- chan precedence.Russ Cox1-1/+1
2010-01-24gc: record full package paths in runtime type dataRuss Cox1-0/+7
2009-12-151) Change default gofmt default settings forRobert Griesemer1-317/+317
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-1/+1
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-114/+114
2009-11-08delete a pointless todo in all_test.go.Rob Pike1-1/+1
2009-11-06- application of gofmt with one-line composite literal structs enabledRobert Griesemer1-129/+29
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-9/+3
2009-11-05missing piece gofmt'ed in reflectRobert Griesemer1-36/+108
2009-11-05gofmt-ify reflectRobert Griesemer1-198/+367
2009-10-21Add SetValue(Value) to the Value interface.Adam Langley1-1/+43
2009-09-29undo 35108 (disallow parens around type in struct literal).Russ Cox1-5/+5
2009-09-29disallow parens around type in struct literal syntax,Russ Cox1-5/+5
2009-09-15more "declared and not used".Russ Cox1-7/+7
2009-09-03nil in DeepEqualRuss Cox1-0/+2
2009-08-26finish ChanValue: Len and Cap.Russ Cox1-0/+11
2009-08-26add Close() and Closed() to ChanValueRuss Cox1-0/+19
2009-08-24change reflect test to avoid bug132Russ Cox1-3/+20
2009-08-12convert low-level (used by testing) packages toRuss Cox1-28/+28
2009-08-05- FieldByName lookup through anonymous fieldsRobert Griesemer1-0/+144
2009-07-21Don't cast nil to a fixed array type.Ian Lance Taylor1-1/+1
2009-07-20Make struct field names unique.Ian Lance Taylor1-5/+5
2009-07-16add FieldByName to the interface of reflect.StructTypeRob Pike1-1/+10
2009-07-16fix some bad testing printsRob Pike1-1/+1
2009-07-10reflection for interface setRuss Cox1-4/+29
2009-07-10DeepEqual for mapsRob Pike1-12/+18
2009-07-09reflection for methodsRuss Cox1-0/+34
2009-07-08reflection for functionsRuss Cox1-0/+19
2009-07-08reflection for channelsRuss Cox1-2/+76
2009-07-08reflection for mapsRuss Cox1-0/+54
2009-07-07update reflect supporting functions,Russ Cox1-310/+275
2009-07-01add test, fix bug: structs that differ in theirRuss Cox1-0/+3
2009-06-25fix buildRuss Cox1-2/+2
2009-06-25add reflect.Typeof; test for and fix nil interface bug in DeepEqualRuss Cox1-0/+11
2009-06-15Fix a proto encoding crasher whereby a nil in a repeated group field would cr...David Symonds1-0/+7
2009-06-09mv src/lib to src/pkgRob Pike1-0/+613