| Age | Commit message (Expand) | Author |
| 2025-08-25 | [release-branch.go1.25] os/exec: fix incorrect expansion of ".." in LookPath ... | Richard Miller |
| 2025-07-30 | [release-branch.go1.25] os/exec: fix incorrect expansion of "", "." and ".." ... | Olivier Mengué |
| 2025-06-12 | all: replace a few user-visible mentions of golang.org and godoc.org | Alberto Donizetti |
| 2025-05-19 | runtime: pass through -asan/-msan/-race to testprog tests | Michael Pratt |
| 2025-03-20 | all: use exec.Command.String in test logs | qmuntal |
| 2025-02-20 | syscall: don't send child signal when testing pidfd | Ian Lance Taylor |
| 2024-11-27 | os/exec: edit comment to remove invalid link | Adam Bender |
| 2024-09-30 | net,os: use os.LookupEnv instead of syscall.Getenv | Mateusz Poliwczak |
| 2024-09-04 | all: use t.Chdir in tests | Kir Kolyshkin |
| 2024-09-03 | math,os,os/*: use testenv.Executable | Kir Kolyshkin |
| 2024-08-29 | os/exec: document interaction of Dir, PWD, os.Getwd and C | Alan Donovan |
| 2024-07-25 | os,path/filepath,testing: use slices to clean up tests | apocelipes |
| 2024-07-07 | os/exec: only use cachedLookExtensions if Cmd.Path is unmodified | Dmitri Shuralyov |
| 2024-06-07 | os/exec: on Windows look for extensions in Run if not already done | qiulaidongfeng |
| 2024-03-26 | all: fix a large number of comments | cui fliter |
| 2024-03-04 | os/exec: remove unnecessary fmt.Sprintf call | guoguangwu |
| 2024-02-26 | std: fix more nilness findings | Alan Donovan |
| 2024-02-26 | os: add available godoc link | cui fliter |
| 2023-09-18 | os/exec: adjust function name in fatal message | Tobias Klauser |
| 2023-09-13 | os/exec: avoid calling LookPath in cmd.Start for resolved paths | Bryan C. Mills |
| 2023-09-13 | os/exec: fix edge cases in Windows PATH resolution | Bryan C. Mills |
| 2023-09-13 | os/exec: avoid writing to Cmd.Path in Cmd.Start on Windows | Bryan C. Mills |
| 2023-09-13 | os/exec: simplify Windows-specific tests | Bryan C. Mills |
| 2023-09-12 | Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths" | Ian Lance Taylor |
| 2023-08-21 | os/exec: don't convert byte slice to string when using verb %s | Jes Cok |
| 2023-08-01 | os/exec: Use the built-in function min instead of minInt | apocelipes |
| 2023-07-26 | os/exec: avoid calling LookPath in cmd.Start for resolved paths | qiulaidongfeng |
| 2023-07-11 | os/exec: ignore context.Canceled errors in TestConcurrentExec | Bryan C. Mills |
| 2023-07-10 | syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a... | Bryan C. Mills |
| 2023-05-15 | os, syscall: support ill-formed UTF-16 strings on Windows | qmuntal |
| 2023-04-18 | cmd/go: add check for unknown godebug setting | Russ Cox |
| 2023-04-07 | os: add wasip1 support | Johan Brandhorst-Satzkorn |
| 2023-04-04 | os/exec: skip remount in TestFindExecutableVsNoexec on EROFS | Tobias Klauser |
| 2023-03-02 | cmd/link/internal/ld: move more of mustLinkExternal into internal/platform | Bryan C. Mills |
| 2023-02-28 | all: fix typos | pgxiaolianzi |
| 2023-02-21 | os: use testenv.Command instead of exec.Command in tests | cui fliter |
| 2023-01-19 | internal/godebug: export non-default-behavior counters in runtime/metrics | Russ Cox |
| 2023-01-10 | os/exec: avoid leaking an exec.Cmd in TestWaitInterrupt | Bryan C. Mills |
| 2022-12-16 | os/exec: retry ETXTBSY errors in TestFindExecutableVsNoexec | Bryan C. Mills |
| 2022-11-14 | internal/godebug: define more efficient API | Russ Cox |
| 2022-11-11 | os/exec: fix TestWaitInterrupt/WaitDelay error message | scott |
| 2022-11-04 | os/exec: allow NUL in environment variables on Plan 9 | Matthew Dempsky |
| 2022-11-03 | os/exec: allow open descriptors to be closed during TestPipeLookPathLeak | Bryan C. Mills |
| 2022-11-01 | syscall, os/exec: reject environment variables containing NULs | Damien Neil |
| 2022-10-25 | os/exec: add the Cancel and WaitDelay fields | Bryan C. Mills |
| 2022-10-13 | os/exec: reduce arbitrary sleeps in TestWaitid | Bryan C. Mills |
| 2022-10-13 | os/exec: set traceback to "system" in TestContextCancel | Bryan C. Mills |
| 2022-10-11 | os/exec: remove protection against a duplicate Close on StdinPipe | Bryan C. Mills |
| 2022-10-07 | os/exec: document ProcessState available after a call to Wait or Run | hopehook |
| 2022-10-06 | os/exec: parallelize more tests | Bryan C. Mills |