| Age | Commit message (Expand) | Author |
| 2013-03-22 | debug/elf: repair GNU version symbols. | Rémy Oudompheng |
| 2013-03-21 | debug/elf: restore Go 1.0 semantics for (*File).Symbols | Russ Cox |
| 2013-03-19 | debug/dwarf: support for DWARF 3 | Ian Lance Taylor |
| 2013-03-11 | debug/macho: add doc comment for FormatError | Rob Pike |
| 2013-02-26 | cmd/ld, runtime: adjust symbol table representation | Russ Cox |
| 2013-02-20 | debug/dwarf: add flag_present attribute encoding. | Robin Eklind |
| 2013-01-27 | all: make tests able to run multiple times. | Rémy Oudompheng |
| 2013-01-04 | cmd/ld: use native-endian symbol values in symbol table | Russ Cox |
| 2012-12-18 | debug/elf: handle missing shstrndx in core files | Dave Cheney |
| 2012-11-15 | debug/elf: fix offset for GNU version symbols | Joel Sing |
| 2012-11-15 | debug/elf: do not skip first symbol in the symbol table | Joel Sing |
| 2012-10-09 | debug/pe: support PE files which contain no symbol table (if NumberOfSymbols ... | Robin Eklind |
| 2012-09-22 | debug/pe: add symbol support | Joel Sing |
| 2012-08-03 | debug/elf: Add support for getting DynTag string table values. | Mike Rosset |
| 2012-05-21 | debug/elf: Expose entry point from Header in File struct. | Matthew Horsnell |
| 2012-04-09 | debug/gosym: in test, use temp binary name in /tmp, and clean up. | Brad Fitzpatrick |
| 2012-02-19 | cmd/cgo: bug fixes | Russ Cox |
| 2012-02-17 | debug/dwarf: address TODO in doc comment for New | Rob Pike |
| 2012-02-16 | debug/gosym: more carefully build the test binary. | David Symonds |
| 2012-02-16 | debug/gosym: dump 6a/6l output to process stdout/stderr so we can see failures. | David Symonds |
| 2012-02-16 | debug/gosym: Remove Makefile, rewrite test using go tool. | David Symonds |
| 2012-02-10 | debug/macho: dropped monstrous URL from package comment | Andrew Gerrand |
| 2012-01-30 | build: remove Make.pkg, Make.tool | Russ Cox |
| 2012-01-14 | src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH | Mikio Hara |
| 2011-12-21 | go/build: add new +build tags 'cgo' and 'nocgo' | Russ Cox |
| 2011-12-20 | build: a round of fixes | Russ Cox |
| 2011-12-05 | use new strconv API | Russ Cox |
| 2011-12-02 | gofmt -s misc src | Russ Cox |
| 2011-11-02 | all: sort imports | Russ Cox |
| 2011-11-01 | src/pkg/[a-m]*: gofix -r error -force=error | Russ Cox |
| 2011-10-18 | gofix -r mapdelete | Russ Cox |
| 2011-09-14 | debug/elf: permit another case of SHT_NOBITS section overlap in test | Ian Lance Taylor |
| 2011-07-20 | ld: remove overlap of ELF sections on dynamic binaries | Gustavo Niemeyer |
| 2011-07-18 | debug/proc: Remove. | Ian Lance Taylor |
| 2011-07-14 | go/printer: changed max. number of newlines from 3 to 2 | Robert Griesemer |
| 2011-07-13 | debug/elf: Read ELF Program headers. | Matthew Horsnell |
| 2011-07-12 | debug/pe: fixes ImportedSymbols for Win64. | Wei Guangjing |
| 2011-06-28 | strings.Split: make the default to split all. | Rob Pike |
| 2011-06-22 | os.Error API: don't export os.ErrorString, use os.NewError consistently | Robert Griesemer |
| 2011-06-17 | respect goto restrictions | Russ Cox |
| 2011-06-14 | debug/elf: rename test .o files to .obj | Gustavo Niemeyer |
| 2011-06-14 | syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and ex... | Russ Cox |
| 2011-06-13 | cgo: handle new Apple LLVM-based gcc from Xcode 4.2 | Russ Cox |
| 2011-05-18 | pkg: spelling tweaks, A-H | Robert Hencke |
| 2011-04-27 | cgo: handle versioned ELF symbols | Russ Cox |
| 2011-04-20 | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao |
| 2011-04-04 | os: New Open API. | Rob Pike |
| 2011-04-04 | os: add Seek whence constants | Brad Fitzpatrick |
| 2011-03-29 | debug/gosym: remove need for gotest to run preparatory commands. | Rob Pike |
| 2011-03-15 | debug/proc: fix build | Russ Cox |