summaryrefslogtreecommitdiff
path: root/libgo/go/reflect/value.go
Commit message (Expand)AuthorAgeFilesLines
* PR go/66138ian2015-11-071-11/+18
* runtime: Remove now unnecessary pad field from ParFor.ian2015-10-311-41/+73
* compiler, reflect, runtime: Use static chain for closures.ian2015-01-161-24/+0
* libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.ian2015-01-151-412/+181
* reflect: allocate correct type in assignTo and cvtT2Iian2014-10-201-11/+11
* runtime: remove unused variableian2014-07-201-4/+3
* libgo: Update to Go 1.3 release.ian2014-07-191-16/+29
* libgo: Merge to master revision 19184.ian2014-06-061-102/+116
* libgo: Merge from revision 18783:00cce3a34d7e of master library.ian2014-06-041-263/+435
* compiler, reflect, runtime: Implement method values in reflect.ian2013-12-121-30/+13
* libgo: Update to October 24 version of master library.ian2013-11-061-58/+76
* reflect: Fix reflect.Call with function following non-pointer.ian2013-10-011-2/+4
* reflect: Implement MakeFunc for amd64.ian2013-09-271-69/+0
* 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-161-59/+137
* compiler, runtime: Use function descriptors.ian2013-06-181-8/+31
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-291-2/+2
* libgo: Update to current version of master library.ian2012-11-211-77/+105
* reflect: Fix invalid sharing in valueInterface.ian2012-11-191-4/+4
* libgo: Update to current sources.ian2012-10-231-8/+536
* libgo: Update to Go 1.0.3.ian2012-10-031-1/+2
* libgo: Update to weekly.2012-03-22.ian2012-03-301-0/+9
* libgo: Update to weekly.2012-03-13.ian2012-03-301-0/+4
* libgo: Update to weekly.2012-03-04 release.ian2012-03-061-2/+14
* libgo: Update to weekly.2012-02-14 release.ian2012-03-021-17/+31
* compiler: Give an error if a variable is defined but not used.ian2012-01-231-6/+5
* libgo: Update to weekly.2011-12-14.ian2012-01-121-1/+1
* libgo: Update to weekly.2011-11-18.ian2011-12-121-713/+683
* libgo: Update to weekly.2011-11-02.ian2011-12-031-1/+1
* Update Go library to last weekly.ian2011-10-261-9/+78
* Update Go library to r60.3 release.ian2011-10-221-16/+15
* Update Go library to r60.ian2011-09-161-14/+54
* Update to current version of Go library.ian2011-05-201-1033/+1408
* Update to current version of Go library.ian2011-03-241-28/+30
* Update to current version of Go library (revision 94d654be2064).ian2011-03-161-43/+115
* Remove the types float and complex.ian2011-01-211-19/+57
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+1204