summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* all: power64 is now ppc64Russ Cox2014-12-051-1/+1
* [dev.cc] all: merge default (8d42099cdc23) into dev.ccdev.ccRuss Cox2014-12-053-2/+122
|\
| * reflect: Fix reflect.funcLayout. The GC bitmap has two bits perKeith Randall2014-12-013-2/+122
* | [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-9/+4
|\ \
| * | [dev.cc] reflect: interfaces contain only pointersRuss Cox2014-11-111-9/+4
| |/
* | [dev.power64] reflect: fix asm on power64xAustin Clements2014-10-311-2/+5
* | [dev.power64] all: merge default into dev.power64Austin Clements2014-10-222-0/+34
|\ \ | |/ |/|
| * build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-223-1/+35
* | reflect: fix TestAllocations now that interfaces hold only pointersIan Lance Taylor2014-10-201-3/+14
* | reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor2014-10-201-12/+12
* | reflect: a few microoptimizationsRuss Cox2014-10-173-122/+91
* | reflect: fix struct size calculation to include terminal paddingDamien Neil2014-10-162-0/+21
* | reflect: shorten value to 3 wordsRuss Cox2014-10-153-290/+91
* | reflect: add fast path for FieldByIndex with len(index) = 1Russ Cox2014-10-151-0/+3
* | reflect: generated unrolled GC bitmask directlyIan Lance Taylor2014-10-132-19/+43
* | reflect: add direct call tests to TestMakeFuncVariadicMichael Hudson-Doyle2014-10-081-1/+22
* | reflect: add tests for variadic method callsIan Lance Taylor2014-10-081-5/+49
* | runtime: remove type-punning for Type.gc[0], gc[1]Russ Cox2014-10-071-2/+2
* | reflect: fix IsValid vs Kind mismatch after Elem of nil interfaceRuss Cox2014-10-012-1/+17
* | reflect: adjust Value.String to give correct answer for methodsRuss Cox2014-09-182-1/+17
* | reflect: add Type.ComparableRuss Cox2014-09-162-1/+55
* | runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox2014-09-128-41/+130
* | 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-0813-0/+9168