| Age | Commit message (Expand) | Author |
| 2025-10-08 | cmd/internal/obj: fix Link.Diag printf errors | Alan Donovan |
| 2025-05-05 | Revert "cmd/compile: allow all of the preamble to be preemptible" | Keith Randall |
| 2025-04-25 | cmd/compile: allow all of the preamble to be preemptible | Keith Randall |
| 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 |
| 2023-09-01 | cmd/internal/obj: simplify filename handling | Matthew Dempsky |
| 2023-08-29 | cmd/internal/obj: add Func type to replace "curfn any" | Matthew Dempsky |
| 2023-08-29 | cmd/internal/{dwarf,obj}: stop substituting "" with pkgprefix | Matthew Dempsky |
| 2023-08-29 | cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgInfo} behavior | Matthew Dempsky |
| 2023-08-29 | cmd: simplify some handling of package paths | Matthew Dempsky |
| 2023-04-21 | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements |
| 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-02-06 | cmd/internal/obj: flag init functions in object file | Than McIntosh |
| 2022-12-05 | cmd/asm: improve assembler error messages | Keith Randall |
| 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-05-16 | cmd/compile: set LocalPkg.Path to -p flag | Matthew Dempsky |
| 2021-10-04 | cmd, runtime: eliminate runtime.no_pointers_stackmap | Josh Bleecher Snyder |
| 2021-10-04 | cmd, runtime: mark assembly routines in FuncFlags | Josh Bleecher Snyder |
| 2021-05-03 | cmd/compile: add traceback argument info to ABI0 assembly functions | Cherry Zhang |
| 2021-04-14 | cmd/internal/obj: don't emit args_stackmap for ABIInternal asm funcs | Than McIntosh |
| 2021-04-05 | cmd/compile: untangle Wrapper and ABIWrapper flags | Cherry Zhang |
| 2021-03-16 | cmd/asm: when dynamic linking, reject code that uses a clobbered R15 | Keith Randall |
| 2021-02-19 | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox |
| 2020-12-22 | [dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappers | Than McIntosh |
| 2020-10-30 | cmd/compile: delete register maps, completely | Cherry Zhang |
| 2020-10-16 | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox |
| 2020-08-13 | cmd/compile: remove AttrSeenGlobl (use AttrOnList instead) | Than McIntosh |
| 2020-08-03 | [dev.link] move FuncID creation into the compiler/assembler | Jeremy Faller |
| 2020-07-08 | [dev.link] cmd/compile: mark stmp and stkobj symbols as static | Than McIntosh |
| 2020-05-08 | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang |
| 2020-05-06 | cmd/internal/obj, runtime: preempt & restart some instruction sequences | Cherry Zhang |
| 2020-05-04 | [dev.link] cmd: delete old object support | Cherry Zhang |
| 2020-03-23 | [dev.link] cmd/internal/obj: restore old DWARF symbol handling | Cherry Zhang |
| 2020-03-20 | [dev.link] cmd/compile, cmd/link: move DWARF info sym to anonymous aux data | Than McIntosh |
| 2020-03-12 | [dev.link] cmd/link: demote DWARF line symbols to anonymous aux | Than McIntosh |
| 2020-03-12 | [dev.link] cmd/link: demote dwarf {range,loc} sub-symbols to aux | Than McIntosh |
| 2020-03-10 | [dev.link] cmd/asm: new -p option, changes to DWARF generation | Than McIntosh |
| 2019-11-27 | cmd/internal/obj: mark split-stack prologue nonpreemptible | Cherry Zhang |
| 2019-11-27 | cmd/internal/obj, runtime: use register map to mark unsafe points | Cherry Zhang |
| 2019-11-07 | cmd/internal/obj/arm64: mark unsafe points | Cherry Zhang |
| 2019-09-26 | cmd/compile: remove isStmt symbol from FuncInfo | Jeremy Faller |
| 2019-09-24 | cmd/compile: generate debug_lines in compiler | Jeremy Faller |
| 2019-09-23 | cmd/compile: add new symbol for debug line numbers | Jeremy Faller |
| 2019-04-15 | cmd/link, runtime: mark goexit as the top of the call stack | Michael Munday |
| 2019-04-12 | cmd/internal/obj: stop plist flushing early on error | Josh Bleecher Snyder |
| 2018-12-11 | cmd/compile: use innermost line number for -S | Keith Randall |
| 2018-11-03 | cmd/compile: avoid duplicate GC bitmap symbols | Austin Clements |
| 2018-08-20 | cmd/internal/obj: remove pointless validation | Xia Bin |