| Age | Commit message (Expand) | Author |
| 2023-02-28 | runtime: use os.TempDir instead of hard-coding /tmp | Bryan C. Mills |
| 2022-10-02 | all: use time.Since instead of time.Now().Sub | hopehook |
| 2022-09-30 | all: omit comparison bool constant to simplify code | cui fliter |
| 2022-09-27 | runtime: using bytes.CutPrefix | cuiweixie |
| 2022-08-31 | cmd/compile: add support for unsafe.{String,StringData,SliceData} | cuiweixie |
| 2022-08-12 | runtime: run "gofmt -s -w" | Cuong Manh Le |
| 2022-08-08 | cmd/compile,runtime: panic when unsafe.Slice param is nil and > 0 | cuiweixie |
| 2022-07-30 | runtime: fix typos | hopehook |
| 2022-06-08 | runtime: gofmt | Michael Pratt |
| 2022-05-03 | runtime/debug: export SetMemoryLimit | Michael Anthony Knyszek |
| 2022-04-15 | runtime: don't discard value from panic while panicking | hopehook |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-12-07 | runtime: fix comments on the behavior of SetGCPercent | Michael Anthony Knyszek |
| 2021-12-06 | runtime: call runtime.GC in several tests that disable GC | Michael Anthony Knyszek |
| 2021-11-22 | runtime: in TestSpuriousWakeupsNeverHangSemasleep, wait for the runtime to re... | Bryan C. Mills |
| 2021-11-11 | runtime: adjust TestPhysicalMemoryUtilization to handle large page sizes | Michael Anthony Knyszek |
| 2021-11-10 | runtime: rewrite TestPhysicalMemoryUtilization | Michael Anthony Knyszek |
| 2021-10-06 | all: use bytes.Cut, strings.Cut | Russ Cox |
| 2021-08-28 | runtime: add test case for checkptr alignment with nested expression | Cuong Manh Le |
| 2021-07-28 | runtime: don't crash on nil pointers in checkptrAlignment | Matthew Dempsky |
| 2021-06-28 | cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil) | Matthew Dempsky |
| 2021-04-22 | runtime: don't run TestCrashDumpsAllThreads in parallel | Ian Lance Taylor |
| 2021-01-27 | runtime: make sure to remove open-coded defer entries in all cases after a re... | Dan Scales |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-11-09 | Revert "runtime: make stack traces of endless recursion print only top and bo... | Emmanuel Odeke |
| 2020-11-06 | runtime: make stack traces of endless recursion print only top and bottom 50 | Emmanuel T Odeke |
| 2020-08-20 | cmd/compile: fix checkptr handling of &^ | Matthew Dempsky |
| 2020-05-26 | runtime, time: gofmt | Tobias Klauser |
| 2020-05-21 | runtime: detect and report zombie slots during sweeping | Austin Clements |
| 2020-05-21 | runtime: disable preemption in startTemplateThread | Michael Pratt |
| 2020-05-08 | runtime: use first line of cpuset output on FreeBSD | Steven Hartland |
| 2020-03-26 | runtime: fix threshold calculation of TestPhysicalMemoryUtilization | Xiangdong Ji |
| 2020-03-17 | runtime: don't report a pointer alignment error for pointer-free base type | Keith Randall |
| 2020-03-03 | runtime: during panic, print value instead of address, if kind is printable | Emmanuel T Odeke |
| 2020-01-10 | runtime: add tests for checkptr | Matthew Dempsky |
| 2019-12-06 | cmd/compile: mark empty block preemptible | Cherry Zhang |
| 2019-11-22 | runtime: increase TestPhysicalMemoryUtilization threshold | Michael Anthony Knyszek |
| 2019-11-21 | runtime: relax TestAsyncPreempt | Cherry Zhang |
| 2019-11-05 | runtime: test a frameless function for async preemption | Cherry Zhang |
| 2019-11-04 | runtime: ensure that Goexit cannot be aborted by a recursive panic/recover | Dan Scales |
| 2019-11-02 | runtime: add a test for asynchronous safe points | Austin Clements |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 2019-09-25 | misc, runtime, test: extra tests and benchmarks for defer | Dan Scales |
| 2019-09-25 | runtime: gofmt after CL 192937 | Tobias Klauser |
| 2019-09-11 | runtime: fix crash during VDSO calls on arm | Yuichi Nishiwaki |
| 2019-05-22 | all: shorten some tests | Russ Cox |
| 2019-05-20 | runtime: overhaul TestPhysicalMemoryUtilization | Michael Anthony Knyszek |
| 2019-03-01 | runtime: scan defer closure in stack scan | Cherry Zhang |
| 2019-02-13 | runtime: scan gp._panic in stack scan | Cherry Zhang |
| 2019-01-18 | runtime: sample large heap allocations correctly | Raul Silvera |