| Age | Commit message (Expand) | Author |
| 14 days | cmd/compile, cmd/link: add linknamestd directive for std-only linknames | Cherry Mui |
| 2026-02-12 | cmd/compile: set alignment for all content-addressable symbols | Ian Lance Taylor |
| 2026-02-10 | cmd/internal/obj: add Align field to LSym | Ian Lance Taylor |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-02-13 | cmd: use cmd/internal/hash.New32 and Sum32 only | Russ Cox |
| 2024-11-07 | cmd/internal/objabi, cmd/link: introduce SymKind helper methods | Russ Cox |
| 2024-09-04 | cmd: use 20 bytes hash when possible | Cuong Manh Le |
| 2024-09-04 | cmd: do not use notsha256 | Cuong Manh Le |
| 2024-09-03 | cmd: replace many sort.Interface with slices.Sort and SortFunc | Zxilly |
| 2024-08-09 | cmd/compile: add basic wasmexport support | Cherry Mui |
| 2024-08-06 | cmd/internal/obj: minor refactor of wasmimport code | Cherry Mui |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-05-15 | cmd/internal/obj/x86: make SEH symbols content-addressable | Cherry Mui |
| 2024-05-15 | cmd/internal/obj: print symbol index at -S=3 | Cherry Mui |
| 2024-05-10 | cmd/compile, cmd/link: disallow linkname of some newly added internal functions | Cherry Mui |
| 2023-08-29 | cmd/internal/{dwarf,obj}: stop substituting "" with pkgprefix | Matthew Dempsky |
| 2023-07-20 | cmd/internal/obj: print relocation type by name in -S output | Cherry Mui |
| 2023-07-18 | all: fix typos | Jes Cok |
| 2023-05-02 | cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF info | Cherry Mui |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements |
| 2023-04-05 | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal |
| 2023-03-02 | all: implement wasmimport directive | Evan Phoenix |
| 2023-02-06 | cmd/internal/obj: flag init functions in object file | Than McIntosh |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2022-11-10 | cmd/internal/obj: reduce allocations in object file writing | Cherry Mui |
| 2022-10-31 | cmd/internal/obj: cleanup linkgetlineFromPos | Michael Pratt |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-08-16 | runtime: process ptr bitmaps one word at a time | Keith Randall |
| 2022-08-15 | cmd/internal/obj: remove redundant code in genFuncInfoSyms | xiongwy12 |
| 2022-08-09 | all: use ":" for compiler generated symbols | Cuong Manh Le |
| 2022-05-11 | cmd/asm: require -p flag | Cherry Mui |
| 2022-05-11 | cmd/internal/obj: add a flag to not write referenced symbol names in object file | Cherry Mui |
| 2022-04-29 | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox |
| 2022-04-25 | cmd/compile: fix the missing size for FuncInfoSym | zhouguangyuan |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2022-03-28 | cmd/internal/obj: sort relocations | Cherry Mui |
| 2022-03-22 | cmd/compile, cmd/link: produce unlinkable object when compile without -p | Cherry Mui |
| 2022-02-11 | cmd/compile, runtime: use unwrapped PC for goroutine creation tracing | Cherry Mui |
| 2021-10-27 | cmd/compile, runtime: track argument stack slot liveness | Cherry Mui |
| 2021-10-12 | cmd/internal/obj/ppc64: support alignment of prefixed insn | Paul E. Murphy |
| 2021-10-06 | cmd/internal/obj: allow more gcbits content addressability | Josh Bleecher Snyder |
| 2021-10-05 | cmd/link: move all FUNCDATA refs into go.func.* | Josh Bleecher Snyder |
| 2021-10-04 | cmd/internal/obj: reduce alignment for gcbits | Cherry Mui |
| 2021-10-04 | cmd/internal/obj, cmd/link: move symbol alignment logic to object file writer | Cherry Mui |
| 2021-10-04 | cmd, runtime: mark assembly routines in FuncFlags | Josh Bleecher Snyder |
| 2021-09-29 | cmd/internal/goobj, cmd/link: remove funcdataoff | Cherry Mui |
| 2021-09-29 | cmd/link: access pcdata via aux symbols | Cherry Mui |
| 2021-09-28 | cmd/internal/obj: index pcdata symbols in NumberSyms | Cherry Mui |
| 2021-09-28 | cmd/internal/obj: refactor code to separate content-addressable symbols by se... | Josh Bleecher Snyder |