| Age | Commit message (Expand) | Author |
| 2014-10-29 | cmd/objdump: disable test failing on arm5go1.4beta1 | Russ Cox |
| 2014-10-29 | cmd/objdump: use cmd/internal/objfile | Russ Cox |
| 2014-10-29 | cmd/objdump: skip extld test on plan9 | Russ Cox |
| 2014-10-28 | cmd/gc: fix build - remove unused variables in walkprint | Russ Cox |
| 2014-10-28 | cmd/objdump: disassemble local text symbols | Ian Lance Taylor |
| 2014-10-28 | cmd/gc: fix internal compiler error in struct compare | Russ Cox |
| 2014-10-28 | cmd/gc: avoid use of goprintf | Russ Cox |
| 2014-10-28 | cmd/go: add get -f flag | Russ Cox |
| 2014-10-25 | cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo" toolchain. | Peter Collingbourne |
| 2014-10-24 | cmd/go: add bzr support for vcs root checking | Gustavo Niemeyer |
| 2014-10-24 | cmd/gc: synthesize zeroed value for non-assignment context | Russ Cox |
| 2014-10-21 | undo CL 156430044 / 5d69cad4faaf | Dave Cheney |
| 2014-10-21 | cmd/ld: fix addstrdata for big-endian systems | Ian Lance Taylor |
| 2014-10-20 | cmd/gc: disallow call of *T method using **T variable | Russ Cox |
| 2014-10-20 | cmd/cgo: disable clang's integrated assembler | Dave Cheney |
| 2014-10-20 | cmd/go: set exit status for failing "go generate" run. | Rob Pike |
| 2014-10-20 | cmd/gc: emit code for extern = <N> | Daniel Morsing |
| 2014-10-17 | cmd/gc: don't use static init to initialize small structs, fields | Russ Cox |
| 2014-10-16 | cmd/gc: elide write barrier for x = x[0:y] and x = append(x, ...) | Russ Cox |
| 2014-10-15 | cmd/gc: simplify compiled code for explicit zeroing | Russ Cox |
| 2014-10-15 | cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl... | Chris Manghane |
| 2014-10-15 | cmd/gc: do not copy via temporary for writebarrierfat{2,3,4} | Russ Cox |
| 2014-10-15 | cmd/gc: blank methods are not permitted in interface types | Chris Manghane |
| 2014-10-14 | liblink: require DATA lines to be ordered by offset, with no overlap | Russ Cox |
| 2014-10-14 | cmd/gc, runtime: fix race, nacl for writebarrier changes | Russ Cox |
| 2014-10-14 | cmd/gc: check for initialization cycles in method values | Chris Manghane |
| 2014-10-14 | cmd/gc: add 2-, 3-, 4-word write barrier specializations | Russ Cox |
| 2014-10-14 | cmd/gc: fix 'make' in cmd/gc directory | Russ Cox |
| 2014-10-11 | cmd/ld: do not assume that only pe section names start with '.' | Alex Brainman |
| 2014-10-11 | cmd/ld: correct pe section names if longer then 8 chars | Alex Brainman |
| 2014-10-10 | cmd/ld: fix off-by-one error when emitting symbol names | Shenghou Ma |
| 2014-10-08 | cmd/ld: don't add line number info for the final address of an FDE | Ian Lance Taylor |
| 2014-10-08 | cmd/go: add ImportComment to Package struct | Andrew Gerrand |
| 2014-10-07 | cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal | Russ Cox |
| 2014-10-07 | cmd/gc: fix print format | Russ Cox |
| 2014-10-07 | runtime: crash if we see an invalid pointer into GC arena | Russ Cox |
| 2014-10-07 | runtime: remove type-punning for Type.gc[0], gc[1] | Russ Cox |
| 2014-10-06 | cmd/ld: ignore .Linfo_stringNN variables in clang .o files | Russ Cox |
| 2014-10-06 | cmd/gc: prohibit short variable declarations containing duplicate symbols | Evan Kroske |
| 2014-10-06 | cmd/go: fix 'go vet' of package with external tests | Russ Cox |
| 2014-10-06 | cmd/8l: accept R_386_GOT32 in push instruction | Russ Cox |
| 2014-10-03 | cmd/cc, runtime: disallow structs without tags | Russ Cox |
| 2014-09-30 | cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. | Alan Donovan |
| 2014-09-30 | go/format, cmd/gofmt: added missing comments, minor internal cleanup | Robert Griesemer |
| 2014-09-30 | cmd/go: sometimes name tmp test binary test.test.exe on Windows | Russ Cox |
| 2014-09-30 | cmd/pprof: add Go implementation | Russ Cox |
| 2014-09-30 | cmd/gc: fix call order in array literal of slice literal of make chan | Russ Cox |
| 2014-09-30 | cmd/objdump: move armasm, x86asm into internal packages | Russ Cox |
| 2014-09-29 | go/format, cmd/gofmt: fix issues with partial Go code with indent | Dmitri Shuralyov |
| 2014-09-29 | cmd/yacc: fix handling of tokens that don't start with letters | Ian Lance Taylor |