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_test.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2013-08-21
all: protect alloc count tests by -testing.short
Rob Pike
2013-03-06
all: Skip AllocsPerRun tests if GOMAXPROCS>1.
Albert Strasheim
2013-02-02
testing: add AllocsPerRun
Kyle Lemons
2012-12-01
all: set GOMAXPROCS to 1 when counting mallocs
Shenghou Ma
2012-08-30
path: improve documentation for Dir
Rob Pike
2012-06-27
path/filepath: avoid allocation in Clean of cleaned path
Russ Cox
2011-12-22
path: Dir
Rob Pike
2011-03-06
path/filepath: new OS-specific path support
Gustavo Niemeyer
2011-01-31
replace non-blocking send, receive syntax with select
Russ Cox
2010-12-08
path: fix printf glitch in test
Rob Pike
2010-12-07
throughout: fix broken calls to Printf etc.
Rob Pike
2010-11-30
path: Windows support for Split
Benny Siegert
2010-10-22
gofmt -s -w src misc
Robert Griesemer
2010-09-24
... changes
Russ Cox
2010-09-09
path: add IsAbs
Ivan Krasin
2010-06-09
add path.Base, analogous to Unix basename
Rob Pike
2010-04-09
rename os.Dir to os.FileInfo
Rob Pike
2010-02-05
path: make Join variadic
Stephen Weinberg
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2009-11-13
path.TestWalk: disable error case if root
Russ Cox
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2009-10-27
files that are okay from the last gofmt round
Russ Cox
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-15
more "declared and not used".
Russ Cox
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
2009-06-09
mv src/lib to src/pkg
Rob Pike