| Age | Commit message (Expand) | Author |
| 2011-11-03 | os,text,unicode: renamings | Rob Pike |
| 2011-11-01 | src/pkg/[a-m]*: gofix -r error -force=error | Russ Cox |
| 2011-11-01 | exec: introduce ExitError | Russ Cox |
| 2011-10-06 | exec: add Command.ExtraFiles | Brad Fitzpatrick |
| 2011-07-11 | cgi: close stdout reader pipe when finished | Brad Fitzpatrick |
| 2011-07-11 | exec: closeAfterWait append bug | Brad Fitzpatrick |
| 2011-06-14 | syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and ex... | Russ Cox |
| 2011-06-07 | exec: export the underlying *os.Process in Cmd | Brad Fitzpatrick |
| 2011-06-03 | exec: change exec.PathError to exec.Error | Rob Pike |
| 2011-06-02 | exec: add Cmd methods StdinPipe, StdoutPipe, StderrPipe | Brad Fitzpatrick |
| 2011-06-02 | exec: missing docs, errors | Brad Fitzpatrick |
| 2011-06-01 | exec: new API, replace Run with Command | Brad Fitzpatrick |
| 2011-04-20 | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao |
| 2011-04-06 | exec: add a little package commentary explaining its | Rob Pike |
| 2011-04-04 | os: New Open API. | Rob Pike |
| 2011-03-21 | exec: document dir option for Run | Gustavo Niemeyer |
| 2011-03-15 | os, syscall: add ProcAttr type. Change StartProcess etc. to use it. | Roger Peppe |
| 2011-02-04 | os: implement new Process api | Alex Brainman |
| 2011-02-01 | exec: use custom error for LookPath | Gustavo Niemeyer |
| 2010-09-12 | exec.LookPath() unix/windows separation | Joe Poirier |
| 2010-09-07 | os, exec: rename argv0 to name | Russ Cox |
| 2010-08-03 | os: Null device | Peter Mundy |
| 2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike |
| 2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox |
| 2010-02-18 | exec: add dir argument to Run. | Russ Cox |
| 2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer |
| 2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer |
| 2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer |
| 2009-10-06 | apply gofmt to datafmt, ebnf, exec, expvar, flag, fmt | Russ Cox |
| 2009-09-15 | more "declared and not used". | Russ Cox |
| 2009-06-26 | Getenv: almost no one wants the error, so make it return a string that may be... | Rob Pike |
| 2009-06-25 | Change os.Error convention: | Russ Cox |
| 2009-06-24 | Change strings.Split, bytes.Split to take a maximum substring count argument. | David Symonds |
| 2009-06-09 | mv src/lib to src/pkg | Rob Pike |