| Commit message (Expand) | Author | Age | Files | Lines |
* | libgo: update to Go 1.8 release candidate 1 | ian | 2017-01-14 | 8 | -61/+444 |
* | compiler, runtime: drop size arguments to hash/equal functions | ian | 2017-01-10 | 1 | -15/+11 |
* | runtime: rewrite panic/defer code from C to Go | ian | 2016-11-22 | 1 | -4/+16 |
* | runtime, reflect: rewrite Go to FFI type conversion in Go | ian | 2016-11-18 | 3 | -14/+12 |
* | compiler, runtime: replace hashmap code with Go 1.7 hashmap | ian | 2016-09-21 | 1 | -78/+79 |
* | libgo: update to Go 1.7.1 release | ian | 2016-09-10 | 1 | -0/+2 |
* | libgo: update to go1.7rc3 | ian | 2016-07-22 | 8 | -144/+1244 |
* | reflect: change Value.Call results to not be addressable | ian | 2016-04-12 | 2 | -3/+11 |
* | libgo: Update to go1.6rc1. | ian | 2016-02-03 | 4 | -31/+345 |
* | PR go/66138 | ian | 2015-11-07 | 3 | -14/+21 |
* | runtime: Remove now unnecessary pad field from ParFor. | ian | 2015-10-31 | 5 | -246/+1082 |
* | compiler, reflect, runtime: remove zero field from type descriptor | ian | 2015-10-29 | 1 | -6/+0 |
* | compiler, runtime: change type hash/equal to Go funcs | ian | 2015-10-29 | 1 | -2/+2 |
* | PR go/65755 | ian | 2015-04-17 | 1 | -7/+1 |
* | libgo: Upgrade to Go 1.4.2 release. | ian | 2015-03-06 | 1 | -15/+20 |
* | Add attribute unused to dummy arguments in ffi stub | rth | 2015-01-19 | 1 | -1/+2 |
* | reflect: Fix build for systems that do not define ffi_go_closure. | ian | 2015-01-19 | 3 | -7/+7 |
* | compiler, reflect, runtime: Use static chain for closures. | ian | 2015-01-16 | 12 | -2205/+48 |
* | reflect: Correct error in conversion of s390x support to Go 1.4. | ian | 2015-01-15 | 1 | -1/+1 |
* | libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. | ian | 2015-01-15 | 10 | -493/+707 |
* | libgo: add s390 support | ian | 2014-11-04 | 4 | -2/+976 |
* | reflect: allocate correct type in assignTo and cvtT2I | ian | 2014-10-20 | 1 | -11/+11 |
* | PR go/60406 | ian | 2014-10-08 | 1 | -17/+10 |
* | PR go/61877 | ian | 2014-10-03 | 2 | -39/+97 |
* | compiler: Add precise type information on the heap. | ian | 2014-09-03 | 1 | -5/+40 |
* | runtime: remove unused variable | ian | 2014-07-20 | 1 | -4/+3 |
* | reflect, runtime: Use libffi closures to implement reflect.MakeFunc. | ian | 2014-07-19 | 5 | -63/+290 |
* | libgo: Update to Go 1.3 release. | ian | 2014-07-19 | 5 | -27/+192 |
* | libgo: Merge to master revision 19184. | ian | 2014-06-06 | 4 | -111/+126 |
* | libgo: Merge from revision 18783:00cce3a34d7e of master library. | ian | 2014-06-04 | 7 | -285/+498 |
* | reflect: Fix MakeFunc returning float32 or float64 on 386. | ian | 2013-12-12 | 2 | -15/+26 |
* | compiler, reflect, runtime: Implement method values in reflect. | ian | 2013-12-12 | 6 | -44/+115 |
* | reflect, runtime: Let reflect.MakeFunc functions call recover. | ian | 2013-12-11 | 2 | -0/+31 |
* | reflect: Rename struct field to be consistent in assembler and Go. | ian | 2013-11-30 | 1 | -2/+2 |
* | reflect: Fix MakeFunc for 386 when returning a struct. | ian | 2013-11-30 | 2 | -1/+14 |
* | reflect: Handle calls to functions that take or return empty structs | ian | 2013-11-19 | 1 | -0/+40 |
* | libgo: Update to October 24 version of master library. | ian | 2013-11-06 | 6 | -92/+404 |
* | reflect: Use C style comments in 386 assembly for Solaris assembler. | ian | 2013-10-07 | 1 | -23/+24 |
* | reflect: Fix calling Interface method on value created by MakeFunc. | ian | 2013-10-04 | 2 | -1/+25 |
* | reflect: Use hand-coded .eh_frame section rather than CFI directives. | ian | 2013-10-02 | 2 | -21/+162 |
* | reflect: Fix reflect.Call with function following non-pointer. | ian | 2013-10-01 | 2 | -2/+13 |
* | reflect: Copy stack values onto heap in amd64 MakeFunc. | ian | 2013-09-27 | 1 | -2/+8 |
* | reflect: Implement MakeFunc for 386. | ian | 2013-09-27 | 4 | -2/+248 |
* | reflect: Implement MakeFunc for amd64. | ian | 2013-09-27 | 6 | -77/+634 |
* | reflect: Fix bug calling method on indirect value. | ian | 2013-09-17 | 1 | -1/+7 |
* | compiler, runtime: Use runtime functions to pass closure value. | ian | 2013-09-03 | 1 | -7/+0 |
* | libgo: Update to Go 1.1.1. | ian | 2013-07-16 | 7 | -143/+775 |
* | compiler, runtime: Use function descriptors. | ian | 2013-06-18 | 3 | -11/+37 |
* | libgo: Update Go library to master revision 15489/921e53d4863c. | ian | 2013-01-29 | 1 | -2/+2 |
* | libgo: Update to current master library sources. | ian | 2012-12-12 | 2 | -5/+3 |