aboutsummaryrefslogtreecommitdiff
path: root/src/path
AgeCommit message (Expand)Author
2024-04-26path/filepath, internal/filepathlite: move parts of filepath to filepathliteDamien Neil
2024-04-26all: rename internal/safefilepath to internal/filepathliteDamien Neil
2024-03-22path/filepath: use slices to simplify the test codeapocelipes
2024-03-04os: don't normalize volumes to drive letters in os.Readlinkqmuntal
2024-03-04os: don't treat mount points as symbolic linksqmuntal
2024-02-26path/filepath: add LocalizeDamien Neil
2024-02-26path/filepath: support multiple TestAbs runs on Windowsqmuntal
2024-02-23path/filepath: delete the deprecated joinNonEmpty and isUNCAndy Pan
2024-01-09io/fs,path/filepath: fix typo in SkipAll/SkipDir docRoger Peppe
2023-11-23path: add available godoc linkcui fliter
2023-11-09path/filepath: consider \\?\c: as a volume on WindowsDamien Neil
2023-11-07path/filepath: fix various issues in parsing Windows pathsDamien Neil
2023-09-29path/filepath: reuse os.ReadDirDaniel Martí
2023-09-13path: use bytealg.LastIndexByteStringTobias Klauser
2023-09-12io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntrymstmdev
2023-08-08path/filepath: don't drop .. elements when cleaning invalid Windows pathsDamien Neil
2023-08-07all: add a few more godoc linksDaniel Martí
2023-06-16path/filepath: avoid assuming that GOROOT/test is presentBryan C. Mills
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-04-14path/filepath,cmd/go: skip tests involving double-symlinks on iosBryan C. Mills
2023-04-13path/filepath: add test cases for walking a symlink-to-symlink-to-dirBryan C. Mills
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-03-25all: add a few links in package godocsDaniel Martí
2023-02-21path/filepath: document that Clean does not change Windows volume namesDamien Neil
2023-02-14path/filepath: do not Clean("a/../c:/b") into c:\b on WindowsDamien Neil
2023-01-25os: make Lstat for symlinks on Windows consistent with POSIXBryan C. Mills
2023-01-24path/filepath: remove extra Clean call in EvalSymlinks on Windowsqmuntal
2023-01-20path/filepath: fix evaluation of symlinks to paths under /tmp on macOSmatsuyoshi30
2022-12-02path/filepath: make Join("c:", "/a") return "c:/a" againDamien Neil
2022-11-17path/filepath: detect Windows CONIN$ and CONOUT$ paths in IsLocalDamien Neil
2022-11-17path/filepath: remove IsLocal tests dependent on Windows versionDamien Neil
2022-11-16path/filepath: add IsLocalDamien Neil
2022-11-09Revert "path/filepath: change IsAbs("NUL") to return true"Damien Neil
2022-11-09path/filepath: detect all forms of \\ volume paths on WindowsDamien Neil
2022-11-09all: add missing copyright headercui fliter
2022-09-23path/filepath: optimize isReservedNameJoe Tsai
2022-09-14path/filepath: document that WalkDir uses OS pathsIan Lance Taylor
2022-08-25path/filepath, io/fs: add SkipAllPaschalis Tsilias
2022-07-12path/filepath: fix stack exhaustion in GlobJulie Qiu
2022-05-24path/filepath: do not remove prefix "." when following path contains ":".Yasuhiro Matsumoto
2022-05-09path/filepath: simplify EvalSymlinks for plan9miller
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