| Age | Commit message (Expand) | Author |
| 2023-02-07 | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal |
| 2023-02-06 | cmd/internal/obj: flag init functions in object file | Than McIntosh |
| 2023-02-06 | cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64 | Guoqi Chen |
| 2023-01-31 | cmd/internal/obj/x86: use mov instead of lea to load the frame pointer | qmuntal |
| 2023-01-31 | cmd/internal/obj/x86: use push/pop instead of mov to store/load FP | qmuntal |
| 2023-01-30 | all: fix problematic comments | cui fliter |
| 2023-01-30 | cmd/internal/obj: drop Filesym from DwarfAbstractFunc | Michael Pratt |
| 2023-01-30 | cmd/compile,cmd/link: set DW_AT_decl_line for function declarations | Michael Pratt |
| 2023-01-30 | cmd/asm: reject avx512 .Z instructions without a mask register | Keith Randall |
| 2023-01-26 | Revert "runtime: use explicit NOFRAME on darwin/amd64" | Quim Muntal |
| 2023-01-26 | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal |
| 2023-01-24 | runtime: use explicit NOFRAME on windows/amd64 | qmuntal |
| 2023-01-23 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386 | qmuntal |
| 2023-01-20 | cmd/internal/obj/s390x, runtime: fix breakpoint in s390x | Srinivas Pokala |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2023-01-19 | cmd/internal/obj/riscv: add check for invalid shift amount input | Wayne Zuo |
| 2023-01-09 | all: fix typos in go file comments | Marcel Meyer |
| 2022-12-05 | cmd/asm: improve assembler error messages | Keith Randall |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-18 | cmd/internal/obj/arm64: tidy literal pool | eric fang |
| 2022-11-18 | cmd/internal/obj/arm64: mark branch instructions in optab | eric fang |
| 2022-11-16 | cmd/internal/obj/ppc64: add ISA 3.1B opcodes | Paul E. Murphy |
| 2022-11-15 | cmd/internal/obj: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-11-14 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64 | qmuntal |
| 2022-11-11 | all: fix problematic comments | cui fliter |
| 2022-11-10 | cmd/internal/obj: reduce allocations in object file writing | Cherry Mui |
| 2022-11-10 | cmd/internal/obj: adjust (*Link).AllPos comment in inl.go | David Chase |
| 2022-11-09 | all: add missing copyright header | cui fliter |
| 2022-10-31 | cmd/internal/obj: cleanup linkgetlineFromPos | Michael Pratt |
| 2022-10-28 | cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset) | eric fang |
| 2022-10-27 | runtime: add wasm bulk memory operations | Garet Halliday |
| 2022-10-27 | cmd/internal/obj/arm64: remove AMOVBU from optab | erifan01 |
| 2022-10-26 | cmd/internal/obj/ppc64: generate big uint32 values in register | Paul E. Murphy |
| 2022-10-26 | cmd: remove redundant _ | cui fliter |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-10-06 | all: remove redundant type conversion | cui fliter |
| 2022-10-05 | cmd/internal/obj/arm64: add missing operand register in GNU assembly | shaoliming |
| 2022-10-05 | cmd/compile: add late lower pass for last rules to run | eric fang |
| 2022-10-01 | cmd/internal/obj: hoist constant slice out of function called in loop | David Chase |
| 2022-09-30 | all: omit comparison bool constant to simplify code | cui fliter |
| 2022-09-29 | cmd/internal/obj/x86: return comparison directly | cuiweixie |
| 2022-09-29 | cmd/internal/obj: call delete directly without check exist | cuiweixie |
| 2022-09-29 | cmd: fix a few function names on comments | cui fliter |
| 2022-09-28 | cmd/internal/obj/ppc64: remove unnecessary opcodes | Archana R |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-09-20 | cmd/compile: Add some CMP and CMN optimization rules on arm64 | eric fang |
| 2022-09-15 | cmd/internal/obj/ppc64: add ISA 3.1 instructions | Paul E. Murphy |
| 2022-09-15 | cmd/asm, cmd/internal/obj/ppc64: increase asm test coverage for PPC64 | Archana R |
| 2022-09-07 | cmd/asm: improve argument to obj.Prog assignment on PPC64 | Paul E. Murphy |
| 2022-09-07 | cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA 3.1 MMA registers | Paul E. Murphy |