| Age | Commit message (Expand) | Author |
| 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 | runtime: throw from the systemstack in wirep | Michael Anthony Knyszek |
| 2023-11-22 | runtime: hold sched.lock over traceThreadDestroy in dropm | Michael Anthony Knyszek |
| 2023-11-22 | runtime: move the wakeableSleep lock under sched in the lock rank | Michael Anthony Knyszek |
| 2023-11-22 | runtime: don't hold trace.lock over semrelease in readTrace0 | Michael Anthony Knyszek |
| 2023-11-22 | runtime: don't hold the table lock in (*traceStackTable).dump | Michael Anthony Knyszek |
| 2023-11-22 | runtime/internal/atomic: deduplicate And/Or code on wasm | Mauri de Souza Meneguzzo |
| 2023-11-22 | internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi | qiulaidongfeng |
| 2023-11-22 | runtime: change the name of variables in asan-related assembly functions | fanzha02 |
| 2023-11-21 | runtime: disable trace v2 optimistic deadlock debugger | Michael Anthony Knyszek |
| 2023-11-21 | runtime: emit a ProcSteal from entersyscall_gcwait | Michael Anthony Knyszek |
| 2023-11-21 | runtime: add lock partial order edge between wakeableSleep and hchan | Michael Anthony Knyszek |
| 2023-11-21 | runtime: profile contended lock calls | Rhys Hiltner |
| 2023-11-21 | runtime/internal/syscall: use ABIInternal for Syscall6 on loong64 | Guoqi Chen |
| 2023-11-21 | runtime: add regABI support in memclr and memmove functions on loong64 | Guoqi Chen |
| 2023-11-21 | reflect, runtime: add reflect support for regABI on loong64 | Guoqi Chen |
| 2023-11-21 | runtime: support regABI and add spill functions in runtime for loong64 | Guoqi Chen |
| 2023-11-21 | runtime: make duff device as ABIInternal for loong64 | Guoqi Chen |
| 2023-11-21 | runtime/internal/atomic: deduplicate And/Or code on arm | Mauri de Souza Meneguzzo |
| 2023-11-21 | cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/l... | WANG Xuerui |
| 2023-11-21 | cmd/compile,cmd/internal,runtime: change registers on loong64 to avoid regABI... | Guoqi Chen |
| 2023-11-21 | cmd/compile, cmd/internal, runtime: change the registers used by the duff dev... | Guoqi Chen |
| 2023-11-21 | sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Va... | Carlo Alberto Ferraris |
| 2023-11-21 | crypto/tls: disable ExportKeyingMaterial without EMS | Filippo Valsorda |
| 2023-11-21 | runtime: disable crash stack on Windows | Cherry Mui |
| 2023-11-20 | runtime: add crash stack support for wasm | Mauri de Souza Meneguzzo |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-11-20 | runtime/race: update race syso for PPC64LE | Cherry Mui |
| 2023-11-20 | Revert "runtime: profile contended lock calls" | Matthew Dempsky |
| 2023-11-20 | runtime/internal/atomic: add generic implementation for And/Or | Mauri de Souza Meneguzzo |
| 2023-11-19 | runtime: add support for crash stack on ppc64/ppc64le | Joel Sing |
| 2023-11-17 | all: add missing copyright header | Jes Cok |
| 2023-11-17 | runtime: use span.elemsize for accounting in mallocgc | Michael Anthony Knyszek |
| 2023-11-17 | runtime: profile contended lock calls | Rhys Hiltner |
| 2023-11-17 | runtime: put allocation headers back at the start the object | Michael Anthony Knyszek |
| 2023-11-17 | runtime: optimize aeshashbody with PCALIGN in amd64 | Max Riveiro |
| 2023-11-17 | runtime: remove unused _CTL_KERN on openbsd | Tobias Klauser |
| 2023-11-17 | runtime: gofmt -w -s | Jes Cok |
| 2023-11-16 | runtime: disable automatic GC for STW metric tests | Rhys Hiltner |
| 2023-11-16 | runtime: print g pointer in crash stack dump | Cherry Mui |
| 2023-11-16 | cmd/compile: don't devirtualize calls to runtime.memhash_varlen | Michael Pratt |
| 2023-11-16 | runtime/race: update race syso files to support atomic And, Or | Cherry Mui |
| 2023-11-16 | runtime: optimize bulkBarrierPreWrite with allocheaders | Michael Anthony Knyszek |
| 2023-11-16 | runtime: fix liveness issue in test-only getgcmask | Michael Anthony Knyszek |
| 2023-11-15 | cmd/compile: check for iteration after range func loop exit | David Chase |
| 2023-11-15 | internal/cpu: detect support of AVX512 | Achille Roussel |
| 2023-11-15 | runtime/metrics: add STW stopping and total time metrics | Michael Pratt |
| 2023-11-14 | runtime: prevent send on closed channel in wakeableSleep | Michael Anthony Knyszek |