go/src/reflect
Keith Randall b1f29b2d44 runtime: get rid of goalg, no longer needed
The goalg function was a holdover from when we had algorithm
tables in both C and Go.  It is no longer needed.

Change-Id: Ia0c1af35bef3497a899f22084a1a7b42daae72a0
Reviewed-on: https://go-review.googlesource.com/2099
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2014-12-28 18:42:39 +00:00
..
all_test.go reflect: fix func layout test for nacl build 2014-12-24 02:42:47 +00:00
asm_386.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
asm_amd64.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
asm_amd64p32.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
asm_arm.s runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback 2014-09-12 07:29:19 -04:00
asm_ppc64x.s all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
deepequal.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
example_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
export_test.go reflect, runtime: gofmt 2014-12-26 04:43:33 +00:00
makefunc.go reflect: a few microoptimizations 2014-10-17 12:54:31 -04:00
set_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
tostring_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
type.go runtime: get rid of goalg, no longer needed 2014-12-28 18:42:39 +00:00
value.go build: merge the great pkg/ rename into dev.power64 2014-10-22 13:25:37 -04:00