summaryrefslogtreecommitdiff
path: root/src/reflect/type.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] all: merge default (8d42099cdc23) into dev.ccdev.ccRuss Cox2014-12-051-2/+2
|\
| * reflect: Fix reflect.funcLayout. The GC bitmap has two bits perKeith Randall2014-12-011-2/+2
* | [dev.cc] reflect: interfaces contain only pointersRuss Cox2014-11-111-9/+4
|/
* reflect: a few microoptimizationsRuss Cox2014-10-171-1/+1
* reflect: fix struct size calculation to include terminal paddingDamien Neil2014-10-161-0/+1
* reflect: shorten value to 3 wordsRuss Cox2014-10-151-5/+5
* reflect: generated unrolled GC bitmask directlyIan Lance Taylor2014-10-131-19/+37
* runtime: remove type-punning for Type.gc[0], gc[1]Russ Cox2014-10-071-2/+2
* reflect: add Type.ComparableRuss Cox2014-09-161-1/+17
* runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox2014-09-121-6/+76
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1824