| Age | Commit message (Expand) | Author |
| 2023-02-03 | debug/elf: add DT_FLAGS_1 constants | Florin Papa |
| 2022-10-26 | debug/elf: guard access to File.gnuVersym | Zeke Lu |
| 2022-10-25 | debug/elf: use saferio.SliceCap when decoding ELF sections | Zeke Lu |
| 2022-10-14 | debug/elf: fix inccorrect value in COMPRESS_ZLIB string name | Florian Zenker |
| 2022-10-13 | debug: add top level security docs for dwarf, elf, macho, pe, and plan9obj | Roland Shoemaker |
| 2022-10-12 | debug/elf: validate phentsize and shentsize | Ian Lance Taylor |
| 2022-09-29 | debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34 | Paul E. Murphy |
| 2022-09-27 | debug/elf: return error on reading from SHT_NOBITS sections | Zeke Lu |
| 2022-09-27 | debug/elf: suport files with >= 65280 (0xff00) sections | Zeke Lu |
| 2022-09-19 | debug/elf: validate shstrndx | Zeke Lu |
| 2022-09-08 | debug/elf: define additional PPC64 ELFv2 relocations | Paul E. Murphy |
| 2022-08-29 | debug/elf: validate offset and file size ranges | Dan Kortschak |
| 2022-08-27 | debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS | Paul E. Murphy |
| 2022-08-11 | debug/elf: use saferio to read section data | Ian Lance Taylor |
| 2022-08-11 | debug/elf: add new-style LoongArch reloc types | WANG Xuerui |
| 2022-04-04 | debug: define ELF relocation for loong64 | Xiaodong Liu |
| 2022-04-01 | debug/elf: ajdust SectionOverlap test for proper fields | Meng Zhuo |
| 2022-03-31 | debug/elf: check for negative shoff and phoff fields | Ian Lance Taylor |
| 2022-03-16 | cmd/link: default generic ABI compression for ELF | Meng Zhuo |
| 2022-01-14 | debug/elf: do not read unrelated bytes for SHT_NOBITS sections | Alessandro Arzilli |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-05 | cmd/link: enable internal linking of PIE binaries on ppc64le | Paul E. Murphy |
| 2021-09-10 | debug/elf: retain original error message when getSymbols fails. | Florin Papa |
| 2021-06-14 | debug/elf: don't apply DWARF relocations for ET_EXEC binaries | Victor Michel |
| 2021-04-13 | all: simplify the spelling of Linux | Brad Fitzpatrick |
| 2021-03-02 | cmd/link,debug/elf: mips32, add .gnu.attributes and .MIPS.abiflags sections | YunQiang Su |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-09-18 | debug/elf: add many PT_ and DT_ constants | Ian Lance Taylor |
| 2020-08-31 | debug/elf: support relocations relative to sections with non-zero addresses | Victor Michel |
| 2020-08-30 | debug/elf: run relocation tests in parallel | Ian Lance Taylor |
| 2019-11-15 | all: fix a bunch of misspellings | Ville Skyttä |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 2019-09-17 | debug/elf: apply more relocations when reading DWARF data sections | Than McIntosh |
| 2019-09-03 | debug/dwarf, debug/elf: support DWARF 5 | Ian Lance Taylor |
| 2019-07-05 | debug/elf: add version information to all dynamic symbols | Austin Clements |
| 2019-03-01 | debug/elf: perform stricter section header table checks in NewFile | Tobias Klauser |
| 2018-11-02 | all: skip unsupported tests on AIX | Clément Chigot |
| 2018-09-07 | debug/elf: add R_RISCV_32_PCREL relocation | Tobias Klauser |
| 2018-06-19 | debug/elf,macho,pe: support compressed DWARF | Heschi Kreinick |
| 2018-05-08 | debug/elf: add machine and OSABI constants | Tobias Klauser |
| 2018-04-30 | all: skip unsupported tests for js/wasm | Richard Musiol |
| 2018-04-18 | debug/elf: add riscv64 relocations | Tobias Klauser |
| 2018-04-17 | debug/elf: enable TestNoSectionOverlaps on *bsd and solaris | Tobias Klauser |
| 2018-04-10 | debug/elf: add missing EM_AARCH64 to machineStrings | Tobias Klauser |
| 2017-10-11 | debug/elf: add relocation constants | David Crawshaw |
| 2017-10-05 | debug/elf: make safe for Go 1.4 compilers | Russ Cox |
| 2016-11-10 | debug/elf: SPARC64 relocation type is only 8 bits | Ian Lance Taylor |
| 2016-11-03 | debug/elf: add support for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-10-11 | debug/elf: add sparc64 relocations | James Clarke |
| 2016-05-06 | all: use SeekStart, SeekCurrent, SeekEnd | Joe Tsai |