summaryrefslogtreecommitdiff
path: root/libgo/go/reflect
Commit message (Expand)AuthorAgeFilesLines
* libgo: Merge from revision 18783:00cce3a34d7e of master library.ian2014-06-047-285/+498
* reflect: Fix MakeFunc returning float32 or float64 on 386.ian2013-12-122-15/+26
* compiler, reflect, runtime: Implement method values in reflect.ian2013-12-126-44/+115
* reflect, runtime: Let reflect.MakeFunc functions call recover.ian2013-12-112-0/+31
* reflect: Rename struct field to be consistent in assembler and Go.ian2013-11-301-2/+2
* reflect: Fix MakeFunc for 386 when returning a struct.ian2013-11-302-1/+14
* reflect: Handle calls to functions that take or return empty structsian2013-11-191-0/+40
* libgo: Update to October 24 version of master library.ian2013-11-066-92/+404
* reflect: Use C style comments in 386 assembly for Solaris assembler.ian2013-10-071-23/+24
* reflect: Fix calling Interface method on value created by MakeFunc.ian2013-10-042-1/+25
* reflect: Use hand-coded .eh_frame section rather than CFI directives.ian2013-10-022-21/+162
* reflect: Fix reflect.Call with function following non-pointer.ian2013-10-012-2/+13
* reflect: Copy stack values onto heap in amd64 MakeFunc.ian2013-09-271-2/+8
* reflect: Implement MakeFunc for 386.ian2013-09-274-2/+248
* reflect: Implement MakeFunc for amd64.ian2013-09-276-77/+634
* reflect: Fix bug calling method on indirect value.ian2013-09-171-1/+7
* compiler, runtime: Use runtime functions to pass closure value.ian2013-09-031-7/+0
* libgo: Update to Go 1.1.1.ian2013-07-167-143/+775
* compiler, runtime: Use function descriptors.ian2013-06-183-11/+37
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-291-2/+2
* libgo: Update to current master library sources.ian2012-12-122-5/+3
* libgo: Update to current version of master library.ian2012-11-216-249/+673
* reflect: Fix invalid sharing in valueInterface.ian2012-11-191-4/+4
* reflect: Fix bug comparing struct field types.ian2012-11-101-3/+14
* libgo: Update to current sources.ian2012-10-237-100/+1917
* libgo: Update to Go 1.0.3.ian2012-10-032-1/+25
* compiler, reflect: Quote package path with tabs.ian2012-06-141-1/+1
* compiler, reflect: Handle package path like gc compiler.ian2012-06-121-2/+22
* libgo: Use -fgo-pkgpath.ian2012-05-141-1/+1
* libgo: Update to Go 1.0.1 release.ian2012-05-042-0/+6
* libgo: Update to weekly.2012-03-22.ian2012-03-302-14/+37
* libgo: Update to weekly.2012-03-13.ian2012-03-302-0/+5
* libgo: Update to weekly.2012-03-04 release.ian2012-03-064-5/+45
* libgo: Update to weekly.2012-02-14 release.ian2012-03-022-89/+98
* libgo: Update to weekly.2012-02-07.ian2012-02-092-3/+15
* compiler, reflect: Fix hash codes of named types, fix PtrTo hash.ian2012-02-042-2/+28
* libgo: Update to weekly.2012-01-20.ian2012-01-252-3/+14
* compiler: Give an error if a variable is defined but not used.ian2012-01-232-11/+8
* libgo: Update to weekly.2011-12-14.ian2012-01-122-6/+18
* libgo: Update to weekly.2011-12-06.ian2011-12-142-10/+10
* libgo: Update to weekly.2011-11-18.ian2011-12-124-737/+756
* libgo: Update to weekly.2011-11-02.ian2011-12-032-2/+2
* libgo: Update to weekly.2011-11-01.ian2011-12-021-3/+3
* Update Go library to last weekly.ian2011-10-263-25/+120
* Update Go library to r60.3 release.ian2011-10-223-42/+106
* Update Go library to release r60.1.ian2011-09-221-0/+3
* Update Go library to r60.ian2011-09-163-49/+253
* Update to current version of Go library.ian2011-05-206-1838/+2706
* Update to current version of Go library.ian2011-03-242-51/+44
* Update to current version of Go library (revision 94d654be2064).ian2011-03-164-51/+296