1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:21:23 -06:00
go/src/pkg/reflect
Rémy Oudompheng 38070a72c5 reflect: stop thinking that MaxFloat32 overflows float32.
Fixes #4282.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/6759052
2012-10-26 08:39:36 +02:00
..
all_test.go reflect: stop thinking that MaxFloat32 overflows float32. 2012-10-26 08:39:36 +02:00
asm_386.s reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
asm_amd64.s reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
asm_arm.s reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
deepequal.go reflect.DeepEqual: rewrite clarification about nil and empty slice. 2012-09-26 20:46:49 +10:00
example_test.go reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
export_test.go reflect: add Type.ConvertibleTo, Value.Convert (API CHANGE) 2012-09-22 08:52:27 -04:00
makefunc.go reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
set_test.go reflect: rename Typeof, NewValue -> TypeOf, ValueOf 2011-04-25 13:39:16 -04:00
tostring_test.go use new strconv API 2011-12-05 15:48:46 -05:00
type.go reflect: fix mistake in error message 2012-09-24 11:47:27 -04:00
value.go reflect: stop thinking that MaxFloat32 overflows float32. 2012-10-26 08:39:36 +02:00