| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: update to Go1.16rc1 | Ian Lance Taylor | 2021-01-29 | 2 | -204/+9 |
* | libgo: update to Go1.16beta1 release | Ian Lance Taylor | 2020-12-30 | 4 | -51/+318 |
* | libgo: update to Go 1.15.4 release | Ian Lance Taylor | 2020-11-10 | 2 | -2/+22 |
* | reflect: ensure uniqueness of type descriptors on AIX. | Clément Chigot | 2020-10-13 | 4 | -25/+115 |
* | compiler: set varargs correctly for type of method expression | Ian Lance Taylor | 2020-10-01 | 1 | -1/+7 |
* | libgo: update to go1.15rc1 | Ian Lance Taylor | 2020-08-01 | 3 | -140/+308 |
* | libgo: update to Go 1.14.6 release | Ian Lance Taylor | 2020-07-17 | 4 | -2/+22 |
* | libgo: update to Go1.14rc1 release | Ian Lance Taylor | 2020-02-15 | 2 | -3/+36 |
* | libgo: update to Go1.14beta1 | Ian Lance Taylor | 2020-01-21 | 4 | -144/+193 |
* | compiler, runtime, reflect: generate hash functions only for map keys | Ian Lance Taylor | 2020-01-02 | 2 | -88/+56 |
* | re PR go/91781 (r275691 breaks go test "reflect") | Ian Lance Taylor | 2019-09-17 | 2 | -9/+36 |
* | reflect: unexport FFICallbackGo; use go:linkname instead | Ian Lance Taylor | 2019-09-17 | 2 | -8/+9 |
* | libgo: update to Go1.13 | Ian Lance Taylor | 2019-09-12 | 1 | -0/+21 |
* | libgo: update to Go 1.13beta1 release | Ian Lance Taylor | 2019-09-06 | 5 | -97/+358 |
* | compile, runtime: permit anonymous and empty fields in C header | Ian Lance Taylor | 2019-08-30 | 1 | -1/+0 |
* | compiler, runtime, reflect: generate unique type descriptors | Ian Lance Taylor | 2019-06-03 | 1 | -66/+65 |
* | reflect: correctly handle direct interface typed receiver in Value.call | Ian Lance Taylor | 2019-05-08 | 1 | -1/+1 |
* | compiler,runtime: do more direct interfaces | Ian Lance Taylor | 2019-05-01 | 2 | -7/+15 |
* | libgo: update to Go1.12beta2 | Ian Lance Taylor | 2019-01-18 | 4 | -23/+254 |
* | compiler, runtime: panic on uncomparable map key, even if map is empty | Ian Lance Taylor | 2019-01-15 | 1 | -16/+42 |
* | libgo: update to Go 1.11.1 release | Ian Lance Taylor | 2018-10-08 | 3 | -13/+13 |
* | libgo: update to Go 1.11 | Ian Lance Taylor | 2018-09-24 | 5 | -117/+203 |
* | compiler, runtime: remove hmap field from maptypes | Ian Lance Taylor | 2018-08-29 | 1 | -1/+0 |
* | reflect: fix StructOf hash and string | Ian Lance Taylor | 2018-06-06 | 2 | -2/+13 |
* | reflect: canonicalize types returned by StructOf() and friends | Ian Lance Taylor | 2018-06-05 | 2 | -20/+33 |
* | reflect: enable allocation tests | Ian Lance Taylor | 2018-02-02 | 1 | -6/+0 |
* | compiler: omit field name for embedded fields in reflection string | Ian Lance Taylor | 2018-02-01 | 1 | -0/+8 |
* | libgo: update to Go1.10beta2 release | Ian Lance Taylor | 2018-01-17 | 1 | -1/+2 |
* | libgo: update to Go1.10beta1 | Ian Lance Taylor | 2018-01-09 | 5 | -80/+348 |
* | libgo: update to go1.9 | Ian Lance Taylor | 2017-09-14 | 5 | -295/+471 |
* | compiler, runtime: simplify select and channel operations | Ian Lance Taylor | 2017-09-14 | 1 | -4/+4 |
* | compiler, reflect: fix struct field names for embedded aliases | Ian Lance Taylor | 2017-09-14 | 3 | -93/+89 |
* | Big merge of changes to gofrontend repo that were postponed due to the | Ian Lance Taylor | 2017-05-10 | 1 | -264/+275 |
* | libgo: update to Go 1.8.1 release | Ian Lance Taylor | 2017-04-17 | 1 | -1/+34 |
* | libgo: update to final Go 1.8 release | Ian Lance Taylor | 2017-02-17 | 2 | -3/+11 |
* | libgo: update to go1.8rc2 | Ian Lance Taylor | 2017-01-23 | 2 | -1/+70 |
* | libgo: update to Go 1.8 release candidate 1 | Ian Lance Taylor | 2017-01-14 | 8 | -61/+444 |
* | compiler, runtime: drop size arguments to hash/equal functions | Ian Lance Taylor | 2017-01-10 | 1 | -15/+11 |
* | runtime: rewrite panic/defer code from C to Go | Ian Lance Taylor | 2016-11-22 | 1 | -4/+16 |
* | runtime, reflect: rewrite Go to FFI type conversion in Go | Ian Lance Taylor | 2016-11-18 | 3 | -14/+12 |
* | compiler, runtime: replace hashmap code with Go 1.7 hashmap | Ian Lance Taylor | 2016-09-21 | 1 | -78/+79 |
* | libgo: update to Go 1.7.1 release | Ian Lance Taylor | 2016-09-10 | 1 | -0/+2 |
* | libgo: update to go1.7rc3 | Ian Lance Taylor | 2016-07-22 | 8 | -144/+1244 |
* | reflect: change Value.Call results to not be addressable | Ian Lance Taylor | 2016-04-12 | 2 | -3/+11 |
* | libgo: Update to go1.6rc1. | Ian Lance Taylor | 2016-02-03 | 4 | -31/+345 |
* | re PR go/66138 (json decoder Decode function fails for some structure return ... | Ian Lance Taylor | 2015-11-07 | 3 | -14/+21 |
* | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 2015-10-31 | 5 | -246/+1082 |
* | compiler, reflect, runtime: remove zero field from type descriptor | Ian Lance Taylor | 2015-10-29 | 1 | -6/+0 |
* | compiler, runtime: change type hash/equal to Go funcs | Ian Lance Taylor | 2015-10-29 | 1 | -2/+2 |
* | re PR go/65755 (incorrect reflection of struct fields with gccgo) | Ian Lance Taylor | 2015-04-17 | 1 | -7/+1 |