index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
path
/
path.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-08-22
path, path/filepath: remove dead code
Dave Cheney
2012-08-30
path: improve documentation for Dir
Rob Pike
2012-06-27
path/filepath: avoid allocation in Clean of cleaned path
Russ Cox
2012-04-24
path: document that Clean deletes trailing slashes.
Rob Pike
2012-02-16
path, path/filepath: polish documentation.
Rémy Oudompheng
2011-12-22
path: Dir
Rob Pike
2011-04-20
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-03-06
path/filepath: new OS-specific path support
Gustavo Niemeyer
2010-11-30
path: Windows support for Split
Benny Siegert
2010-09-09
path: add IsAbs
Ivan Krasin
2010-09-09
path: fix typo in path.Visitor
Andrew Gerrand
2010-08-05
path: fix comment for Split()
Alex Brainman
2010-06-09
add path.Base, analogous to Unix basename
Rob Pike
2010-04-09
rename os.Dir to os.FileInfo
Rob Pike
2010-03-11
math, path: minor comment fixes
Robert Griesemer
2010-02-25
strings: delete Runes, Bytes
Russ Cox
2010-02-05
path: make Join variadic
Stephen Weinberg
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2009-12-02
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
Rob Pike
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
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-11-05
gofmt'ed various stragglers
Robert Griesemer
2009-10-19
directory tree walk w/ visitor per rsc's suggestion
Robert Griesemer
2009-10-08
more lgtm files from gofmt
Russ Cox
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
2009-06-09
mv src/lib to src/pkg
Rob Pike