| Age | Commit message (Expand) | Author |
| 2026-02-02 | internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma... | ArsenySamoylov |
| 2025-11-20 | cmd/compile: stack allocate backing stores during append | khr@golang.org |
| 2025-10-30 | cmd/compile: implement bits.Mul64 on 32-bit systems | Russ Cox |
| 2025-08-05 | cmd/compile, runtime: add checkptr instrumentation for unsafe.Add | Cuong Manh Le |
| 2025-07-25 | cmd/compile: remove unused arg from gorecover | Keith Randall |
| 2025-05-21 | cmd/compile, unique: model data flow of non-string pointers | Cherry Mui |
| 2025-02-25 | cmd/compile, runtime: optimize concatbytes | Cuong Manh Le |
| 2024-12-02 | hash/maphash, cmd/compile: make Comparable[string] not escape its argument | Cherry Mui |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 2024-09-16 | cmd/compile: remove ir.OGETCALLERPC | Michael Pratt |
| 2024-09-10 | cmd/compile: optimize []byte(string1 + string2) | Paschalis Tsilias |
| 2024-03-04 | cmd/compile/internal: use reflectdata.TypeLinksym | apocelipes |
| 2023-11-22 | internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi | qiulaidongfeng |
| 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-09 | cmd/compile: use cache in front of convI2I | 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-05 | cmd/compile/internal/ir: tweak a couple names | Matthew Dempsky |
| 2023-09-22 | reflect: remove broken support for embedding of interfaces from StructOf. | Dominique Lefevre |
| 2023-09-20 | cmd/compile: implement range over func | Russ Cox |
| 2023-09-14 | cmd/compile/internal/ir: remove Func.ReflectMethod | Matthew Dempsky |
| 2023-09-12 | cmd/compile: rename OEFACE to OMAKEFACE and remove OCONVIDATA | Matthew Dempsky |
| 2023-09-11 | cmd/compile/internal/staticinit: make staticopy safe | Matthew Dempsky |
| 2023-09-01 | cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD. | Dominique Lefevre |
| 2023-09-01 | cmd/compile: special-case MethodByName(string literal) to keep the DCE enabled. | Dominique Lefevre |
| 2023-08-29 | cmd/compile: do not flag reflect.StructOf() as a ReflectMethod. | Dominique Lefevre |
| 2023-08-22 | cmd/compile: redo IsRuntimePkg/IsReflectPkg predicate | Austin Clements |
| 2023-08-22 | cmd/compile/internal/types: overhaul and simplify API | Matthew Dempsky |
| 2023-08-18 | cmd/compile/internal/typecheck: replace Temp calls with TempAt | Matthew Dempsky |
| 2023-08-14 | cmd/compile: remove reflectdata.{TypePtr,ITabAddr} wrappers | Matthew Dempsky |
| 2023-05-23 | cmd/compile: implement min/max builtins | Matthew Dempsky |
| 2023-05-16 | cmd/compile/internal/walk: delete statement that don't need | cuiweixie |
| 2023-05-10 | all: fix a lot of comments | cui fliter |
| 2023-03-10 | cmd/compile: pass type checker error codes in the compiler | Robert Griesemer |
| 2023-01-31 | cmd/compile: add clear(x) builtin | Cuong Manh Le |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-10-03 | cmd/compile/internal: fix a few function names on comments | cui fliter |
| 2022-09-22 | cmd/compile/internal/walk: remove reduceSlice | Cuong Manh Le |
| 2022-09-19 | cmd/compile: implement slice-to-array conversions | Matthew Dempsky |
| 2022-08-31 | cmd/compile: add support for unsafe.{String,StringData,SliceData} | cuiweixie |
| 2022-08-22 | cmd/compile: fix missing typecheck when rewriting abi.FuncPCABIxxx | Cuong Manh Le |
| 2022-08-08 | cmd/compile: remove index out of bounds check in walkIndex | Cuong Manh Le |
| 2022-06-21 | [dev.unified] cmd/compile: extract rtype code from walk | Matthew Dempsky |
| 2022-05-20 | cmd/compile: intercept string compares in libFuzzer mode | Khaled Yakdan |
| 2022-05-16 | cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr} | Matthew Dempsky |
| 2022-05-05 | cmd/compile: change ir.NewCompLitExpr from Ntype to *types.Type | Matthew Dempsky |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-03-24 | cmd/compile: refactor walkIndexMap | Cuong Manh Le |
| 2022-03-08 | cmd/compile: allow fieldtrack of unexported fields | Russ Cox |