1
0
mirror of https://github.com/golang/go synced 2024-10-03 22:31:21 -06:00
go/src/cmd
Russ Cox aae5c57e38 all: merge default branch into dev.garbage
hg was unable to create a CL on the code review server for this,
so I am submitting the merge by hand.
The only manual edits are in mgc0.c, to reapply the
removal of cached/ncached to the new code.
2014-10-16 15:00:08 -04:00
..
5a liblink: require DATA lines to be ordered by offset, with no overlap 2014-10-14 23:25:12 -04:00
5c cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal 2014-10-07 12:07:40 -04:00
5g cmd/5g, cmd/8g: make 'out of registers' a fatal error 2014-09-16 13:16:43 -04:00
5l cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug 2014-08-27 22:53:28 -04:00
6a liblink: require DATA lines to be ordered by offset, with no overlap 2014-10-14 23:25:12 -04:00
6c cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal 2014-10-07 12:07:40 -04:00
6g cmd/cc, cmd/gc: stop generating 'argsize' PCDATA 2014-09-12 07:51:00 -04:00
6l cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug 2014-08-27 22:53:28 -04:00
8a liblink: require DATA lines to be ordered by offset, with no overlap 2014-10-14 23:25:12 -04:00
8c cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal 2014-10-07 12:07:40 -04:00
8g cmd/5g, cmd/8g: make 'out of registers' a fatal error 2014-09-16 13:16:43 -04:00
8l cmd/8l: accept R_386_GOT32 in push instruction 2014-10-06 14:17:48 -04:00
addr2line cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile 2014-08-07 12:33:06 -04:00
api runtime: remove untyped allocation of ParFor 2014-09-16 11:03:11 -04:00
cc runtime: crash if we see an invalid pointer into GC arena 2014-10-07 11:07:18 -04:00
cgo cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. 2014-09-30 16:08:04 -04:00
dist cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects 2014-09-24 16:55:26 -04:00
fix build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
gc all: merge default branch into dev.garbage 2014-10-16 15:00:08 -04:00
go cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming conflicts 2014-10-15 13:13:37 -07:00
gofmt go/format, cmd/gofmt: added missing comments, minor internal cleanup 2014-09-30 12:26:38 -07:00
internal cmd/objdump: move armasm, x86asm into internal packages 2014-09-30 12:28:24 -04:00
ld cmd/ld: do not assume that only pe section names start with '.' 2014-10-11 22:01:04 +11:00
link cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package 2014-08-27 20:15:05 -04:00
nm build: adjustments for move from src/pkg to src 2014-09-08 00:06:45 -04:00
objdump cmd/objdump: move armasm, x86asm into internal packages 2014-09-30 12:28:24 -04:00
pack cmd/pack: fix c command for existing file 2014-09-23 18:24:35 -07:00
pprof cmd/pprof: add Go implementation 2014-09-30 13:41:54 -04:00
yacc cmd/yacc: fix handling of tokens that don't start with letters 2014-09-29 13:32:14 -07:00