| Age | Commit message (Expand) | Author |
| 2024-01-25 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2024-01-23 | cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abi | qiulaidongfeng |
| 2024-01-23 | cmd/compile: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi | qiulaidongfeng |
| 2024-01-23 | cmd/compile: improve integer comparisons with numeric bounds | Jorropo |
| 2024-01-22 | Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file." | Michael Pratt |
| 2024-01-22 | cmd/preprofile: Add preprocess tool to pre-parse the profile file. | Jin Lin |
| 2024-01-22 | cmd/compile: fix typo in comment | Rulin Tang |
| 2024-01-22 | cmd/compile/internal/ssa: fix typo in sccp | Wingrez |
| 2024-01-22 | go/types, types2: typeparams.IndexExpr must not be an ast.Expr | Rob Findley |
| 2024-01-18 | go/types, types2: fix range clause checks for constant range expressions | Robert Griesemer |
| 2024-01-17 | cmd/compile: call types2.Unalias to be ready for GODEBUG=gotypesalias=1 | Robert Griesemer |
| 2024-01-11 | go/types, types2: don't lose position info of interface embeddings | Robert Griesemer |
| 2024-01-11 | cmd/compile: document go:wasmimport directive | Mauri de Souza Meneguzzo |
| 2024-01-10 | cmd/compile: use hashed symbol name for go.shape types if too long | Than McIntosh |
| 2024-01-08 | cmd/compile: handle defined iter func type correctly | Cuong Manh Le |
| 2023-12-21 | cmd/compile: handle constant-folding of an out-of-range jump table index | Keith Randall |
| 2023-12-19 | cmd/compile: remove interfacecycles debug flag | Robert Griesemer |
| 2023-12-15 | all: fix copyright headers | Jes Cok |
| 2023-12-14 | all: remove newline characters after return statements | Danil Timerbulatov |
| 2023-12-13 | go/types, types2: report error for range over int if Go version < 1.22 | Robert Griesemer |
| 2023-12-13 | go/types, types2: better error message when missing method is unexported | Robert Griesemer |
| 2023-12-13 | go/types, types2: avoid confusing error message "have m(T), want m(T)" | Robert Griesemer |
| 2023-12-12 | go/types, types2: flip message contents for reverse type inference errors | Robert Griesemer |
| 2023-12-12 | go/types, types2: better error message for cases of reverse type inference | Robert Griesemer |
| 2023-12-08 | cmd/compile: fix error message for mismatch between the number of type params... | Raghvender |
| 2023-12-08 | cmd/compile: fix SCCP propagation into jump tables | Keith Randall |
| 2023-12-07 | internal/profile: fully decode proto even if there are no samples | Michael Pratt |
| 2023-12-07 | go/types, types2: don't print aliased type (in comments) for Alias types | Robert Griesemer |
| 2023-12-05 | cmd/compile: fix escape analysis of string min/max | Matthew Dempsky |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-12-04 | cmd/compile: update PGO profile | Cherry Mui |
| 2023-12-01 | cmd/compile: correct code generation for right shifts on riscv64 | Joel Sing |
| 2023-12-01 | cmd/compile: fix typecheck range over rune literal | Cuong Manh Le |
| 2023-11-30 | cmd/compile: fix memcombine pass for big endian, > 1 byte elements | Keith Randall |
| 2023-11-30 | go/types: set correct Var.scopePos for parameters/results | Alan Donovan |
| 2023-11-29 | types2, go/types: fix type checking of ~[]E passing to unsafe builtins | Cuong Manh Le |
| 2023-11-28 | cmd/compile: use correct type for slice pointer | Keith Randall |
| 2023-11-27 | all: fix field names | cui fliter |
| 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-21 | cmd/compile, internal/buildcfg: enable regABI on loong64, and add loong64 in ... | Guoqi Chen |
| 2023-11-21 | cmd/compile/internal/inline: revise -m=2 status messages | Than McIntosh |
| 2023-11-21 | cmd/compile: fix If lowering on loong64 | Guoqi Chen |
| 2023-11-21 | cmd/compile: update loong64 CALL* ops | Guoqi Chen |
| 2023-11-21 | cmd/compile/internal: add spill support for loong64 regABI | Guoqi Chen |
| 2023-11-21 | cmd/compile/internal: add register info for loong64 regABI | Guoqi Chen |
| 2023-11-21 | cmd/compile,cmd/internal,runtime: change registers on loong64 to avoid regABI... | Guoqi Chen |
| 2023-11-21 | cmd/compile: add ABI register definations for loong64 | Guoqi Chen |
| 2023-11-21 | cmd/compile: teach regalloc to rightly do nothing on loong64 in case of dynli... | WANG Xuerui |
| 2023-11-21 | cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loo... | Guoqi Chen |