| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-08-31 | cmd/ld: diagnose Go calling C | Russ Cox |
| 2014-08-27 | debug/elf: support arm64 relocations | Michael Hudson-Doyle |
| 2014-08-27 | cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into... | Matthew Dempsky |
| 2014-08-13 | cmd/cgo, debug/dwarf: fix translation of zero-size arrays | Matthew Dempsky |
| 2014-08-08 | debug/pe/testdata: make sure gcc-amd64-mingw-exec has symbols | Alex Brainman |
| 2014-08-06 | debug/dwarf: fix typos in comment for UnspecifiedType | Rob Pike |
| 2014-08-06 | debug/dwarf: fix Reader panic on DW_TAG_unspecified_type | Derek Parker |
| 2014-07-16 | cmd/ld: use count, not upper bound, in type of array | Rob Pike |
| 2014-07-10 | debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Sy... | Pietro Gagliardi |
| 2014-07-09 | debug/plan9obj: fix test build | Aram Hăvărneanu |
| 2014-07-09 | debug/plan9obj, cmd/addr2line: on Plan 9 use a.out header | Aram Hăvărneanu |
| 2014-07-05 | debug/elf: fix nil deref in test | Dmitriy Vyukov |
| 2014-06-03 | debug/elf: support DWARF that needs relocs for 386 | Ian Lance Taylor |
| 2014-05-20 | debug/plan9obj: cleanup api | David du Colombier |
| 2014-04-29 | all: spelling tweaks, A-G | Robert Hencke |
| 2014-04-26 | src: fix issues found by go vet std | Robert Hencke |
| 2014-04-16 | debug/pe: add optional header to File | Alex Brainman |
| 2014-04-16 | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox |
| 2014-04-16 | all: fix typos | Rui Ueyama |
| 2014-04-16 | liblink: add leaf bit to object file format | Russ Cox |
| 2014-04-14 | liblink, cmd/link: add version number to object file | Russ Cox |
| 2014-03-13 | debug/macho: handle missing __debug_str section | Keith Randall |
| 2014-03-11 | dwarf: add extensions for multi-file compression (.dwz) | Dhiru Kholia |
| 2014-02-27 | debug/macho: Define CPU constants for other common architectures for OS X/iOS. | Robert Sesek |
| 2014-02-18 | cmd/ld: remove Plan 9 symbol table | Russ Cox |
| 2014-02-15 | debug/elf: correct test failure print | Russ Cox |
| 2014-02-13 | debug/macho: Add support for opening fat/universal binaries. | Robert Sesek |
| 2014-02-13 | debug/macho: add test file for CL 60190043 | Dave Cheney |
| 2014-02-12 | debug/pe: delete unnecessary type conversions | Robert Dinu |
| 2014-01-27 | all: use {bytes,strings}.NewReader instead of bytes.Buffers | Brad Fitzpatrick |
| 2014-01-27 | debug/dwarf, debug/elf: add support for reading DWARF 4 type info | Ian Lance Taylor |
| 2014-01-22 | debug/plan9obj: implement parsing of Plan 9 a.out executables | David du Colombier |
| 2014-01-08 | debug/goobj: add String methods for SymID and SymKind | Russ Cox |
| 2013-12-31 | debug/elf: add C source for testdata executables | Michael Stapelberg |
| 2013-12-18 | debug/goobj: expand package prefix correctly | Russ Cox |
| 2013-12-16 | debug/goobj: add package for reading new Go object files | Russ Cox |
| 2013-12-12 | debug/dwarf: remove unused field addrsize from Data | Ian Lance Taylor |
| 2013-10-29 | debug/dwarf: add DWARF 4 form constants | Russ Cox |
| 2013-10-14 | debug/dwarf: report the value of an unrecognized attribute format | Ian Lance Taylor |
| 2013-10-09 | debug/dwarf: handle surprising clang encoding | Russ Cox |
| 2013-08-07 | runtime: convert .s textflags from numbers to symbolic constants. | Keith Randall |
| 2013-08-05 | undo CL 12486043 / ab644299d124 | Brad Fitzpatrick |
| 2013-08-05 | all: use strings.IndexByte instead of Index where possible | Brad Fitzpatrick |
| 2013-07-23 | all: be more idiomatic when documenting boolean return values. | Rob Pike |
| 2013-07-19 | cmd/ld, runtime: remove unused fields from Func | Russ Cox |
| 2013-07-19 | debug/gosym: put pclinetest file in temporary directory | Keith Randall |
| 2013-07-18 | debug/gosym: avoid test failure on Windows | Russ Cox |
| 2013-07-18 | debug/gosym: update for Go 1.2 pcln table | Russ Cox |
| 2013-06-21 | all: avoid leaking fds during tests | Dave Cheney |