Age | Commit message (Expand) | Author | Files | Lines |
2020-01-02 | compiler, runtime, reflect: generate hash functions only for map keys | Ian Lance Taylor | 1 | -0/+3 |
2019-09-06 | libgo: update to Go 1.13beta1 release | Ian Lance Taylor | 1 | -16/+69 |
2019-05-08 | reflect: correctly handle direct interface typed receiver in Value.call | Ian Lance Taylor | 1 | -1/+1 |
2019-01-18 | libgo: update to Go1.12beta2 | Ian Lance Taylor | 1 | -18/+92 |
2018-10-08 | libgo: update to Go 1.11.1 release | Ian Lance Taylor | 1 | -9/+9 |
2018-09-24 | libgo: update to Go 1.11 | Ian Lance Taylor | 1 | -13/+17 |
2018-01-09 | libgo: update to Go1.10beta1 | Ian Lance Taylor | 1 | -60/+93 |
2017-09-14 | libgo: update to go1.9 | Ian Lance Taylor | 1 | -8/+13 |
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 | 1 | -2/+2 |
2017-01-14 | libgo: update to Go 1.8 release candidate 1 | Ian Lance Taylor | 1 | -2/+2 |
2016-07-22 | libgo: update to go1.7rc3 | Ian Lance Taylor | 1 | -34/+33 |
2016-04-12 | reflect: change Value.Call results to not be addressable | Ian Lance Taylor | 1 | -3/+5 |
2016-02-03 | libgo: Update to go1.6rc1. | Ian Lance Taylor | 1 | -7/+15 |
2015-11-07 | re PR go/66138 (json decoder Decode function fails for some structure return ... | Ian Lance Taylor | 1 | -11/+18 |
2015-10-31 | runtime: Remove now unnecessary pad field from ParFor. | Ian Lance Taylor | 1 | -41/+73 |
2015-01-16 | compiler, reflect, runtime: Use static chain for closures. | Richard Henderson | 1 | -24/+0 |
2015-01-15 | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 1 | -412/+181 |
2014-10-20 | reflect: allocate correct type in assignTo and cvtT2I | Ian Lance Taylor | 1 | -11/+11 |
2014-07-20 | runtime: remove unused variable | Ian Lance Taylor | 1 | -4/+3 |
2014-07-19 | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 1 | -16/+29 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 1 | -102/+116 |
2014-06-04 | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 1 | -263/+435 |
2013-12-12 | compiler, reflect, runtime: Implement method values in reflect. | Ian Lance Taylor | 1 | -30/+13 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 1 | -58/+76 |
2013-10-01 | reflect: Fix reflect.Call with function following non-pointer. | Ian Lance Taylor | 1 | -2/+4 |
2013-09-27 | reflect: Implement MakeFunc for amd64. | Ian Lance Taylor | 1 | -69/+0 |
2013-09-17 | reflect: Fix bug calling method on indirect value. | Ian Lance Taylor | 1 | -1/+7 |
2013-09-03 | compiler, runtime: Use runtime functions to pass closure value. | Ian Lance Taylor | 1 | -7/+0 |
2013-07-16 | libgo: Update to Go 1.1.1. | Ian Lance Taylor | 1 | -59/+137 |
2013-06-18 | compiler, runtime: Use function descriptors. | Ian Lance Taylor | 1 | -8/+31 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 1 | -2/+2 |
2012-11-21 | libgo: Update to current version of master library. | Ian Lance Taylor | 1 | -77/+105 |
2012-11-19 | reflect: Fix invalid sharing in valueInterface. | Ian Lance Taylor | 1 | -4/+4 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 1 | -8/+536 |
2012-10-03 | libgo: Update to Go 1.0.3. | Ian Lance Taylor | 1 | -1/+2 |
2012-03-30 | libgo: Update to weekly.2012-03-22. | Ian Lance Taylor | 1 | -0/+9 |
2012-03-30 | libgo: Update to weekly.2012-03-13. | Ian Lance Taylor | 1 | -0/+4 |
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 1 | -2/+14 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 1 | -17/+31 |
2012-01-23 | compiler: Give an error if a variable is defined but not used. | Ian Lance Taylor | 1 | -6/+5 |
2012-01-12 | libgo: Update to weekly.2011-12-14. | Ian Lance Taylor | 1 | -1/+1 |
2011-12-12 | libgo: Update to weekly.2011-11-18. | Ian Lance Taylor | 1 | -713/+683 |
2011-12-03 | libgo: Update to weekly.2011-11-02. | Ian Lance Taylor | 1 | -1/+1 |
2011-10-26 | Update Go library to last weekly. | Ian Lance Taylor | 1 | -9/+78 |
2011-10-22 | Update Go library to r60.3 release. | Ian Lance Taylor | 1 | -16/+15 |
2011-09-16 | Update Go library to r60. | Ian Lance Taylor | 1 | -14/+54 |
2011-05-20 | Update to current version of Go library. | Ian Lance Taylor | 1 | -1033/+1408 |
2011-03-24 | Update to current version of Go library. | Ian Lance Taylor | 1 | -28/+30 |
2011-03-16 | Update to current version of Go library (revision 94d654be2064). | Ian Lance Taylor | 1 | -43/+115 |