| Age | Commit message (Expand) | Author |
| 2024-01-25 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2024-01-24 | runtime: short path for equal pointers in arm64 memequal | Mauri de Souza Meneguzzo |
| 2024-01-24 | cmd/go: add GORISCV64 environment variable | Mark Ryan |
| 2024-01-23 | net,internal/poll: load ws2_32.dll only when net is imported | qmuntal |
| 2024-01-23 | internal/reflectlite: delete TODO pass safe to packEface don't need to copy i... | qiulaidongfeng |
| 2024-01-23 | runtime,internal/poll: move websocket handling out of the runtime on Windows | qmuntal |
| 2024-01-23 | cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abi | qiulaidongfeng |
| 2024-01-22 | Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file." | Michael Pratt |
| 2024-01-22 | runtime: use the correct M ID for syscalling goroutines in traces | Michael Anthony Knyszek |
| 2024-01-22 | cmd/preprofile: Add preprocess tool to pre-parse the profile file. | Jin Lin |
| 2024-01-22 | cmd/link,runtime: merge minfunc const info internal/abi | qiulaidongfeng |
| 2024-01-19 | internal/goversion: update Version to 1.23 | Carlos Amedee |
| 2024-01-18 | go/types, types2: fix range clause checks for constant range expressions | Robert Griesemer |
| 2024-01-13 | internal/trace/v2: reject events for goroutines with unknown states | Dominik Honnef |
| 2024-01-12 | internal/trace/v2: avoid several panics for malformed traces | Dominik Honnef |
| 2024-01-11 | runtime: ensure we free unrolled GC bitmaps | Keith Randall |
| 2023-12-18 | internal/syscall/windows: fix the signature of SetFileInformationByHandle | Bryan C. Mills |
| 2023-12-15 | runtime: add race annotations in IncNonDefault | David Chase |
| 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: 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-11 | crypto/x509: gate Policies marshaling with GODEBUG | Roland Shoemaker |
| 2023-12-08 | cmd/compile: fix error message for mismatch between the number of type params... | Raghvender |
| 2023-12-07 | internal/profile: fully decode proto even if there are no samples | Michael Pratt |
| 2023-12-06 | iter, runtime: add coroutine support | Russ Cox |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-12-05 | math/rand/v2: add ChaCha8 | Russ Cox |
| 2023-12-05 | internal/trace/v2: handle thread ID reuse correctly | Michael Anthony Knyszek |
| 2023-12-01 | go/types, types2: add testcase for alias issue | Robert Griesemer |
| 2023-11-29 | types2, go/types: fix type checking of ~[]E passing to unsafe builtins | Cuong Manh Le |
| 2023-11-28 | internal/trace/v2: tolerate having a P in GoCreateSyscall | Michael Anthony Knyszek |
| 2023-11-22 | internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi | qiulaidongfeng |
| 2023-11-22 | cmd/asm: fix the KMCTR instruction encoding and argument passing | Srinivas Pokala |
| 2023-11-22 | internal/bytealg: optimize Count with PCALIGN in riscv64 | Meng Zhuo |
| 2023-11-21 | internal/trace/v2: dump text trace on failure only if it fits in the log | Michael Anthony Knyszek |
| 2023-11-21 | runtime: emit a ProcSteal from entersyscall_gcwait | Michael Anthony Knyszek |
| 2023-11-21 | internal/syscall/unix: add PidFDSendSignal for Linux | Kir Kolyshkin |
| 2023-11-21 | runtime: enable the exectracer2 experiment by default | Michael Anthony Knyszek |
| 2023-11-21 | cmd/trace/v2: emit regions in the goroutine-oriented task view | Michael Anthony Knyszek |
| 2023-11-21 | cmd/trace/v2: add thread-oriented mode for v2 traces | Michael Anthony Knyszek |
| 2023-11-21 | cmd/trace/v2: add support for a task-oriented procs-based view | Michael Anthony Knyszek |
| 2023-11-21 | cmd/trace/v2: add support for goroutine filtering | Michael Anthony Knyszek |
| 2023-11-21 | cmd/trace/v2: add support for task and region endpoints | Michael Anthony Knyszek |
| 2023-11-21 | cmd/trace: factor out durationHistogram | Michael Anthony Knyszek |
| 2023-11-21 | internal/trace: add task analysis for v2 traces | Michael Anthony Knyszek |
| 2023-11-21 | internal/trace/v2: redefine NoTask and add BackgroundTask | Michael Anthony Knyszek |
| 2023-11-21 | cmd/trace/v2: add support for pprof endpoints | Michael Anthony Knyszek |
| 2023-11-21 | cmd/trace: refactor pprof HTTP SVG serving into traceviewer | Michael Anthony Knyszek |