| Age | Commit message (Expand) | Author |
| 2025-02-19 | cmd/compile: determine static values of len and cap in make() calls | Mateusz Poliwczak |
| 2025-02-19 | cmd/compile, runtime: use deferreturn as target PC for recover from deferrang... | David Chase |
| 2025-02-18 | cmd/compile: avoid infinite recursion when inlining closures | Cuong Manh Le |
| 2025-02-16 | cmd/compile: on AMD64, turn x < 128 into x <= 127 | Jakub Ciolek |
| 2025-02-15 | cmd/compile: fix sign extension of paired 32-bit loads on arm64 | Keith Randall |
| 2025-02-13 | cmd/compile: make write barrier code amenable to paired loads/stores | Keith Randall |
| 2025-02-13 | cmd/compile: regalloc: handle desired registers of 2-output insns | Keith Randall |
| 2025-02-13 | cmd/compile: pair loads and stores on arm64 | khr@golang.org |
| 2025-02-13 | cmd/compile: move []byte->string map key optimization to ssa | Keith Randall |
| 2025-02-13 | cmd/compile: lower x*z + y to FMA if FMA enabled | Jakub Ciolek |
| 2025-02-13 | cmd/compile: implement signed loads from read-only memory | Keith Randall |
| 2025-02-10 | cmd/compile: avoid ifaceeq call if we know the interface is direct | Keith Randall |
| 2025-02-06 | weak: prevent unsafe conversions using weak pointers | thepudds |
| 2025-02-06 | cmd/compile: prefer an add when shifting left by 1 | Jakub Ciolek |
| 2025-02-05 | cmd/compile: establish limits of bool to uint8 conversions | Jakub Ciolek |
| 2025-02-04 | cmd/compile: do not treat OpLocalAddr as load in DSE | Youlin Feng |
| 2025-02-03 | test/issue71226: add cast to avoid clang error | Ian Lance Taylor |
| 2025-02-03 | cmd/compile: on AMD64, prefer XOR/AND for (x & 1) == 0 check | Jakub Ciolek |
| 2025-02-03 | cmd/cgo: declare _GoString{Len,Ptr} in _cgo_export.h | Ian Lance Taylor |
| 2025-02-03 | cmd/cgo: add C declaration parameter unused attribute | Ian Lance Taylor |
| 2025-01-28 | runtime: rename mapiterinit and mapiternext | Michael Pratt |
| 2025-01-14 | internal/runtime/maps: re-enable some tests | Keith Randall |
| 2025-01-12 | cmd/compile: fix write barrier coalescing | Keith Randall |
| 2024-12-06 | cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSD | Damien Neil |
| 2024-12-04 | sync/atomic: add missing leak tests for And & Or | Jorropo |
| 2024-11-22 | cmd/compile: use very high budget for once-called closures | David Chase |
| 2024-11-22 | cmd/compile: modify CSE to remove redundant OpLocalAddrs | Youlin Feng |
| 2024-11-21 | cmd/compile: pull multiple adds out of an unsafe.Pointer<->uintptr conversion | Keith Randall |
| 2024-11-21 | cmd/compile: fix rewrite rules for multiply/add | Keith Randall |
| 2024-11-20 | cmd/compile,testing: implement one-time rampup logic for testing.B.Loop | Junyang Shao |
| 2024-11-19 | crypto/ecdh: move implementation to crypto/internal/fips/ecdh | Filippo Valsorda |
| 2024-11-19 | cmd/compile: strongly favor closure inlining | David Chase |
| 2024-11-18 | sync: add explicit noCopy fields to Map, Mutex, and Once | Michael Anthony Knyszek |
| 2024-11-18 | cmd/compile: remove gc programs from stack frame objects | Keith Randall |
| 2024-11-15 | sync/atomic: make intrinsics noescape except 64bits op on 32bits arch and uns... | Jorropo |
| 2024-11-14 | cmd/compile: better error message when offending/missing token is a keyword | Robert Griesemer |
| 2024-11-13 | cmd/compile: wire up math/bits.TrailingZeros intrinsics for loong64 | Xiaolin Zhao |
| 2024-11-12 | runtime: fix iterator returns map entries after clear (pre-swissmap) | Youlin Feng |
| 2024-11-12 | cmd/compile/internal/ssa: improve carry addition rules on PPC64 | Paul E. Murphy |
| 2024-11-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | Guoqi Chen |
| 2024-11-11 | cmd/compile: keep variables alive in testing.B.Loop loops | sunnymilk |
| 2024-11-11 | cmd/compile: allow more types for wasmimport/wasmexport parameters and results | Cherry Mui |
| 2024-11-11 | cmd/compile: wire up bits.Reverse intrinsics for loong64 | Xiaolin Zhao |
| 2024-11-08 | cmd/compile: implement FMA codegen for loong64 | Xiaolin Zhao |
| 2024-11-06 | cmd/compile: wire up Bswap/ReverseBytes intrinsics for loong64 | Xiaolin Zhao |
| 2024-11-06 | cmd/compile: wire up math/bits.Len intrinsics for loong64 | Xiaolin Zhao |
| 2024-11-05 | cmd/compile: init limit for newly created value in prove pass | Youlin Feng |
| 2024-11-05 | cmd/compile: add loong64-specific inlining for runtime.memmove | Xiaolin Zhao |
| 2024-11-04 | cmd/compile: fix inlining name mangling for blank label | Cuong Manh Le |
| 2024-10-30 | cmd/compile,internal/runtime/maps: stack allocated maps and small alloc | Michael Pratt |