summaryrefslogtreecommitdiff
path: root/src/reflect/all_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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