summaryrefslogtreecommitdiff
path: root/src/pkg/path/path_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: protect alloc count tests by -testing.shortRob Pike2013-08-211-0/+5
* all: Skip AllocsPerRun tests if GOMAXPROCS>1.Albert Strasheim2013-03-061-0/+6
* testing: add AllocsPerRunKyle Lemons2013-02-021-14/+4
* all: set GOMAXPROCS to 1 when counting mallocsShenghou Ma2012-12-011-0/+1
* path: improve documentation for DirRob Pike2012-08-301-0/+1
* path/filepath: avoid allocation in Clean of cleaned pathRuss Cox2012-06-271-0/+19
* path: DirRob Pike2011-12-221-8/+31
* path/filepath: new OS-specific path supportGustavo Niemeyer2011-03-061-159/+0
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-311-4/+14
* path: fix printf glitch in testRob Pike2010-12-081-1/+1
* throughout: fix broken calls to Printf etc.Rob Pike2010-12-071-1/+1
* path: Windows support for SplitBenny Siegert2010-11-301-0/+12
* gofmt -s -w src miscRobert Griesemer2010-10-221-76/+76
* ... changesRuss Cox2010-09-241-1/+1
* path: add IsAbsIvan Krasin2010-09-091-0/+24
* add path.Base, analogous to Unix basenameRob Pike2010-06-091-0/+23
* rename os.Dir to os.FileInfoRob Pike2010-04-091-4/+4
* path: make Join variadicStephen Weinberg2010-02-051-10/+26
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-37/+37
* path.TestWalk: disable error case if rootRuss Cox2009-11-131-23/+25
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-16/+16
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-061-3/+1
* files that are okay from the last gofmt roundRuss Cox2009-10-271-12/+10
* directory tree walk w/ visitor per rsc's suggestionRobert Griesemer2009-10-191-0/+139
* more lgtm files from gofmtRuss Cox2009-10-081-10/+9
* more "declared and not used".Russ Cox2009-09-151-4/+4
* convert non-low-level non-google pkg codeRuss Cox2009-08-121-2/+0
* mv src/lib to src/pkgRob Pike2009-06-091-0/+136