summaryrefslogtreecommitdiff
path: root/src/reflect/all_test.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] all: merge default (8d42099cdc23) into dev.ccdev.ccRuss Cox2014-12-051-0/+101
|\
| * reflect: Fix reflect.funcLayout. The GC bitmap has two bits perKeith Randall2014-12-011-0/+101
* | [dev.power64] all: merge default into dev.power64Austin Clements2014-10-221-0/+5
|\ \ | |/ |/|
| * build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-221-0/+5
* | reflect: fix TestAllocations now that interfaces hold only pointersIan Lance Taylor2014-10-201-3/+14
* | reflect: fix struct size calculation to include terminal paddingDamien Neil2014-10-161-0/+20
* | reflect: generated unrolled GC bitmask directlyIan Lance Taylor2014-10-131-0/+6
* | 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
* | reflect: fix IsValid vs Kind mismatch after Elem of nil interfaceRuss Cox2014-10-011-0/+14
* | reflect: adjust Value.String to give correct answer for methodsRuss Cox2014-09-181-0/+16
* | reflect: add Type.ComparableRuss Cox2014-09-161-0/+38
* | runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox2014-09-121-0/+25
|/
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+3862