summaryrefslogtreecommitdiff
path: root/src/pkg/path
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-4/+14
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý7-130/+306
2010-06-09add path.Base, analogous to Unix basenameRob Pike2-0/+45
2010-04-09rename os.Dir to os.FileInfoRob Pike2-12/+12
2010-03-11math, path: minor comment fixesRobert Griesemer1-1/+1
2010-02-25strings: delete Runes, BytesRuss Cox1-1/+1
2010-02-25path: Fix bug in Match with non-greedy starsKevin Ballard2-1/+9
2010-02-24path: add MatchRuss Cox3-0/+274
2010-02-05path: make Join variadicStephen Weinberg2-16/+34
2009-12-151) Change default gofmt default settings forRobert Griesemer2-72/+72
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-2/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-2/+2
2009-11-13path.TestWalk: disable error case if rootRuss Cox1-23/+25
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-3/+3
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer2-28/+28
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-11-05gofmt'ed various stragglersRobert Griesemer1-2/+2
2009-10-27files that are okay from the last gofmt roundRuss Cox1-12/+10
2009-10-19directory tree walk w/ visitor per rsc's suggestionRobert Griesemer2-1/+192
2009-10-08more lgtm files from gofmtRuss Cox2-16/+14
2009-09-15more "declared and not used".Russ Cox1-4/+4
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-1/+0
2009-08-12convert non-low-level non-google pkg codeRuss Cox2-55/+4
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-2/+2
2009-06-09mv src/lib to src/pkgRob Pike3-0/+332