| Age | Commit message (Expand) | Author |
| 2021-03-19 | [dev.fuzz] testing: print logs and error messages when fuzzing | Katie Hockman |
| 2021-03-19 | testing: update helperNames just before checking it | Tao Qingyun |
| 2021-03-12 | Revert "testing/fstest: test that ReadDirFile on a non-dir fails" | Josh Bleecher Snyder |
| 2021-03-11 | testing/fstest: clarify TestFS docs | Josh Bleecher Snyder |
| 2021-03-11 | testing/fstest: test that ReadDirFile on a non-dir fails | Josh Bleecher Snyder |
| 2021-03-10 | testing: fix typo in a comment | fanzha02 |
| 2021-03-09 | [dev.fuzz] testing: use exit status 70 for worker errors (not crashes) | Jay Conrod |
| 2021-03-09 | [dev.fuzz] testing, internal/fuzz: multiple small fixes | Jay Conrod |
| 2021-03-05 | testing: add TB.Setenv | Alexey Vilenski |
| 2021-03-04 | [dev.fuzz] testing: only let workers run fuzz targets | Katie Hockman |
| 2021-02-25 | testing/fstest: treat dash specially when building glob | Ian Lance Taylor |
| 2021-02-24 | testing: print late arriving log line in panic | Josh Bleecher Snyder |
| 2021-02-23 | [dev.fuzz] testing,internal/fuzz: support structured inputs | Katie Hockman |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2021-02-19 | [dev.fuzz] all: merge master (7764ee5) into dev.fuzz | Katie Hockman |
| 2021-02-10 | [dev.fuzz] testing: make F.Fuzz more similar to T.Run | Jay Conrod |
| 2021-02-10 | [dev.fuzz] testing: move inFuzzFn checks from common to F | Jay Conrod |
| 2021-02-10 | [dev.fuzz] internal/fuzz: make RunFuzzWorker accept CorpusEntry | Jay Conrod |
| 2021-02-10 | [dev.fuzz] testing/internal/testdeps: use signal.NotifyContext | Jay Conrod |
| 2021-02-05 | testing/fstest: avoid symlink-induced failures in tester | Russ Cox |
| 2021-02-03 | [dev.fuzz] internal/fuzz: refactor CorpusEntry type | Jay Conrod |
| 2021-01-15 | [dev.fuzz] internal/fuzz: handle SIGINT races gracefully | Jay Conrod |
| 2021-01-14 | [dev.fuzz] internal/fuzz: fix context cancellation for coordinator | Katie Hockman |
| 2021-01-08 | testing/fstest,os: clarify racy behavior of TestFS | Austin Clements |
| 2021-01-04 | testing/fstest: fix typo in error message | DrGo |
| 2020-12-23 | [dev.fuzz] cmd/go: implement -fuzztime flag and support cancellation | Jay Conrod |
| 2020-12-21 | [dev.fuzz] internal/fuzz: read and write interesting values in fuzz cache | Jay Conrod |
| 2020-12-14 | [dev.fuzz] all: merge master into dev.fuzz | Katie Hockman |
| 2020-12-09 | all: update to use os.ReadDir where appropriate | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-12-04 | [dev.fuzz] internal/fuzzing: handle and report crashers | Katie Hockman |
| 2020-12-04 | [dev.fuzz] testing: fix duplicate logging when fuzzing | Katie Hockman |
| 2020-12-04 | [dev.fuzz] internal/fuzz: send inputs to workers with shared memory | Jay Conrod |
| 2020-12-04 | [dev.fuzz] testing: cleanup a few small things | Katie Hockman |
| 2020-12-04 | [dev.fuzz] testing: read corpus from testdata/corpus for each target | Katie Hockman |
| 2020-12-04 | [dev.fuzz] testing: remove testing.RunFuzzTargets | Katie Hockman |
| 2020-12-04 | [dev.fuzz] internal/fuzz: coordinate fuzzing across workers | Jay Conrod |
| 2020-12-04 | [dev.fuzz] testing: exit after f.Fuzz function | Katie Hockman |
| 2020-12-04 | [dev.fuzz] testing: panic if certain testing.F functions are called in Fuzz func | Katie Hockman |
| 2020-12-04 | [dev.fuzz] testing: implement F.Fuzz to run seed corpus | Katie Hockman |
| 2020-12-04 | [dev.fuzz] testing: add support for testing.F.Add of []byte | Katie Hockman |
| 2020-12-04 | [dev.fuzz] testing: small cleanup to running targets | Katie Hockman |
| 2020-12-04 | [dev.fuzz] testing: add script tests for fuzz targets | Katie Hockman |
| 2020-12-04 | [dev.fuzz] testing: add basic go command support for fuzzing | Katie Hockman |
| 2020-12-04 | io/fs: add Sub | Russ Cox |
| 2020-11-11 | testing: reduce memory allocation in Helper | Bryan Boreham |
| 2020-11-07 | testing: increase benchmark output to four significant figures | Austin Clements |
| 2020-10-23 | io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob | Russ Cox |
| 2020-10-20 | testing: print cpu type as label for benchmarks | Martin Möhrmann |
| 2020-10-20 | all: update references to symbols moved from io/ioutil to io | Russ Cox |