| Commit message (Expand) | Author | Age | Files | Lines |
| * | reflect: add example for StructOf | Sebastien Binet | 2016-12-06 | 1 | -0/+41 |
| * | reflect: fix typo in comment | Ian Lance Taylor | 2016-11-23 | 1 | -1/+1 |
| * | reflect: fix size of StructOf ending in zero-sized field | Ian Lance Taylor | 2016-11-23 | 2 | -0/+46 |
| * | cmd/compile, cmd/link: weak relocation for ptrTo | David Crawshaw | 2016-11-22 | 1 | -0/+1 |
| * | cmd/compile, reflect: use field pkgPath if needed | Ian Lance Taylor | 2016-11-17 | 2 | -23/+42 |
| * | reflect: rename, document TestUnaddressableField | David Crawshaw | 2016-11-11 | 1 | -2/+7 |
| * | reflect: unexported fields are tied to a package | David Crawshaw | 2016-11-10 | 3 | -0/+26 |
| * | reflect: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-03 | 1 | -0/+34 |
| * | reflect: clarify that NumMethod returns only the number of exported methods | Jaana Burcu Dogan | 2016-10-31 | 1 | -1/+1 |
| * | runtime, cmd/compile: rename memclr -> memclrNoHeapPointers | Austin Clements | 2016-10-28 | 1 | -4/+4 |
| * | runtime: use typedmemclr for typed memory | Austin Clements | 2016-10-28 | 1 | -0/+4 |
| * | runtime: simplify reflectcall write barriers | Austin Clements | 2016-10-26 | 1 | -1/+1 |
| * | all: minor vet fixes | Josh Bleecher Snyder | 2016-10-24 | 1 | -9/+9 |
| * | reflect: fix DeepEqual for some cyclic corner cases | Russ Cox | 2016-10-24 | 2 | -1/+25 |
| * | reflect: document DeepEqual(nil map, empty non-nil map) behavior | Russ Cox | 2016-10-19 | 1 | -2/+3 |
| * | reflect: update FieldByNameFunc comment | Russ Cox | 2016-10-19 | 1 | -1/+5 |
| * | reflect: correct Type.FieldByNameFunc docs | Russ Cox | 2016-10-19 | 1 | -1/+6 |
| * | runtime: fix getArgInfo for deferred reflection calls | Austin Clements | 2016-10-17 | 1 | -0/+2 |
| * | reflect: ignore struct tags when converting structs | Robert Griesemer | 2016-10-04 | 3 | -19/+63 |
| * | reflect: add Swapper func | Brad Fitzpatrick | 2016-09-30 | 2 | -0/+155 |
| * | reflect, runtime: optimize Value.Call on s390x and add benchmark | Michael Munday | 2016-09-27 | 1 | -0/+28 |
| * | reflect: update location of vet tool in comment | Tormod Erevik Lea | 2016-09-09 | 1 | -1/+1 |
| * | reflect: cleanup wording for type identity/equality | Matthew Dempsky | 2016-08-30 | 1 | -6/+3 |
| * | reflect: avoid zeroing memory that will be overwritten | Dave Cheney | 2016-08-30 | 1 | -25/+22 |
| * | reflect: document equality guarantee for Type | Ross Light | 2016-08-23 | 1 | -0/+6 |
| * | reflect: clear tflag on new types | David Crawshaw | 2016-08-16 | 2 | -0/+4 |
| * | reflect: an unnamed type has no PkgPath | Ian Lance Taylor | 2016-07-12 | 2 | -0/+5 |
| * | reflect, runtime: optimize Name method | David Crawshaw | 2016-06-28 | 1 | -13/+5 |
| * | cmd/compile, etc: use tflag to optimize Name()=="" | David Crawshaw | 2016-06-24 | 1 | -26/+5 |
| * | reflect: avoid lock for some NumMethod()==0 cases | David Crawshaw | 2016-06-24 | 1 | -0/+3 |
| * | reflect: optimize (reflect.Type).Name | David Crawshaw | 2016-06-23 | 1 | -18/+23 |
| * | cmd/compile, etc: bring back ptrToThis | David Crawshaw | 2016-06-23 | 2 | -1/+16 |
| * | cmd/compile, etc: handle many struct fields | David Crawshaw | 2016-06-14 | 1 | -2/+4 |
| * | reflect: clear tflag for StructOf type | David Crawshaw | 2016-06-03 | 2 | -0/+5 |
| * | reflect: document StructOf embedded fields limitation | Sebastien Binet | 2016-06-02 | 1 | -0/+3 |
| * | runtime: tell race detector about reflectOffs.lock | David Crawshaw | 2016-05-26 | 2 | -0/+19 |
| * | reflect: remove type info for unexported methods | David Crawshaw | 2016-05-25 | 2 | -100/+13 |
| * | reflect: hide unexported methods that do not satisfy interfaces | David Crawshaw | 2016-05-20 | 2 | -38/+81 |
| * | reflect: remove out of date UTF-8 StructOf restriction | Colin Cross | 2016-05-17 | 1 | -4/+0 |
| * | reflect: fix method type string | David Crawshaw | 2016-05-13 | 2 | -0/+22 |
| * | reflect: fix vet warnings | Aliaksandr Valialkin | 2016-05-12 | 2 | -5/+4 |
| * | reflect: make Field panic when out of bounds, as documented | Emmanuel Odeke | 2016-05-10 | 2 | -1/+36 |
| * | runtime: reclaim scan/dead bit in first word | Austin Clements | 2016-04-30 | 1 | -0/+3 |
| * | reflect: fix strings of SliceOf-created types | David Crawshaw | 2016-04-27 | 2 | -0/+4 |
| * | reflect: unnamed interface types have no name | David Crawshaw | 2016-04-27 | 2 | -10/+18 |
| * | cmd/link: correctly decode name length | David Crawshaw | 2016-04-26 | 1 | -0/+3 |
| * | cmd/compile, etc: use nameOff in uncommonType | David Crawshaw | 2016-04-22 | 1 | -12/+9 |
| * | cmd/compile, etc: use nameOff for rtype string | David Crawshaw | 2016-04-22 | 3 | -66/+111 |
| * | reflect: test that method name offset is valid | David Crawshaw | 2016-04-18 | 1 | -0/+11 |
| * | cmd/compile, etc: use name offset in method tables | David Crawshaw | 2016-04-18 | 3 | -42/+70 |