Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-10-29 | compiler, runtime: change type hash/equal to Go funcs | Ian Lance Taylor | 1 | -2/+2 |
2015-04-17 | re PR go/65755 (incorrect reflection of struct fields with gccgo) | Ian Lance Taylor | 1 | -7/+1 |
2015-03-06 | libgo: Upgrade to Go 1.4.2 release. | Ian Lance Taylor | 1 | -15/+20 |
2015-01-19 | Add attribute unused to dummy arguments in ffi stub | Richard Henderson | 1 | -1/+2 |
2015-01-19 | reflect: Fix build for systems that do not define ffi_go_closure. | Ian Lance Taylor | 3 | -7/+7 |
2015-01-16 | compiler, reflect, runtime: Use static chain for closures. | Richard Henderson | 12 | -2205/+48 |
2015-01-15 | reflect: Correct error in conversion of s390x support to Go 1.4. | Ian Lance Taylor | 1 | -1/+1 |
2015-01-15 | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | Ian Lance Taylor | 10 | -493/+707 |
2014-11-04 | libgo: add s390 support | Ian Lance Taylor | 4 | -2/+976 |
2014-10-20 | reflect: allocate correct type in assignTo and cvtT2I | Ian Lance Taylor | 1 | -11/+11 |
2014-10-08 | re PR go/60406 (recover.go: test13reflect2 test failure) | Ian Lance Taylor | 1 | -17/+10 |
2014-10-03 | re PR go/61877 (reflect: cannot use []string as type string in Call) | Ian Lance Taylor | 2 | -39/+97 |
2014-09-03 | compiler: Add precise type information on the heap. | Chris Manghane | 1 | -5/+40 |
2014-07-20 | runtime: remove unused variable | Ian Lance Taylor | 1 | -4/+3 |
2014-07-19 | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | Ian Lance Taylor | 5 | -63/+290 |
2014-07-19 | libgo: Update to Go 1.3 release. | Ian Lance Taylor | 5 | -27/+192 |
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 4 | -111/+126 |
2014-06-04 | libgo: Merge from revision 18783:00cce3a34d7e of master library. | Ian Lance Taylor | 7 | -285/+498 |
2013-12-12 | reflect: Fix MakeFunc returning float32 or float64 on 386. | Ian Lance Taylor | 2 | -15/+26 |
2013-12-12 | compiler, reflect, runtime: Implement method values in reflect. | Ian Lance Taylor | 6 | -44/+115 |
2013-12-11 | reflect, runtime: Let reflect.MakeFunc functions call recover. | Ian Lance Taylor | 2 | -0/+31 |
2013-11-30 | reflect: Rename struct field to be consistent in assembler and Go. | Ian Lance Taylor | 1 | -2/+2 |
2013-11-30 | reflect: Fix MakeFunc for 386 when returning a struct. | Ian Lance Taylor | 2 | -1/+14 |
2013-11-19 | reflect: Handle calls to functions that take or return empty structs | Ian Lance Taylor | 1 | -0/+40 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 6 | -92/+404 |
2013-10-07 | reflect: Use C style comments in 386 assembly for Solaris assembler. | Ian Lance Taylor | 1 | -23/+24 |
2013-10-04 | reflect: Fix calling Interface method on value created by MakeFunc. | Ian Lance Taylor | 2 | -1/+25 |