| Age | Commit message (Expand) | Author |
| 2025-11-26 | cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi | Ian Lance Taylor |
| 2025-11-04 | cmd/link: don't generate .gosymtab section | Ian Lance Taylor |
| 2024-01-25 | debug/gosym: add detailed doc for text argument in NewLineTable | Zxilly |
| 2023-10-18 | debug: add available godoc link | cui fliter |
| 2022-09-07 | debug/gosym: rename nameoff to nameOff to match runtime | Michael Pratt |
| 2022-08-09 | debug/gosym: fix missing symbol version for 1.2+ pclntab | Cuong Manh Le |
| 2022-08-09 | all: use ":" for compiler generated symbols | Cuong Manh Le |
| 2022-07-19 | crypto/internal/nistec,debug/gosym: fix typos | Dan Kortschak |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2022-03-23 | debug/gosym: skip non-real functions in LineToPC lookup | Cherry Mui |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-24 | cmd/internal/objfile, debug/gosym: use the address of runtime.text as textStart | Cherry Mui |
| 2021-11-02 | debug/gosym: bulk allocate Syms | Josh Bleecher Snyder |
| 2021-10-11 | cmd/compile: adjust debug/gosym to deal with instantiated types/funcs/methods | Dan Scales |
| 2021-10-05 | cmd/link,runtime: remove functab relocations | Josh Bleecher Snyder |
| 2021-10-04 | debug/gosym: add funcTab abstraction | Josh Bleecher Snyder |
| 2021-10-04 | debug/gosym: use sort.Search in findFunc | Josh Bleecher Snyder |
| 2021-09-30 | debug/gosym: run TestPCLine on Linux/AMD64 in short mode | Cherry Mui |
| 2021-09-30 | debug/gosym: fix version check in file table access | Cherry Mui |
| 2021-09-29 | cmd/link, runtime: use offset for _func.entry | Josh Bleecher Snyder |
| 2021-09-29 | debug/gosym: refactor handling of funcdata | Josh Bleecher Snyder |
| 2021-09-29 | debug/gosym: add benchmark | Josh Bleecher Snyder |
| 2021-09-29 | debug/gosym: adjust go12* method comments | Josh Bleecher Snyder |
| 2021-09-29 | debug/gosym: add hook to disable recovers | Josh Bleecher Snyder |
| 2021-09-27 | debug/gosym: add pcHeader parsing helpers | Josh Bleecher Snyder |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-10-20 | all: update references to symbols moved from io/ioutil to io | Russ Cox |
| 2020-08-18 | [dev.link] cmd/{compile,link}: remove pcdata tables from pclntab_old | Jeremy Faller |
| 2020-08-13 | [dev.link] debug/gosym: fix file mappings | Jeremy Faller |
| 2020-08-12 | [dev.link] cmd/link: stop renumbering files for pclntab generation | Jeremy Faller |
| 2020-07-31 | [dev.link] create runtime.funcnametab | Jeremy Faller |
| 2020-07-30 | [dev.link] cmd/link: add runtime.pcheader | Jeremy Faller |
| 2020-04-30 | debug/gosym: correct comments for Table.{Files,Objs} | Ian Lance Taylor |
| 2019-05-22 | all: shorten some tests | Russ Cox |
| 2019-04-30 | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow |
| 2019-03-09 | debug/gosym: simplify parsing symbol name rule | LE Manh Cuong |
| 2019-03-08 | internal/testenv: remove SetModVendor | Bryan C. Mills |
| 2019-03-08 | gosym/pclntab: mark LineTable.LineToPC and LineTable.PCToLine as deprecated | karthik nayak |
| 2019-03-05 | all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st... | Bryan C. Mills |
| 2019-01-09 | debug/gosym: remove outdated comment | LE Manh Cuong |
| 2018-11-12 | debug/gosym: use "go build" instead of hand-running asm and link | Austin Clements |
| 2018-04-13 | debug/gosym: intern LineTable strings | Josh Bleecher Snyder |
| 2017-11-30 | debug/gosym: update docs for changes in Go 1.3 | Hiroshi Ioka |
| 2017-10-05 | all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" | Marvin Stenger |
| 2017-10-05 | all: revert "all: prefer strings.IndexByte over strings.Index" | Marvin Stenger |
| 2017-09-27 | all: prefer strings.LastIndexByte over strings.LastIndex | Marvin Stenger |
| 2017-09-25 | all: prefer strings.IndexByte over strings.Index | Marvin Stenger |
| 2016-12-01 | cmd/objdump: copy gosym.PCValue into internal package | Keith Randall |
| 2016-08-30 | all: use testing.GoToolPath instead of "go" | Keith Randall |
| 2016-08-24 | cmd/objdump: implement objdump of .o files | Keith Randall |