index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
reflect
/
all_test.go
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+1564
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-1566
/
+0
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
1
-10
/
+66
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-10
/
+2
2011-06-16
Imported Upstream version 57.2
upstream/57.2
Ondřej Surý
1
-1
/
+3
2011-05-04
Imported Upstream version 57
upstream/57
Ondřej Surý
1
-1
/
+21
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-196
/
+275
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-231
/
+181
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-0
/
+75
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-20
/
+11
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-129
/
+246
2010-06-20
reflect: add Kind, remove Int8Type, Int8Value, etc.
Russ Cox
1
-60
/
+97
2010-06-14
remove uses of ... from tree, add one test
Russ Cox
1
-2
/
+26
2010-04-20
reflect: implement Set(nil), SetValue(nil) for PtrValue and MapValue
Russ Cox
1
-0
/
+26
2010-02-24
gofmt: don't print ()'s around function-typed results (not needed anymore)
Robert Griesemer
1
-1
/
+1
2010-01-26
gc: fix chan <- chan precedence.
Russ Cox
1
-1
/
+1
2010-01-24
gc: record full package paths in runtime type data
Russ Cox
1
-0
/
+7
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-317
/
+317
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-1
/
+1
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-114
/
+114
2009-11-08
delete a pointless todo in all_test.go.
Rob Pike
1
-1
/
+1
2009-11-06
- application of gofmt with one-line composite literal structs enabled
Robert Griesemer
1
-129
/
+29
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-9
/
+3
2009-11-05
missing piece gofmt'ed in reflect
Robert Griesemer
1
-36
/
+108
2009-11-05
gofmt-ify reflect
Robert Griesemer
1
-198
/
+367
2009-10-21
Add SetValue(Value) to the Value interface.
Adam Langley
1
-1
/
+43
2009-09-29
undo 35108 (disallow parens around type in struct literal).
Russ Cox
1
-5
/
+5
2009-09-29
disallow parens around type in struct literal syntax,
Russ Cox
1
-5
/
+5
2009-09-15
more "declared and not used".
Russ Cox
1
-7
/
+7
2009-09-03
nil in DeepEqual
Russ Cox
1
-0
/
+2
2009-08-26
finish ChanValue: Len and Cap.
Russ Cox
1
-0
/
+11
2009-08-26
add Close() and Closed() to ChanValue
Russ Cox
1
-0
/
+19
2009-08-24
change reflect test to avoid bug132
Russ Cox
1
-3
/
+20
2009-08-12
convert low-level (used by testing) packages to
Russ Cox
1
-28
/
+28
2009-08-05
- FieldByName lookup through anonymous fields
Robert Griesemer
1
-0
/
+144
2009-07-21
Don't cast nil to a fixed array type.
Ian Lance Taylor
1
-1
/
+1
2009-07-20
Make struct field names unique.
Ian Lance Taylor
1
-5
/
+5
2009-07-16
add FieldByName to the interface of reflect.StructType
Rob Pike
1
-1
/
+10
2009-07-16
fix some bad testing prints
Rob Pike
1
-1
/
+1
2009-07-10
reflection for interface set
Russ Cox
1
-4
/
+29
2009-07-10
DeepEqual for maps
Rob Pike
1
-12
/
+18
2009-07-09
reflection for methods
Russ Cox
1
-0
/
+34
2009-07-08
reflection for functions
Russ Cox
1
-0
/
+19
2009-07-08
reflection for channels
Russ Cox
1
-2
/
+76
2009-07-08
reflection for maps
Russ Cox
1
-0
/
+54
2009-07-07
update reflect supporting functions,
Russ Cox
1
-310
/
+275
2009-07-01
add test, fix bug: structs that differ in their
Russ Cox
1
-0
/
+3
2009-06-25
fix build
Russ Cox
1
-2
/
+2
2009-06-25
add reflect.Typeof; test for and fix nil interface bug in DeepEqual
Russ Cox
1
-0
/
+11
2009-06-15
Fix a proto encoding crasher whereby a nil in a repeated group field would cr...
David Symonds
1
-0
/
+7
[next]