| Age | Commit message (Expand) | Author |
| 2026-01-26 | cmd/compile: reduce lock/scheduler contention | Daniel Morsing |
| 2025-02-13 | cmd: use cmd/internal/hash.New32 and Sum32 only | Russ Cox |
| 2024-12-12 | cmd/internal/obj: disallow linknamed access to builtin symbols | Cherry Mui |
| 2024-11-13 | cmd/compile, cmd/link: add FIPS verification support | Russ Cox |
| 2024-11-07 | cmd/internal/objabi, cmd/link: introduce SymKind helper methods | Russ Cox |
| 2024-09-04 | cmd: use 16 bytes hash when possible | Cuong Manh Le |
| 2024-09-04 | cmd: do not use notsha256 | Cuong Manh Le |
| 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/internal/obj/x86: make SEH symbols content-addressable | Cherry Mui |
| 2023-09-01 | cmd/internal/obj: simplify filename handling | Matthew Dempsky |
| 2023-08-29 | cmd/internal/{dwarf,obj}: stop substituting "" with pkgprefix | Matthew Dempsky |
| 2023-08-25 | cmd/internal/obj/arm64: load large constants into vector registers from rodata | Joel Sing |
| 2023-06-13 | cmd/internal/obj: make aix/ppc64 builds reproducible | Russ Cox |
| 2023-05-02 | cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF info | Cherry Mui |
| 2023-04-05 | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal |
| 2023-03-02 | all: implement wasmimport directive | Evan Phoenix |
| 2023-01-30 | all: fix problematic comments | cui fliter |
| 2022-10-31 | cmd/internal/obj: cleanup linkgetlineFromPos | Michael Pratt |
| 2022-10-01 | cmd/internal/obj: hoist constant slice out of function called in loop | David Chase |
| 2022-05-05 | cmd: use 128-bit SHA256 & encode in base64 for content hashes | Russ Cox |
| 2022-04-29 | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox |
| 2021-10-04 | cmd/compile: refactor gclocals sym creation | Josh Bleecher Snyder |
| 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 |
| 2021-09-22 | cmd/internal/obj: remove ABI aliases from object file | Cherry Mui |
| 2021-04-16 | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox |
| 2021-03-13 | all: remove duplicate words | John Bampton |
| 2020-10-22 | cmd/internal/obj: use correct symbol size for Hashed64 classification | Cherry Zhang |
| 2020-10-16 | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox |
| 2020-09-29 | cmd/compile: mark type namedata symbols content-addressable | Cherry Zhang |
| 2020-08-27 | runtime: framepointers are no longer an experiment - hard code them | Keith Randall |
| 2020-08-11 | [dev.link] cmd/internal/obj: traverse files in deterministic order | Cherry Zhang |
| 2020-08-11 | [dev.link] cmd: remove "2", another round | Cherry Zhang |
| 2020-08-10 | [dev.link] use per package filenames to build pclntab | Jeremy Faller |
| 2020-07-20 | [dev.link] cmd/internal/obj: handle content-addressable symbols with relocations | Cherry Zhang |
| 2020-07-20 | [dev.link] cmd/compile: make read-only static temps content-addressable | Cherry Zhang |
| 2020-07-16 | [dev.link] cmd/internal/goobj2, cmd/link: use short hash function for short s... | Cherry Zhang |
| 2020-07-16 | [dev.link] cmd/internal/obj: make integer/float constant symbols content-addr... | Cherry Zhang |
| 2020-07-16 | [dev.link] cmd/internal/goobj2, cmd/link: add content addressable symbols | Cherry Zhang |
| 2020-07-08 | [dev.link] cmd/compile: mark stmp and stkobj symbols as static | Than McIntosh |
| 2020-06-05 | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang |
| 2020-06-04 | [dev.link] cmd/compile: use hash of export data as fingerprint | Cherry Zhang |
| 2020-06-04 | all: fix dead links to inferno-os bitbucket repository | Tobias Klauser |
| 2020-05-19 | [dev.link] cmd/internal/obj: remove asm parameter of NumberSyms | Cherry Zhang |
| 2020-05-04 | [dev.link] cmd: delete old object support | Cherry Zhang |
| 2020-04-24 | [dev.link] cmd/internal/goobj2: add index fingerprint to object file | Cherry Zhang |
| 2020-03-23 | [dev.link] cmd/asm, cmd/compile: add back newobj flag | Cherry Zhang |
| 2020-03-20 | [dev.link] cmd/compile, cmd/link: move DWARF info sym to anonymous aux data | Than McIntosh |
| 2020-03-20 | [dev.link] cmd/compile: refactor aux handling in newobj sym traversal | Than McIntosh |