aboutsummaryrefslogtreecommitdiff
path: root/src/path
AgeCommit message (Expand)Author
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-28io/fs, path/filepath: honor SkipDir on second WalkDirFunc error callIan Lance Taylor
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-08-18path/filepath: change IsAbs to treat \\host\share as an absolute pathYasuhiro Matsumoto
2021-06-30path/filepath: deflake TestEvalSymlinksAboveRoot on darwinJosh Bleecher Snyder
2021-05-02path/filepath: fix documentation typo (was "each each")Vitaly Zdanevich
2021-04-10path/filepath: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-06path/filepath: replace os.MkdirTemp with T.TempDirianwoolf
2021-04-04os, path/filepath: use T.Cleanup to restore the original working directoryianwoolf
2021-03-25path/filepath: make Rel handle Windows UNC shareAman Gupta
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-06io/fs: add WalkDirRuss Cox
2020-11-06path/filepath: add WalkDirRuss Cox
2020-11-05path/filepath: revert "add WalkDir"Dmitri Shuralyov
2020-11-04path/filepath: add WalkDirRuss Cox
2020-10-25path/filepath: allow EvalSymlinks to work on UNC share roots on WindowsKevin Parsons
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-13path: avoid import of stringsRuss Cox
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-08-19path,path/filepath: add Join examples with ".." componentsAndrew Ekstedt
2020-07-07path/filepath: add explicit comment marking elided errorsRuss Cox
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-11-20path: minor changes to improve documentation for JoinEric Rutherford
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-09path: improve documentation to call out cases where Clean is calledEric Rutherford
2019-09-01path: change the output format of ExampleSplit functionIrbe Krumina
2019-08-08path: fix mismatch between error message and corresponding test functionDerek Phan
2019-03-25path/filepath: add examples for Base, Dir and IsAbsHasan Ozgan
2019-03-05path/filepath: don't discard .. in EvalSymlinksIan Lance Taylor
2019-03-01path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinksAlex Brainman
2019-02-20path/filepath: revert "fix Windows-specific Clean bug"Ian Lance Taylor
2019-01-27path/filepath: skip TestIssue29372 on windows, if /tmp has symilinksAlex Brainman
2019-01-15path/filepath: skip part of TestNTNamespaceSymlinkAlex Brainman
2019-01-10path/filepath: return special error from EvalSymlinksAlex Brainman
2018-12-24path/filepath: walkSymlinks: return correct error for file with trailing slashLE Manh Cuong
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-11-02path/filepath: change IsAbs("NUL") to return trueAlex Brainman
2018-10-24path/filepath: add example for MatchAurélien Rainone
2018-10-11path/filepath: add AIX operating systemClément Chigot
2018-09-29path/filepath: fix Windows-specific Clean bugQtRoS
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-13path/filepath: correct symlink eval for symlink at rootIan Lance Taylor