| Age | Commit message (Expand) | Author |
| 2012-03-28 | path/filepath: correct comment in EvalSymlinks | Alex Brainman |
| 2012-03-27 | path/filepath: use windows GetShortPathName api to force GetLongPathName to d... | Alex Brainman |
| 2012-03-27 | path/filepath: convert drive letter to upper case in windows EvalSymlinks | Alex Brainman |
| 2012-03-23 | path/filepath: windows drive letter cannot be a digit | Alex Brainman |
| 2012-03-19 | path/filepath: implement Match and Glob on windows | Alex Brainman |
| 2012-03-08 | all: gofmt -w -s src misc | Robert Griesemer |
| 2012-03-08 | path/filepath: retrieve real file name in windows EvalSymlinks | Alex Brainman |
| 2012-03-07 | os: fix SameFile to work for directories on windows | Alex Brainman |
| 2012-03-07 | path/filepath: disable AbsTest on windows | Rob Pike |
| 2012-03-07 | path/filepath/path_test.go: repair and enable TestAbs | Rob Pike |
| 2012-02-29 | path/filepath: steer people away from HasPrefix | Russ Cox |
| 2012-02-29 | path/filepath: note that SplitList is different from strings.Split | Russ Cox |
| 2012-02-17 | path/filepath: fix test on darwin | Rob Pike |
| 2012-02-16 | path, path/filepath: polish documentation. | Rémy Oudompheng |
| 2012-02-16 | godoc: make example code more readable with new comment convention | Andrew Gerrand |
| 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 |
| 2012-01-19 | path: added examples | Sanjay Menakuru |
| 2011-12-23 | path/filepath: implement Base and Dir for windows | Alex Brainman |
| 2011-12-22 | path: Dir | Rob Pike |
| 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 |