Daily bump.
[gcc.git] / libgo / go / reflect /
2020-12-30 Ian Lance Taylorlibgo: update to Go1.16beta1 release
2020-11-10 Ian Lance Taylorlibgo: update to Go 1.15.4 release
2020-10-14 Clément Chigotreflect: ensure uniqueness of type descriptors on AIX.
2020-10-01 Ian Lance Taylorcompiler: set varargs correctly for type of method...
2020-08-01 Ian Lance Taylorlibgo: update to go1.15rc1
2020-07-17 Ian Lance Taylorlibgo: update to Go 1.14.6 release
2020-02-15 Ian Lance Taylorlibgo: update to Go1.14rc1 release
2020-01-22 Ian Lance Taylorlibgo: update to Go1.14beta1
2020-01-02 Ian Lance Taylorcompiler, runtime, reflect: generate hash functions...
2019-09-17 Ian Lance Taylorre PR go/91781 (r275691 breaks go test "reflect")
2019-09-17 Ian Lance Taylorreflect: unexport FFICallbackGo; use go:linkname instead
2019-09-12 Ian Lance Taylorlibgo: update to Go1.13
2019-09-06 Ian Lance Taylorlibgo: update to Go 1.13beta1 release
2019-08-30 Ian Lance Taylorcompile, runtime: permit anonymous and empty fields...
2019-06-03 Ian Lance Taylorcompiler, runtime, reflect: generate unique type descri...
2019-05-08 Ian Lance Taylorreflect: correctly handle direct interface typed receiv...
2019-05-01 Ian Lance Taylorcompiler,runtime: do more direct interfaces
2019-01-18 Ian Lance Taylorlibgo: update to Go1.12beta2
2019-01-15 Ian Lance Taylorcompiler, runtime: panic on uncomparable map key, even...
2018-10-08 Ian Lance Taylorlibgo: update to Go 1.11.1 release
2018-09-24 Ian Lance Taylorlibgo: update to Go 1.11
2018-08-29 Ian Lance Taylorcompiler, runtime: remove hmap field from maptypes
2018-06-06 Ian Lance Taylorreflect: fix StructOf hash and string
2018-06-05 Ian Lance Taylorreflect: canonicalize types returned by StructOf()...
2018-02-02 Ian Lance Taylorreflect: enable allocation tests
2018-02-01 Ian Lance Taylorcompiler: omit field name for embedded fields in reflec...
2018-01-17 Ian Lance Taylorlibgo: update to Go1.10beta2 release
2018-01-09 Ian Lance Taylorlibgo: update to Go1.10beta1
2017-09-14 Ian Lance Taylorlibgo: update to go1.9
2017-09-14 Ian Lance Taylorcompiler, runtime: simplify select and channel operations
2017-09-14 Ian Lance Taylorcompiler, reflect: fix struct field names for embedded...
2017-05-10 Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-04-17 Ian Lance Taylorlibgo: update to Go 1.8.1 release
2017-02-17 Ian Lance Taylorlibgo: update to final Go 1.8 release
2017-01-23 Ian Lance Taylorlibgo: update to go1.8rc2
2017-01-14 Ian Lance Taylorlibgo: update to Go 1.8 release candidate 1
2017-01-10 Ian Lance Taylorcompiler, runtime: drop size arguments to hash/equal...
2016-11-22 Ian Lance Taylorruntime: rewrite panic/defer code from C to Go
2016-11-18 Ian Lance Taylorruntime, reflect: rewrite Go to FFI type conversion...
2016-09-21 Ian Lance Taylorcompiler, runtime: replace hashmap code with Go 1.7...
2016-09-10 Ian Lance Taylorlibgo: update to Go 1.7.1 release
2016-07-22 Ian Lance Taylorlibgo: update to go1.7rc3
2016-04-12 Ian Lance Taylorreflect: change Value.Call results to not be addressable
2016-02-03 Ian Lance Taylorlibgo: Update to go1.6rc1.
2015-11-07 Ian Lance Taylorre PR go/66138 (json decoder Decode function fails...
2015-10-31 Ian Lance Taylorruntime: Remove now unnecessary pad field from ParFor.
2015-10-29 Ian Lance Taylorcompiler, reflect, runtime: remove zero field from...
2015-10-29 Ian Lance Taylorcompiler, runtime: change type hash/equal to Go funcs
2015-04-17 Ian Lance Taylorre PR go/65755 (incorrect reflection of struct fields...
2015-03-06 Ian Lance Taylorlibgo: Upgrade to Go 1.4.2 release.
2015-01-19 Richard HendersonAdd attribute unused to dummy arguments in ffi stub
2015-01-19 Ian Lance Taylorreflect: Fix build for systems that do not define ffi_g...
2015-01-16 Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2015-01-15 Ian Lance Taylorreflect: Correct error in conversion of s390x support...
2015-01-15 Ian Lance Taylorlibgo, compiler: Upgrade libgo to Go 1.4, except for...
2014-11-04 Ian Lance Taylorlibgo: add s390 support
2014-10-20 Ian Lance Taylorreflect: allocate correct type in assignTo and cvtT2I
2014-10-08 Ian Lance Taylorre PR go/60406 (recover.go: test13reflect2 test failure)
2014-10-03 Ian Lance Taylorre PR go/61877 (reflect: cannot use []string as type...
2014-09-03 Chris Manghanecompiler: Add precise type information on the heap.
2014-07-20 Ian Lance Taylorruntime: remove unused variable
2014-07-19 Ian Lance Taylorreflect, runtime: Use libffi closures to implement...
2014-07-19 Ian Lance Taylorlibgo: Update to Go 1.3 release.
2014-06-06 Ian Lance Taylorlibgo: Merge to master revision 19184.
2014-06-04 Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2013-12-12 Ian Lance Taylorreflect: Fix MakeFunc returning float32 or float64...
2013-12-12 Ian Lance Taylorcompiler, reflect, runtime: Implement method values...
2013-12-11 Ian Lance Taylorreflect, runtime: Let reflect.MakeFunc functions call...
2013-11-30 Ian Lance Taylorreflect: Rename struct field to be consistent in assemb...
2013-11-30 Ian Lance Taylorreflect: Fix MakeFunc for 386 when returning a struct.
2013-11-19 Ian Lance Taylorreflect: Handle calls to functions that take or return...
2013-11-06 Ian Lance Taylorlibgo: Update to October 24 version of master library.
2013-10-07 Ian Lance Taylorreflect: Use C style comments in 386 assembly for Solar...
2013-10-04 Ian Lance Taylorreflect: Fix calling Interface method on value created...
2013-10-02 Ian Lance Taylorreflect: Use hand-coded .eh_frame section rather than...
2013-10-01 Ian Lance Taylorreflect: Fix reflect.Call with function following non...
2013-09-27 Ian Lance Taylorreflect: Copy stack values onto heap in amd64 MakeFunc.
2013-09-27 Ian Lance Taylorreflect: Implement MakeFunc for 386.
2013-09-27 Ian Lance Taylorreflect: Implement MakeFunc for amd64.
2013-09-17 Ian Lance Taylorreflect: Fix bug calling method on indirect value.
2013-09-03 Ian Lance Taylorcompiler, runtime: Use runtime functions to pass closur...
2013-07-16 Ian Lance Taylorlibgo: Update to Go 1.1.1.
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-01-29 Ian Lance Taylorlibgo: Update Go library to master revision 15489/921e5...
2012-12-12 Ian Lance Taylorlibgo: Update to current master library sources.
2012-11-21 Ian Lance Taylorlibgo: Update to current version of master library.
2012-11-19 Ian Lance Taylorreflect: Fix invalid sharing in valueInterface.
2012-11-10 Ian Lance Taylorreflect: Fix bug comparing struct field types.
2012-10-23 Ian Lance Taylorlibgo: Update to current sources.
2012-10-03 Ian Lance Taylorlibgo: Update to Go 1.0.3.
2012-06-14 Ian Lance Taylorcompiler, reflect: Quote package path with tabs.
2012-06-12 Ian Lance Taylorcompiler, reflect: Handle package path like gc compiler.
2012-05-14 Ian Lance Taylorlibgo: Use -fgo-pkgpath.
2012-05-04 Ian Lance Taylorlibgo: Update to Go 1.0.1 release.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-22.
2012-03-30 Ian Lance Taylorlibgo: Update to weekly.2012-03-13.
2012-03-06 Ian Lance Taylorlibgo: Update to weekly.2012-03-04 release.
2012-03-02 Ian Lance Taylorlibgo: Update to weekly.2012-02-14 release.
2012-02-09 Ian Lance Taylorlibgo: Update to weekly.2012-02-07.
2012-02-04 Ian Lance Taylorcompiler, reflect: Fix hash codes of named types, fix...
next