summaryrefslogtreecommitdiff
path: root/libgo/go/reflect
Commit message (Expand)AuthorAgeFilesLines
...
* libgo: Upgrade to Go 1.4.2 release.Ian Lance Taylor2015-03-061-15/+20
* Add attribute unused to dummy arguments in ffi stubRichard Henderson2015-01-191-1/+2
* reflect: Fix build for systems that do not define ffi_go_closure.Ian Lance Taylor2015-01-193-7/+7
* compiler, reflect, runtime: Use static chain for closures.Richard Henderson2015-01-1612-2205/+48
* reflect: Correct error in conversion of s390x support to Go 1.4.Ian Lance Taylor2015-01-151-1/+1
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor2015-01-1510-493/+707
* libgo: add s390 supportIan Lance Taylor2014-11-044-2/+976
* reflect: allocate correct type in assignTo and cvtT2IIan Lance Taylor2014-10-201-11/+11
* re PR go/60406 (recover.go: test13reflect2 test failure)Ian Lance Taylor2014-10-081-17/+10
* re PR go/61877 (reflect: cannot use []string as type string in Call)Ian Lance Taylor2014-10-032-39/+97
* compiler: Add precise type information on the heap.Chris Manghane2014-09-031-5/+40
* runtime: remove unused variableIan Lance Taylor2014-07-201-4/+3
* reflect, runtime: Use libffi closures to implement reflect.MakeFunc.Ian Lance Taylor2014-07-195-63/+290
* libgo: Update to Go 1.3 release.Ian Lance Taylor2014-07-195-27/+192
* libgo: Merge to master revision 19184.Ian Lance Taylor2014-06-064-111/+126
* libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor2014-06-047-285/+498
* reflect: Fix MakeFunc returning float32 or float64 on 386.Ian Lance Taylor2013-12-122-15/+26
* compiler, reflect, runtime: Implement method values in reflect.Ian Lance Taylor2013-12-126-44/+115
* reflect, runtime: Let reflect.MakeFunc functions call recover.Ian Lance Taylor2013-12-112-0/+31
* reflect: Rename struct field to be consistent in assembler and Go.Ian Lance Taylor2013-11-301-2/+2
* reflect: Fix MakeFunc for 386 when returning a struct.Ian Lance Taylor2013-11-302-1/+14
* reflect: Handle calls to functions that take or return empty structsIan Lance Taylor2013-11-191-0/+40
* libgo: Update to October 24 version of master library.Ian Lance Taylor2013-11-066-92/+404
* reflect: Use C style comments in 386 assembly for Solaris assembler.Ian Lance Taylor2013-10-071-23/+24
* reflect: Fix calling Interface method on value created by MakeFunc.Ian Lance Taylor2013-10-042-1/+25
* reflect: Use hand-coded .eh_frame section rather than CFI directives.Ian Lance Taylor2013-10-022-21/+162
* reflect: Fix reflect.Call with function following non-pointer.Ian Lance Taylor2013-10-012-2/+13
* reflect: Copy stack values onto heap in amd64 MakeFunc.Ian Lance Taylor2013-09-271-2/+8
* reflect: Implement MakeFunc for 386.Ian Lance Taylor2013-09-274-2/+248
* reflect: Implement MakeFunc for amd64.Ian Lance Taylor2013-09-276-77/+634
* reflect: Fix bug calling method on indirect value.Ian Lance Taylor2013-09-171-1/+7
* compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor2013-09-031-7/+0
* libgo: Update to Go 1.1.1.Ian Lance Taylor2013-07-167-143/+775
* compiler, runtime: Use function descriptors.Ian Lance Taylor2013-06-183-11/+37
* libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor2013-01-291-2/+2
* libgo: Update to current master library sources.Ian Lance Taylor2012-12-122-5/+3
* libgo: Update to current version of master library.Ian Lance Taylor2012-11-216-249/+673
* reflect: Fix invalid sharing in valueInterface.Ian Lance Taylor2012-11-191-4/+4
* reflect: Fix bug comparing struct field types.Ian Lance Taylor2012-11-101-3/+14
* libgo: Update to current sources.Ian Lance Taylor2012-10-237-100/+1917
* libgo: Update to Go 1.0.3.Ian Lance Taylor2012-10-032-1/+25
* compiler, reflect: Quote package path with tabs.Ian Lance Taylor2012-06-141-1/+1
* compiler, reflect: Handle package path like gc compiler.Ian Lance Taylor2012-06-121-2/+22
* libgo: Use -fgo-pkgpath.Ian Lance Taylor2012-05-141-1/+1
* libgo: Update to Go 1.0.1 release.Ian Lance Taylor2012-05-042-0/+6
* libgo: Update to weekly.2012-03-22.Ian Lance Taylor2012-03-302-14/+37
* libgo: Update to weekly.2012-03-13.Ian Lance Taylor2012-03-302-0/+5
* libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor2012-03-064-5/+45
* libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor2012-03-022-89/+98
* libgo: Update to weekly.2012-02-07.Ian Lance Taylor2012-02-092-3/+15