aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/reflect
AgeCommit message (Expand)AuthorFilesLines
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor5-246/+1082
2015-10-29compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor1-6/+0
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor1-2/+2
2015-04-17re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor1-7/+1
2015-03-06libgo: Upgrade to Go 1.4.2 release.Ian Lance Taylor1-15/+20
2015-01-19Add attribute unused to dummy arguments in ffi stubRichard Henderson1-1/+2
2015-01-19reflect: Fix build for systems that do not define ffi_go_closure.Ian Lance Taylor3-7/+7
2015-01-16compiler, reflect, runtime: Use static chain for closures.Richard Henderson12-2205/+48
2015-01-15reflect: Correct error in conversion of s390x support to Go 1.4.Ian Lance Taylor1-1/+1
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor10-493/+707
2014-11-04libgo: add s390 supportIan Lance Taylor4-2/+976
2014-10-20reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor1-11/+11
2014-10-08re PR go/60406 (recover.go: test13reflect2 test failure)Ian Lance Taylor1-17/+10
2014-10-03re PR go/61877 (reflect: cannot use []string as type string in Call)Ian Lance Taylor2-39/+97
2014-09-03compiler: Add precise type information on the heap.Chris Manghane1-5/+40
2014-07-20runtime: remove unused variableIan Lance Taylor1-4/+3
2014-07-19reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor5-63/+290
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor5-27/+192
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor4-111/+126
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor7-285/+498
2013-12-12reflect: Fix MakeFunc returning float32 or float64 on 386.Ian Lance Taylor2-15/+26
2013-12-12compiler, reflect, runtime: Implement method values in reflect.Ian Lance Taylor6-44/+115
2013-12-11reflect, runtime: Let reflect.MakeFunc functions call recover.Ian Lance Taylor2-0/+31
2013-11-30reflect: Rename struct field to be consistent in assembler and Go.Ian Lance Taylor1-2/+2
2013-11-30reflect: Fix MakeFunc for 386 when returning a struct.Ian Lance Taylor2-1/+14
2013-11-19reflect: Handle calls to functions that take or return empty structsIan Lance Taylor1-0/+40
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor6-92/+404
2013-10-07reflect: Use C style comments in 386 assembly for Solaris assembler.Ian Lance Taylor1-23/+24
2013-10-04reflect: Fix calling Interface method on value created by MakeFunc.Ian Lance Taylor2-1/+25
2013-10-02reflect: Use hand-coded .eh_frame section rather than CFI directives.Ian Lance Taylor2-21/+162
2013-10-01reflect: Fix reflect.Call with function following non-pointer.Ian Lance Taylor2-2/+13
2013-09-27reflect: Copy stack values onto heap in amd64 MakeFunc.Ian Lance Taylor1-2/+8
2013-09-27reflect: Implement MakeFunc for 386.Ian Lance Taylor4-2/+248
2013-09-27reflect: Implement MakeFunc for amd64.Ian Lance Taylor6-77/+634
2013-09-17reflect: Fix bug calling method on indirect value.Ian Lance Taylor1-1/+7
2013-09-03compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor1-7/+0
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor7-143/+775
2013-06-18compiler, runtime: Use function descriptors.Ian Lance Taylor3-11/+37
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor1-2/+2
2012-12-12libgo: Update to current master library sources.Ian Lance Taylor2-5/+3
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor6-249/+673
2012-11-19reflect: Fix invalid sharing in valueInterface.Ian Lance Taylor1-4/+4
2012-11-10reflect: Fix bug comparing struct field types.Ian Lance Taylor1-3/+14
2012-10-23libgo: Update to current sources.Ian Lance Taylor7-100/+1917
2012-10-03libgo: Update to Go 1.0.3.Ian Lance Taylor2-1/+25
2012-06-14compiler, reflect: Quote package path with tabs.Ian Lance Taylor1-1/+1
2012-06-12compiler, reflect: Handle package path like gc compiler.Ian Lance Taylor1-2/+22
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-1/+1
2012-05-04libgo: Update to Go 1.0.1 release.Ian Lance Taylor2-0/+6
2012-03-30libgo: Update to weekly.2012-03-22.Ian Lance Taylor2-14/+37