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
/
reflect
Commit message (
Expand
)
Author
Age
Files
Lines
*
reflect: fix TestAllocations now that interfaces hold only pointers
Ian Lance Taylor
2014-10-20
1
-3
/
+14
*
reflect: allocate correct type in assignTo and cvtT2I
Ian Lance Taylor
2014-10-20
1
-12
/
+12
*
reflect: a few microoptimizations
Russ Cox
2014-10-17
3
-122
/
+91
*
reflect: fix struct size calculation to include terminal padding
Damien Neil
2014-10-16
2
-0
/
+21
*
reflect: shorten value to 3 words
Russ Cox
2014-10-15
3
-290
/
+91
*
reflect: add fast path for FieldByIndex with len(index) = 1
Russ Cox
2014-10-15
1
-0
/
+3
*
reflect: generated unrolled GC bitmask directly
Ian Lance Taylor
2014-10-13
2
-19
/
+43
*
reflect: add direct call tests to TestMakeFuncVariadic
Michael Hudson-Doyle
2014-10-08
1
-1
/
+22
*
reflect: add tests for variadic method calls
Ian Lance Taylor
2014-10-08
1
-5
/
+49
*
runtime: remove type-punning for Type.gc[0], gc[1]
Russ Cox
2014-10-07
1
-2
/
+2
*
reflect: fix IsValid vs Kind mismatch after Elem of nil interface
Russ Cox
2014-10-01
2
-1
/
+17
*
reflect: adjust Value.String to give correct answer for methods
Russ Cox
2014-09-18
2
-1
/
+17
*
reflect: add Type.Comparable
Russ Cox
2014-09-16
2
-1
/
+55
*
runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback
Russ Cox
2014-09-12
8
-41
/
+130
*
reflect: use runtime's memmove instead of its own
Keith Randall
2014-09-10
1
-26
/
+3
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
13
-0
/
+9168