| Age | Commit message (Expand) | Author |
| 17 hours | testing: print the counter if its greater than 1 | Shulhan |
| 5 days | testing: document T.Parallel pause-and-resume behavior | Mateusz Poliwczak |
| 2026-03-11 | testing: recognize helper functions that use range-over-function | Ian Lance Taylor |
| 2026-03-09 | testing: annotate output text type | Ethan Reesor |
| 2026-03-06 | testing: escapes framing markers | Ethan Reesor |
| 2026-03-06 | testing: fix construction of the testing artifacts path | Russ Egan |
| 2026-02-02 | testing/synctest: add Sleep | Damien Neil |
| 2026-01-29 | cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due t... | thepudds |
| 2025-11-26 | crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandom | Filippo Valsorda |
| 2025-11-26 | testing: fix bloop doc | Junyang Shao |
| 2025-11-21 | cmd/compile: change testing.B.Loop keep alive semantic | Junyang Shao |
| 2025-10-21 | all: gofmt -w | Jes Cok |
| 2025-10-17 | all: remove unnecessary loop variable copies in tests | Tobias Klauser |
| 2025-10-13 | all: replace calls to errors.As with errors.AsType | Julien Cretel |
| 2025-10-10 | all: omit unnecessary reassignment | cuishuang |
| 2025-10-07 | cmd/go, testing: add TB.ArtifactDir and -artifacts flag | Damien Neil |
| 2025-10-06 | testing/synctest: remove Run | Sean Liao |
| 2025-10-01 | testing/synctest: fix inverted test failure message in TestContextAfterFunc | Frédéric G. MARAND |
| 2025-09-19 | testing: fix example for unexported identifier | Sean Liao |
| 2025-09-17 | testing: use reflect.TypeAssert and reflect.TypeFor | apocelipes |
| 2025-09-11 | testing: exit B.Loop early upon saturation | David Finkel |
| 2025-08-29 | testing: allow specify temp dir by GOTMPDIR environment variable | AN Long |
| 2025-08-29 | testing/synctest: call out common issues with tests | Sean Liao |
| 2025-07-10 | synctest: fix comments for time.Now() in synctests | Christian Hoeppner |
| 2025-07-02 | testing/synctest: explicitly state Run will be removed in Go 1.26 | Deleplace |
| 2025-06-20 | testing, testing/synctest: handle T.Helper in synctest bubbles | Damien Neil |
| 2025-06-10 | testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble | Damien Neil |
| 2025-06-02 | testing: add Output method to TB | Mateusz Poliwczak |
| 2025-05-30 | testing, testing/synctest: report correct duration after panics | Damien Neil |
| 2025-05-29 | runtime, testing/synctest: breaking bubble isolation with Cond is fatal | Damien Neil |
| 2025-05-29 | testing, testing/synctest: write bubble errors to parent test log | Damien Neil |
| 2025-05-29 | runtime, internal/synctest, sync: associate WaitGroups with bubbles | Damien Neil |
| 2025-05-27 | runtime, testing/synctest: verify cleanups/finalizers run outside bubbles | Damien Neil |
| 2025-05-24 | testing/synctest: correct duration in doc example | Sean Liao |
| 2025-05-21 | testing: add Attr | Damien Neil |
| 2025-05-20 | testing/synctest: add Test | Damien Neil |
| 2025-05-20 | testing: use a pattern to match the elapsed time in TestTRun | Mateusz Poliwczak |
| 2025-05-15 | testing: fix panic in t.Log | Jonathan Amsterdam |
| 2025-05-13 | testing: add Output | suntala |
| 2025-05-13 | Revert "testing: add Output" | Jonathan Amsterdam |
| 2025-05-13 | testing: add Output | suntala |
| 2025-05-12 | testing: limit TempDir name length | Sean Liao |
| 2025-05-07 | runtime, testing/synctest: stop advancing time when main goroutine exits | Damien Neil |
| 2025-04-30 | testing: use more doc links | Sean Liao |
| 2025-04-03 | testing: clarify how B.Loop avoids optimizing away all the useful work | thepudds |
| 2025-03-25 | testing/slogtest: test nested groups in empty record | junya koyama |
| 2025-03-25 | testing: document exit codes | Sean Liao |
| 2025-03-24 | testing: streamline logic in loopSlowPath | Austin Clements |
| 2025-03-24 | testing: detect a stopped timer in B.Loop | Austin Clements |
| 2025-03-24 | testing: detect early return from B.Loop | Austin Clements |