| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | all: remove unnecessary type conversions | Matthew Dempsky | 2016-04-15 | 2 | -15/+15 |
| * | cmd/compile, etc: use name for type pkgPath | David Crawshaw | 2016-04-13 | 1 | -31/+33 |
| * | cmd/compile, etc: store method tables as offsets | David Crawshaw | 2016-04-13 | 3 | -70/+214 |
| * | reflect: test that Call results are not addressable | Ian Lance Taylor | 2016-04-12 | 1 | -0/+6 |
| * | cmd/link, etc: store typelinks as offsets | David Crawshaw | 2016-04-12 | 2 | -20/+35 |
| * | reflect: add s390x support | Michael Munday | 2016-04-06 | 1 | -0/+30 |
| * | reflect: implement StructOf | Sebastien Binet | 2016-04-01 | 2 | -6/+1042 |
| * | cmd/compile: include pkgPath on all struct types | David Crawshaw | 2016-03-31 | 2 | -0/+32 |
| * | reflect: test name data is aligned | David Crawshaw | 2016-03-25 | 2 | -0/+37 |
| * | reflect: name interface type that pins method info | David Crawshaw | 2016-03-25 | 1 | -5/+7 |
| * | all: delete dead non-test code | Dominik Honnef | 2016-03-25 | 1 | -1/+0 |
| * | reflect: add method StructTag.Lookup | John Jeffery | 2016-03-25 | 2 | -3/+43 |
| * | cmd/compile, runtime: new static name encoding | David Crawshaw | 2016-03-25 | 2 | -48/+135 |
| * | cmd/link, reflect: remove some method type data | David Crawshaw | 2016-03-23 | 2 | -14/+42 |
| * | all: delete dead test code | Dominik Honnef | 2016-03-21 | 1 | -4/+0 |
| * | cmd/compile: compute second method type at runtime | David Crawshaw | 2016-03-15 | 1 | -46/+44 |
| * | reflect: use SelectDir instead of uintptr in runtimeSelect | Dominik Honnef | 2016-03-14 | 1 | -3/+3 |
| * | cmd/compile: compute number of arguments correctly | David Crawshaw | 2016-03-12 | 1 | -0/+11 |
| * | cmd/compile: remove slices from rtype.funcType | David Crawshaw | 2016-03-09 | 2 | -36/+126 |
| * | cmd/compile: remove rtype *uncommonType field | David Crawshaw | 2016-03-08 | 1 | -25/+95 |
| * | reflect: recognize unnamed directional channels | David Crawshaw | 2016-03-04 | 3 | -1/+9 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 4 | -33/+33 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 11 | -11/+11 |
| * | cmd/compile: remove uncommonType.name | David Crawshaw | 2016-02-26 | 2 | -9/+48 |
| * | cmd/compile: remove rtype.ptrToThis | David Crawshaw | 2016-02-25 | 1 | -17/+3 |
| * | all: fix typos and spelling | Martin Möhrmann | 2016-02-24 | 1 | -1/+1 |
| * | cmd/compile: embed type string header in rtype | David Crawshaw | 2016-02-24 | 2 | -26/+26 |
| * | Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go" | Matthew Dempsky | 2016-02-23 | 1 | -0/+1 |
| * | cmd/compile: move hiter, hmap, and scase definitions into builtin.go | Matthew Dempsky | 2016-02-22 | 1 | -1/+0 |
| * | reflect: document DeepEqual, fix case of maps with NaN keys | Russ Cox | 2015-12-11 | 2 | -18/+70 |
| * | reflect: mark mapassign as noescape | Keith Randall | 2015-11-19 | 2 | -7/+44 |
| * | reflect: added support for mips64{,le} | Yao Zhang | 2015-11-12 | 1 | -0/+34 |
| * | reflect: Comment fix | kargakis | 2015-10-27 | 1 | -1/+1 |
| * | cmd/compile/internal/gc: make embedded unexported structs RO | Marcel van Lohuizen | 2015-10-26 | 1 | -0/+190 |
| * | reflect: adjust access to unexported embedded structs | Marcel van Lohuizen | 2015-10-26 | 3 | -13/+20 |
| * | reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame size | Michael Hudson-Doyle | 2015-10-18 | 1 | -4/+5 |
| * | runtime: on map update, don't overwrite key if we don't need to. | Keith Randall | 2015-09-09 | 1 | -0/+29 |
| * | reflect: record unsafe.Pointer, not uintptr, during DeepEqual | Russ Cox | 2015-09-05 | 1 | -5/+7 |
| * | cmd/compile, cmd/link, reflect, runtime: remove type.zero field | Michael Hudson-Doyle | 2015-08-26 | 1 | -11/+10 |
| * | cmd/compile, runtime: stop returning t.zero on hashmap miss | Michael Hudson-Doyle | 2015-08-26 | 1 | -1/+1 |
| * | reflect: fix doc string | Robert Griesemer | 2015-08-04 | 1 | -1/+1 |
| * | cmd/compile, runtime: fix placement of map bucket overflow pointer on nacl | Russ Cox | 2015-07-31 | 3 | -13/+84 |
| * | runtime, reflect: use correctly aligned stack frame sizes on arm64 | Russ Cox | 2015-07-29 | 1 | -2/+2 |
| * | cmd/compile: fix PtrTo(t) for unnamed t with embedded fields | Russ Cox | 2015-07-15 | 1 | -0/+13 |
| * | reflect: wait longer before declaring select test stuck | Russ Cox | 2015-07-15 | 1 | -1/+1 |
| * | all: link to https instead of http | Brad Fitzpatrick | 2015-07-11 | 2 | -6/+6 |
| * | reflect: test repeats with large scalar tails | Austin Clements | 2015-06-26 | 1 | -1/+14 |
| * | reflect: test GC bits for slices | Austin Clements | 2015-06-26 | 1 | -0/+44 |
| * | Fix several out of date references to 4g/5g/6g/8g/9g. | Aaron Jacobs | 2015-06-26 | 1 | -1/+1 |
| * | runtime: use type-based write barrier for remote stack write during chansend | Russ Cox | 2015-06-15 | 2 | -21/+24 |