summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
...
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-152-15/+15
* cmd/compile, etc: use name for type pkgPathDavid Crawshaw2016-04-131-31/+33
* cmd/compile, etc: store method tables as offsetsDavid Crawshaw2016-04-133-70/+214
* reflect: test that Call results are not addressableIan Lance Taylor2016-04-121-0/+6
* cmd/link, etc: store typelinks as offsetsDavid Crawshaw2016-04-122-20/+35
* reflect: add s390x supportMichael Munday2016-04-061-0/+30
* reflect: implement StructOfSebastien Binet2016-04-012-6/+1042
* cmd/compile: include pkgPath on all struct typesDavid Crawshaw2016-03-312-0/+32
* reflect: test name data is alignedDavid Crawshaw2016-03-252-0/+37
* reflect: name interface type that pins method infoDavid Crawshaw2016-03-251-5/+7
* all: delete dead non-test codeDominik Honnef2016-03-251-1/+0
* reflect: add method StructTag.LookupJohn Jeffery2016-03-252-3/+43
* cmd/compile, runtime: new static name encodingDavid Crawshaw2016-03-252-48/+135
* cmd/link, reflect: remove some method type dataDavid Crawshaw2016-03-232-14/+42
* all: delete dead test codeDominik Honnef2016-03-211-4/+0
* cmd/compile: compute second method type at runtimeDavid Crawshaw2016-03-151-46/+44
* reflect: use SelectDir instead of uintptr in runtimeSelectDominik Honnef2016-03-141-3/+3
* cmd/compile: compute number of arguments correctlyDavid Crawshaw2016-03-121-0/+11
* cmd/compile: remove slices from rtype.funcTypeDavid Crawshaw2016-03-092-36/+126
* cmd/compile: remove rtype *uncommonType fieldDavid Crawshaw2016-03-081-25/+95
* reflect: recognize unnamed directional channelsDavid Crawshaw2016-03-043-1/+9
* all: single space after period.Brad Fitzpatrick2016-03-024-33/+33
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-0111-11/+11
* cmd/compile: remove uncommonType.nameDavid Crawshaw2016-02-262-9/+48
* cmd/compile: remove rtype.ptrToThisDavid Crawshaw2016-02-251-17/+3
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* cmd/compile: embed type string header in rtypeDavid Crawshaw2016-02-242-26/+26
* Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go"Matthew Dempsky2016-02-231-0/+1
* cmd/compile: move hiter, hmap, and scase definitions into builtin.goMatthew Dempsky2016-02-221-1/+0
* reflect: document DeepEqual, fix case of maps with NaN keysRuss Cox2015-12-112-18/+70
* reflect: mark mapassign as noescapeKeith Randall2015-11-192-7/+44
* reflect: added support for mips64{,le}Yao Zhang2015-11-121-0/+34
* reflect: Comment fixkargakis2015-10-271-1/+1
* cmd/compile/internal/gc: make embedded unexported structs ROMarcel van Lohuizen2015-10-261-0/+190
* reflect: adjust access to unexported embedded structsMarcel van Lohuizen2015-10-263-13/+20
* reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame sizeMichael Hudson-Doyle2015-10-181-4/+5
* runtime: on map update, don't overwrite key if we don't need to.Keith Randall2015-09-091-0/+29
* reflect: record unsafe.Pointer, not uintptr, during DeepEqualRuss Cox2015-09-051-5/+7
* cmd/compile, cmd/link, reflect, runtime: remove type.zero fieldMichael Hudson-Doyle2015-08-261-11/+10
* cmd/compile, runtime: stop returning t.zero on hashmap missMichael Hudson-Doyle2015-08-261-1/+1
* reflect: fix doc stringRobert Griesemer2015-08-041-1/+1
* cmd/compile, runtime: fix placement of map bucket overflow pointer on naclRuss Cox2015-07-313-13/+84
* runtime, reflect: use correctly aligned stack frame sizes on arm64Russ Cox2015-07-291-2/+2
* cmd/compile: fix PtrTo(t) for unnamed t with embedded fieldsRuss Cox2015-07-151-0/+13
* reflect: wait longer before declaring select test stuckRuss Cox2015-07-151-1/+1
* all: link to https instead of httpBrad Fitzpatrick2015-07-112-6/+6
* reflect: test repeats with large scalar tailsAustin Clements2015-06-261-1/+14
* reflect: test GC bits for slicesAustin Clements2015-06-261-0/+44
* Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs2015-06-261-1/+1
* runtime: use type-based write barrier for remote stack write during chansendRuss Cox2015-06-152-21/+24