summaryrefslogtreecommitdiff
path: root/src/pkg/reflect
Commit message (Expand)AuthorAgeFilesLines
* - application of gofmt with one-line composite literal structs enabledRobert Griesemer2009-11-062-132/+30
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-063-267/+89
* missing piece gofmt'ed in reflectRobert Griesemer2009-11-051-36/+108
* gofmt-ify reflectRobert Griesemer2009-11-054-241/+417
* misc cleanupRuss Cox2009-11-011-1/+1
* Add SetValue(Value) to the Value interface.Adam Langley2009-10-212-2/+172
* apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox2009-10-073-96/+94
* undo 35108 (disallow parens around type in struct literal).Russ Cox2009-09-291-5/+5
* disallow parens around type in struct literal syntax,Russ Cox2009-09-291-5/+5
* unused importsRuss Cox2009-09-171-1/+0
* more "declared and not used".Russ Cox2009-09-153-10/+10
* fix "declared and not used" errors in non-test code.Russ Cox2009-09-142-3/+0
* nil in DeepEqualRuss Cox2009-09-032-8/+7
* Restore comment line accidentally dropped in CL 33097.Ian Lance Taylor2009-08-261-0/+1
* finish ChanValue: Len and Cap.Russ Cox2009-08-262-0/+23
* add Close() and Closed() to ChanValueRuss Cox2009-08-262-0/+33
* change reflect test to avoid bug132Russ Cox2009-08-241-3/+20
* - fix for multiple fields at same depth errorRobert Griesemer2009-08-241-4/+9
* delete forward type declarationsRuss Cox2009-08-121-2/+0
* convert low-level (used by testing) packages toRuss Cox2009-08-126-125/+39
* remove unnecessary pkg. referencesRuss Cox2009-08-101-1/+1
* - FieldByName lookup through anonymous fieldsRobert Griesemer2009-08-053-11/+267
* don't crash printing a nil mapRob Pike2009-08-031-1/+5
* bug177: anonymous struct fields in reflectRuss Cox2009-07-281-16/+12
* fix build - broke with uint32 -> int change in reflect SliceHeaderRuss Cox2009-07-271-5/+5
* fix SliceHeader: len and cap are int, not uint32Russ Cox2009-07-271-2/+2
* Don't cast nil to a fixed array type.Ian Lance Taylor2009-07-211-1/+1
* Make struct field names unique.Ian Lance Taylor2009-07-201-5/+5
* change reflect.Type.Name() into two functions: Name() and PkgPath() for ease ...Rob Pike2009-07-171-15/+22
* add FieldByName to the interface of reflect.StructTypeRob Pike2009-07-162-1/+34
* fix some bad testing printsRob Pike2009-07-161-1/+1
* reflection for interface setRuss Cox2009-07-103-14/+44
* DeepEqual for mapsRob Pike2009-07-102-17/+31
* reflection for methodsRuss Cox2009-07-093-22/+138
* reflection for functionsRuss Cox2009-07-083-11/+110
* reflection for channelsRuss Cox2009-07-082-6/+129
* reflection for mapsRuss Cox2009-07-083-7/+127
* typestring.c is no longer needed.Ian Lance Taylor2009-07-072-39/+1
* update reflect supporting functions,Russ Cox2009-07-073-512/+374
* install new reflect:Russ Cox2009-07-074-3139/+1079
* new reflect Value implementations.Russ Cox2009-07-061-0/+419
* new reflect type.go implementationRuss Cox2009-07-061-7/+173
* new reflect library data structures and code declarationsRuss Cox2009-07-062-0/+926
* make a description of the slice header publicRob Pike2009-07-021-15/+18
* add test, fix bug: structs that differ in theirRuss Cox2009-07-013-10/+37
* fix buildRuss Cox2009-06-251-2/+2
* add reflect.Typeof; test for and fix nil interface bug in DeepEqualRuss Cox2009-06-253-10/+38
* style police: parens in if, for, switch, rangeRuss Cox2009-06-242-3/+3
* Fix a proto encoding crasher whereby a nil in a repeated group field would cr...David Symonds2009-06-153-4/+20
* mv src/lib to src/pkgRob Pike2009-06-097-0/+3088