aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/path_test.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2013-08-21all: protect alloc count tests by -testing.shortRob Pike
2013-03-06all: Skip AllocsPerRun tests if GOMAXPROCS>1.Albert Strasheim
2013-02-02testing: add AllocsPerRunKyle Lemons
2012-12-01all: set GOMAXPROCS to 1 when counting mallocsShenghou Ma
2012-08-30path: improve documentation for DirRob Pike
2012-06-27path/filepath: avoid allocation in Clean of cleaned pathRuss Cox
2011-12-22path: DirRob Pike
2011-03-06path/filepath: new OS-specific path supportGustavo Niemeyer
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2010-12-08path: fix printf glitch in testRob Pike
2010-12-07throughout: fix broken calls to Printf etc.Rob Pike
2010-11-30path: Windows support for SplitBenny Siegert
2010-10-22gofmt -s -w src miscRobert Griesemer
2010-09-24... changesRuss Cox
2010-09-09path: add IsAbsIvan Krasin
2010-06-09add path.Base, analogous to Unix basenameRob Pike
2010-04-09rename os.Dir to os.FileInfoRob Pike
2010-02-05path: make Join variadicStephen Weinberg
2009-12-151) Change default gofmt default settings forRobert Griesemer
2009-11-13path.TestWalk: disable error case if rootRuss Cox
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-10-27files that are okay from the last gofmt roundRuss Cox
2009-10-19directory tree walk w/ visitor per rsc's suggestionRobert Griesemer
2009-10-08more lgtm files from gofmtRuss Cox
2009-09-15more "declared and not used".Russ Cox
2009-08-12convert non-low-level non-google pkg codeRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike