1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:31:22 -06:00
go/src/pkg/reflect
Dave Cheney 7c8280c9ef all: merge NaCl branch (part 1)
See golang.org/s/go13nacl for design overview.

This CL is the mostly mechanical changes from rsc's Go 1.2 based NaCl branch, specifically 39cb35750369 to 500771b477cf from https://code.google.com/r/rsc-go13nacl. This CL does not include working NaCl support, there are probably two or three more large merges to come.

CL 15750044 is not included as it involves more invasive changes to the linker which will need to be merged separately.

The exact change lists included are

15050047: syscall: support for Native Client
15360044: syscall: unzip implementation for Native Client
15370044: syscall: Native Client SRPC implementation
15400047: cmd/dist, cmd/go, go/build, test: support for Native Client
15410048: runtime: support for Native Client
15410049: syscall: file descriptor table for Native Client
15410050: syscall: in-memory file system for Native Client
15440048: all: update +build lines for Native Client port
15540045: cmd/6g, cmd/8g, cmd/gc: support for Native Client
15570045: os: support for Native Client
15680044: crypto/..., hash/crc32, reflect, sync/atomic: support for amd64p32
15690044: net: support for Native Client
15690048: runtime: support for fake time like on Go Playground
15690051: build: disable various tests on Native Client

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/68150047
2014-02-25 09:47:42 -05:00
..
all_test.go reflect: better error for walking through nil embedded struct pointer 2014-02-21 13:51:22 -05:00
asm_386.s runtime, cmd/gc, cmd/ld: ignore method wrappers in recover 2013-09-12 14:00:16 -04:00
asm_amd64.s runtime, cmd/gc, cmd/ld: ignore method wrappers in recover 2013-09-12 14:00:16 -04:00
asm_amd64p32.s all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
asm_arm.s runtime, cmd/gc, cmd/ld: ignore method wrappers in recover 2013-09-12 14:00:16 -04:00
deepequal.go reflect: remove length check for arrays in deepValueEqual 2013-12-29 11:05:30 -08:00
example_test.go reflect: add example for StructTag 2013-09-23 13:19:08 -04:00
export_test.go reflect: add ArrayOf, ChanOf, MapOf, SliceOf 2012-11-13 13:06:29 -05:00
makefunc.go reflect: rewrite Value to separate out pointer vs. nonpointer info. 2013-12-19 15:15:24 -08:00
set_test.go all: fix a few more printf arg bugs found by go vet 2013-02-28 11:33:08 -08:00
tostring_test.go build: remove dead code 2013-03-22 17:28:22 -04:00
type.go all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
value.go reflect: better error for walking through nil embedded struct pointer 2014-02-21 13:51:22 -05:00