]> Cypherpunks repositories - gostls13.git/commit
reflection for functions
authorRuss Cox <rsc@golang.org>
Thu, 9 Jul 2009 01:16:09 +0000 (18:16 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 9 Jul 2009 01:16:09 +0000 (18:16 -0700)
commitbba278a43b306e4f713f66a8588c16e6484039d0
tree98d59a667e325c1455dd3753a0c0383488c1e114
parenta68b1da3cc7b454f110253534624c5ac4e065e72
reflection for functions

add channel send type check (thanks austin).
fix type mismatch message.

R=r
DELTA=241  (225 added, 5 deleted, 11 changed)
OCL=31370
CL=31375
src/pkg/reflect/all_test.go
src/pkg/reflect/type.go
src/pkg/reflect/value.go
src/pkg/runtime/386/asm.s
src/pkg/runtime/amd64/asm.s
src/pkg/runtime/arm/asm.s
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h