| Age | Commit message (Expand) | Author |
| 2025-02-04 | cmd/compile: prefer hv2 <= 127 over hv2 < 128 | Jakub Ciolek |
| 2025-01-28 | runtime: rename mapiterinit and mapiternext | Michael Pratt |
| 2024-12-02 | hash/maphash, cmd/compile: make Comparable[string] not escape its argument | Cherry Mui |
| 2024-11-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-18 | cmd/compile: avoid static init of strings in FIPS mode | Russ Cox |
| 2024-11-13 | cmd/compile, cmd/link: add FIPS verification support | Russ Cox |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 2024-10-30 | cmd/compile,internal/runtime/maps: stack allocated maps and small alloc | Michael Pratt |
| 2024-10-30 | runtime,internal/runtime/maps: specialized swissmaps | Michael Pratt |
| 2024-10-25 | cmd/compile: optimize type switch for a single runtime known type with a case... | Youlin Feng |
| 2024-10-14 | all: wire up swisstable maps | Michael Pratt |
| 2024-10-07 | cmd/compile: avoid dynamic type when possible | Cuong Manh Le |
| 2024-09-16 | cmd/compile: remove ir.OGETCALLERPC | Michael Pratt |
| 2024-09-11 | cmd/compile/internal/typecheck: simplify IndexConst | Cuong Manh Le |
| 2024-09-10 | cmd/compile: remove trivial closure reference | Cuong Manh Le |
| 2024-09-10 | cmd/compile: optimize []byte(string1 + string2) | Paschalis Tsilias |
| 2024-09-05 | cmd/compile: use slices.{Sort,SortFunc} | Cuong Manh Le |
| 2024-08-02 | cmd/compile,runtime: disable swissmap fast variants | Michael Pratt |
| 2024-08-02 | all: split old and swiss map abi and compiler integration | Michael Pratt |
| 2024-08-01 | cmd/compile: add race instrumentation during walkCompare | Cuong Manh Le |
| 2024-07-23 | runtime,internal: move runtime/internal/math to internal/runtime/math | David Chase |
| 2024-05-08 | cmd/compile: avoid past-the-end pointer when zeroing | Keith Randall |
| 2024-04-09 | cmd/compile/internal: merge stack slots for selected local auto vars | Than McIntosh |
| 2024-03-30 | Revert "cmd/compile/internal: merge stack slots for selected local auto vars" | Cuong Manh Le |
| 2024-03-29 | cmd/compile/internal: merge stack slots for selected local auto vars | Than McIntosh |
| 2024-03-08 | cmd/compile: compile cap(ch) as call to runtime.chancap | Russ Cox |
| 2024-03-08 | cmd/compile: fix copying SSA-able variables optimization | Cuong Manh Le |
| 2024-03-04 | cmd/compile/internal: use reflectdata.TypeLinksym | apocelipes |
| 2024-02-28 | cmd/compile: compile len(ch) as call to runtime.chanlen | Russ Cox |
| 2024-02-27 | runtime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi | qiulaidongfeng |
| 2024-02-17 | cmd/compile: remove unused code in walk.Walk | Ezzno J |
| 2024-02-16 | cmd/compile: use symbolic offsets of fields in internal/abi.ITab | Keith Randall |
| 2024-01-23 | cmd/compile: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi | qiulaidongfeng |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-11-22 | internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi | qiulaidongfeng |
| 2023-11-21 | cmd/compile/internal/walk: copy SSA-able variables | Matthew Dempsky |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-11-10 | cmd/compile: move FuncPC intrinsic handling to common helper | Michael Pratt |
| 2023-10-24 | cmd/compile: use new runtime type mechanism for type switches and asserts | Keith Randall |
| 2023-10-24 | cmd/compile: reorganize compiler type descriptor generation | Keith Randall |
| 2023-10-09 | cmd/compile: use type hash from itab field instead of type field | Keith Randall |
| 2023-10-09 | cmd/compile: use cache in front of convI2I | 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-10-05 | cmd/compile/internal/ir: tweak a couple names | Matthew Dempsky |
| 2023-10-03 | cmd/compile,runtime: remove runtime.mulUintptr | qiulaidongfeng |
| 2023-09-22 | reflect: remove broken support for embedding of interfaces from StructOf. | Dominique Lefevre |