aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath
AgeCommit message (Expand)Author
12 dayspath/filepath: document Dir behavior for Windows volume-only pathskovan
2026-01-09path/filepath: Match: improve doc commentAlan Donovan
2025-10-21path/filepath: reword documentation for RelMatt T. Proud
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-08path/filepath: return cleaned path from RelFederico Guerinoni
2025-09-17path/filepath: fix EvalSymlinks to return ENOTDIR on plan9Kir Kolyshkin
2025-09-04path{,/filepath}: speed up MatchJulien Cretel
2025-08-11net, os, file/filepath, syscall: use slices.Equal in testsTobias Klauser
2025-02-19path/filepath: use RtlIsDosDeviceName_U to detect Windows devicesqmuntal
2024-11-21internal/copyright: add test that copyright notices existRuss Cox
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-07-25os,path/filepath,testing: use slices to clean up testsapocelipes
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
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-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-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