| Age | Commit message (Expand) | Author |
| 2025-07-08 | internal: make struct comment match struct name | cuishuang |
| 2025-07-01 | internal/abi: fix comment on NonEmptyInterface | Keith Randall |
| 2025-05-21 | cmd/compile, unique: model data flow of non-string pointers | Cherry Mui |
| 2025-05-08 | runtime: schedule cleanups across multiple goroutines | Michael Anthony Knyszek |
| 2025-04-22 | runtime, internal/runtime/maps: speed-up empty/zero map lookups | Mateusz Poliwczak |
| 2025-03-24 | runtime: rename runfinq to runFinalizersAndCleanups | Michael Pratt |
| 2025-02-25 | internal/abi: use arch family instead of arch string | Keith Randall |
| 2025-02-13 | internal/abi: remove go122 flag | Keith Randall |
| 2025-02-12 | reflect, internal/abi: speed up TypeFor[T] | Mateusz Poliwczak |
| 2024-11-18 | runtime: get rid of gc programs for types | Keith Randall |
| 2024-11-17 | internal/runtime/maps: eliminate a load from the hot path | Keith Randall |
| 2024-10-30 | cmd/compile,internal/runtime/maps: stack allocated maps and small alloc | Michael Pratt |
| 2024-10-30 | cmd/compile,runtime: add indirect key/elem to swissmap | Michael Pratt |
| 2024-10-28 | internal/runtime/maps: merge Iter.groupIdx and Iter.slotIdx | Michael Pratt |
| 2024-10-14 | all: wire up swisstable maps | Michael Pratt |
| 2024-08-21 | unique: use TypeFor instead of TypeOf to get type in Make | Michael Anthony Knyszek |
| 2024-08-02 | all: split old and swiss map abi and compiler integration | Michael Pratt |
| 2024-05-23 | internal/abi, cmd/compile, runtime: deduplicate rangefunc consts | David Chase |
| 2024-05-22 | runtime: revert "move zeroVal to internal/abi" | Russ Cox |
| 2024-05-03 | runtime,reflect: move zeroVal to internal/abi | qiulaidongfeng |
| 2024-04-22 | runtime: move zeroVal out of map.go | Michael Pratt |
| 2024-04-18 | internal/weak: add package implementing weak pointers | Michael Anthony Knyszek |
| 2024-04-17 | internal/abi: define EmptyInterface, TypeOf, and NoEscape | Michael Anthony Knyszek |
| 2024-04-15 | internal/abi, internal/buildcfg: always enable register ABI on loong64 | Guoqi Chen |
| 2024-04-02 | internal/abi: clean up type of Kind and Type.Kind_ | Austin Clements |
| 2024-04-02 | all: use kind* of abi | qiulaidongfeng |
| 2024-03-04 | runtime: use .Pointers() instead of manual checking | Pouriya |
| 2024-02-28 | internal/abi: fix typo in comment | guoguangwu |
| 2024-02-27 | runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi | qiulaidongfeng |
| 2024-02-20 | cmd/compile/internal/reflectdata,reflect: merge MaxPtrmaskBytes const into in... | qiulaidongfeng |
| 2024-02-16 | internal/abi: get rid of itab blank field | Keith Randall |
| 2024-02-16 | cmd/compile: use symbolic offsets of fields in internal/abi.ITab | Keith Randall |
| 2024-02-16 | runtime,cmd/link: merge pcbucketsize const into internal/abi | qiulaidongfeng |
| 2024-02-08 | cmd/link: use symbolic offset for ITab.Type | Keith Randall |
| 2024-02-08 | cmd/compile: move runtime.itab to internal/abi.ITab | Keith Randall |
| 2024-01-23 | cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abi | qiulaidongfeng |
| 2024-01-22 | cmd/link,runtime: merge minfunc const info internal/abi | qiulaidongfeng |
| 2024-01-11 | runtime: ensure we free unrolled GC bitmaps | Keith Randall |
| 2023-12-06 | iter, runtime: add coroutine support | Russ Cox |
| 2023-11-22 | internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi | qiulaidongfeng |
| 2023-11-21 | internal/abi: define loong64 regABI constants | Guoqi Chen |
| 2023-10-24 | cmd/compile: reorganize compiler type descriptor generation | Keith Randall |
| 2023-10-09 | cmd/compile: use internal/abi types in the compiler | Keith Randall |
| 2023-10-06 | cmd/compile: use cache in front of type assert runtime call | Keith Randall |
| 2023-10-06 | cmd/compile: use descriptors for type assertion runtime calls | Keith Randall |
| 2023-10-06 | cmd/compile: add a cache to interface type switches | Keith Randall |
| 2023-10-06 | cmd/compile: improve interface type switches | Keith Randall |
| 2023-08-29 | cmd/asm: stop using "" as the local package prefix | Matthew Dempsky |
| 2023-07-20 | all: update build tags to require/assume Go 1.20 | Matthew Dempsky |
| 2023-06-27 | cmd/dist, internal/abi: support bootstrapping with gccgo | Ian Lance Taylor |