index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
reflect
Commit message (
Expand
)
Author
Age
Files
Lines
*
- application of gofmt with one-line composite literal structs enabled
Robert Griesemer
2009-11-06
2
-132
/
+30
*
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2009-11-06
3
-267
/
+89
*
missing piece gofmt'ed in reflect
Robert Griesemer
2009-11-05
1
-36
/
+108
*
gofmt-ify reflect
Robert Griesemer
2009-11-05
4
-241
/
+417
*
misc cleanup
Russ Cox
2009-11-01
1
-1
/
+1
*
Add SetValue(Value) to the Value interface.
Adam Langley
2009-10-21
2
-2
/
+172
*
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...
Russ Cox
2009-10-07
3
-96
/
+94
*
undo 35108 (disallow parens around type in struct literal).
Russ Cox
2009-09-29
1
-5
/
+5
*
disallow parens around type in struct literal syntax,
Russ Cox
2009-09-29
1
-5
/
+5
*
unused imports
Russ Cox
2009-09-17
1
-1
/
+0
*
more "declared and not used".
Russ Cox
2009-09-15
3
-10
/
+10
*
fix "declared and not used" errors in non-test code.
Russ Cox
2009-09-14
2
-3
/
+0
*
nil in DeepEqual
Russ Cox
2009-09-03
2
-8
/
+7
*
Restore comment line accidentally dropped in CL 33097.
Ian Lance Taylor
2009-08-26
1
-0
/
+1
*
finish ChanValue: Len and Cap.
Russ Cox
2009-08-26
2
-0
/
+23
*
add Close() and Closed() to ChanValue
Russ Cox
2009-08-26
2
-0
/
+33
*
change reflect test to avoid bug132
Russ Cox
2009-08-24
1
-3
/
+20
*
- fix for multiple fields at same depth error
Robert Griesemer
2009-08-24
1
-4
/
+9
*
delete forward type declarations
Russ Cox
2009-08-12
1
-2
/
+0
*
convert low-level (used by testing) packages to
Russ Cox
2009-08-12
6
-125
/
+39
*
remove unnecessary pkg. references
Russ Cox
2009-08-10
1
-1
/
+1
*
- FieldByName lookup through anonymous fields
Robert Griesemer
2009-08-05
3
-11
/
+267
*
don't crash printing a nil map
Rob Pike
2009-08-03
1
-1
/
+5
*
bug177: anonymous struct fields in reflect
Russ Cox
2009-07-28
1
-16
/
+12
*
fix build - broke with uint32 -> int change in reflect SliceHeader
Russ Cox
2009-07-27
1
-5
/
+5
*
fix SliceHeader: len and cap are int, not uint32
Russ Cox
2009-07-27
1
-2
/
+2
*
Don't cast nil to a fixed array type.
Ian Lance Taylor
2009-07-21
1
-1
/
+1
*
Make struct field names unique.
Ian Lance Taylor
2009-07-20
1
-5
/
+5
*
change reflect.Type.Name() into two functions: Name() and PkgPath() for ease ...
Rob Pike
2009-07-17
1
-15
/
+22
*
add FieldByName to the interface of reflect.StructType
Rob Pike
2009-07-16
2
-1
/
+34
*
fix some bad testing prints
Rob Pike
2009-07-16
1
-1
/
+1
*
reflection for interface set
Russ Cox
2009-07-10
3
-14
/
+44
*
DeepEqual for maps
Rob Pike
2009-07-10
2
-17
/
+31
*
reflection for methods
Russ Cox
2009-07-09
3
-22
/
+138
*
reflection for functions
Russ Cox
2009-07-08
3
-11
/
+110
*
reflection for channels
Russ Cox
2009-07-08
2
-6
/
+129
*
reflection for maps
Russ Cox
2009-07-08
3
-7
/
+127
*
typestring.c is no longer needed.
Ian Lance Taylor
2009-07-07
2
-39
/
+1
*
update reflect supporting functions,
Russ Cox
2009-07-07
3
-512
/
+374
*
install new reflect:
Russ Cox
2009-07-07
4
-3139
/
+1079
*
new reflect Value implementations.
Russ Cox
2009-07-06
1
-0
/
+419
*
new reflect type.go implementation
Russ Cox
2009-07-06
1
-7
/
+173
*
new reflect library data structures and code declarations
Russ Cox
2009-07-06
2
-0
/
+926
*
make a description of the slice header public
Rob Pike
2009-07-02
1
-15
/
+18
*
add test, fix bug: structs that differ in their
Russ Cox
2009-07-01
3
-10
/
+37
*
fix build
Russ Cox
2009-06-25
1
-2
/
+2
*
add reflect.Typeof; test for and fix nil interface bug in DeepEqual
Russ Cox
2009-06-25
3
-10
/
+38
*
style police: parens in if, for, switch, range
Russ Cox
2009-06-24
2
-3
/
+3
*
Fix a proto encoding crasher whereby a nil in a repeated group field would cr...
David Symonds
2009-06-15
3
-4
/
+20
*
mv src/lib to src/pkg
Rob Pike
2009-06-09
7
-0
/
+3088