summaryrefslogtreecommitdiff
path: root/src/reflect/value.go
Commit message (Expand)AuthorAgeFilesLines
* reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor2014-10-201-12/+12
* reflect: a few microoptimizationsRuss Cox2014-10-171-118/+87
* reflect: shorten value to 3 wordsRuss Cox2014-10-151-282/+83
* reflect: add fast path for FieldByIndex with len(index) = 1Russ Cox2014-10-151-0/+3
* reflect: fix IsValid vs Kind mismatch after Elem of nil interfaceRuss Cox2014-10-011-1/+3
* reflect: adjust Value.String to give correct answer for methodsRuss Cox2014-09-181-1/+1
* runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox2014-09-121-29/+2
* reflect: use runtime's memmove instead of its ownKeith Randall2014-09-101-26/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+2718