| Age | Commit message (Expand) | Author |
| 2012-02-16 | path, path/filepath: polish documentation. | Rémy Oudompheng |
| 2012-02-13 | all: update 'gotest' to 'go test' | Shenghou Ma |
| 2012-02-07 | path/filepath: repair and simplify the symlink test | Rob Pike |
| 2012-02-04 | path/filepath: disable broken tests | Russ Cox |
| 2012-02-03 | os: turn FileStat.Sys into a method on FileInfo | Gustavo Niemeyer |
| 2012-01-30 | build: remove Make.pkg, Make.tool | Russ Cox |
| 2012-01-25 | path/filepath: fix test | Rob Pike |
| 2011-12-23 | path/filepath: implement Base and Dir for windows | Alex Brainman |
| 2011-12-22 | path/filepath: Dir | Rob Pike |
| 2011-12-21 | path/filepath.Rel: document that the returned path is always relative | Rob Pike |
| 2011-12-21 | crypto/mime/net/time: add netbsd to +build tags | Joel Sing |
| 2011-12-12 | build: Changes to the build infrastructure for NetBSD. | Christopher Nielsen |
| 2011-12-02 | gofmt -s misc src | Russ Cox |
| 2011-11-30 | os: new FileInfo, FileMode types + update tree | Russ Cox |
| 2011-11-27 | filepath/path: fix Rel buffer sizing | Gustavo Niemeyer |
| 2011-11-08 | renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* | Rob Pike |
| 2011-11-02 | all: sort imports | Russ Cox |
| 2011-11-01 | src/pkg/[n-z]*: gofix -r error -force=error | Russ Cox |
| 2011-10-25 | cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ... | Russ Cox |
| 2011-10-04 | path/filepath: added Rel as the complement of Abs | Gustavo Niemeyer |
| 2011-09-16 | filepath: fix Glob to return no error on nonmatching patterns | Michael Shields |
| 2011-09-15 | build: add build comments to core packages | Russ Cox |
| 2011-09-14 | path/filepath: document that Walk sorts its output | Rob Pike |
| 2011-09-13 | path/filepath: new signature for Walk | Rob Pike |
| 2011-09-12 | path/filepath: fix Visitor doc | Gustavo Niemeyer |
| 2011-09-09 | path/filepath: make UNC file names work | Yasuhiro Matsumoto |
| 2011-09-07 | undo CL 4964067 / 661cb84cc6f0 | Robert Griesemer |
| 2011-09-07 | path/filepath: Simplify Walk interface | Gustavo Niemeyer |
| 2011-09-06 | cleanup: gofmt -s -w src misc | Robert Griesemer |
| 2011-08-12 | crypto, exec, path, time: add support for OpenBSD | Joel Sing |
| 2011-07-19 | go/build: fixes for windows paths | Alex Brainman |
| 2011-07-18 | path/filepath: fixes for windows paths | Alex Brainman |
| 2011-07-13 | filepath/path: fix a comment | Robert Griesemer |
| 2011-07-08 | sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] | Andrew Gerrand |
| 2011-06-28 | strings.Split: make the default to split all. | Rob Pike |
| 2011-06-24 | path/filepath: enable TestWalk to run on windows | Alex Brainman |
| 2011-06-02 | path/filepath: skip permission test in all.bash | Russ Cox |
| 2011-06-01 | path/filepath: clean up a triple negative. | Rob Pike |
| 2011-06-01 | filepath: remove string constants. They are unnecessary. | Rob Pike |
| 2011-05-30 | filepath: Abs must always return a clean path | Gustavo Niemeyer |
| 2011-05-29 | os: fix os.MkdirAll with backslash path separator. | Yasuhiro Matsumoto |
| 2011-05-17 | filepath: make EvalSymlinks work on Windows | Alex Brainman |
| 2011-04-20 | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao |
| 2011-04-04 | os: New Open API. | Rob Pike |
| 2011-04-04 | filepath: new Abs function | Gustavo Niemeyer |
| 2011-04-04 | path/filepath.Glob: add an error return. | Rob Pike |
| 2011-04-03 | path/filepath: add support for plan9 | Andrey Mirtchovski |
| 2011-04-01 | path/filepath.Glob: don't drop known matches on error. | Rob Pike |
| 2011-03-21 | path/filepath: fix TestEvalSymlinks when run under symlinked GOROOT | Andrew Gerrand |
| 2011-03-18 | filepath: do not run TestEvalSymlinks on Windows | Alex Brainman |