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