1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/pkg/reflect
Russ Cox b1b67a36ac reflect: stop using run-time code generation
Step 3 of http://golang.org/s/go11func.

Fixes #3736.
Fixes #3738.
Fixes #4081.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7393050
2013-02-22 15:23:57 -05:00
..
all_test.go testing: add AllocsPerRun 2013-02-02 22:52:29 -05:00
asm_386.s reflect: stop using run-time code generation 2013-02-22 15:23:57 -05:00
asm_amd64.s reflect: stop using run-time code generation 2013-02-22 15:23:57 -05:00
asm_arm.s reflect: stop using run-time code generation 2013-02-22 15:23:57 -05:00
deepequal.go reflect: improve documentation for DeepEqual regarding maps 2012-10-30 14:42:47 -07:00
example_test.go reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
export_test.go reflect: add ArrayOf, ChanOf, MapOf, SliceOf 2012-11-13 13:06:29 -05:00
makefunc.go reflect: stop using run-time code generation 2013-02-22 15:23:57 -05:00
set_test.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
tostring_test.go use new strconv API 2011-12-05 15:48:46 -05:00
type.go cmd/gc, reflect, runtime: switch to indirect func value representation 2013-02-21 17:01:13 -05:00
value.go reflect: stop using run-time code generation 2013-02-22 15:23:57 -05:00