summaryrefslogtreecommitdiff
path: root/src/path
Commit message (Expand)AuthorAgeFilesLines
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-042-0/+8
* path/filepath,cmd/go: skip tests involving double-symlinks on iosBryan C. Mills2023-04-141-1/+1
* path/filepath: add test cases for walking a symlink-to-symlink-to-dirBryan C. Mills2023-04-131-4/+42
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-112-3/+4
* all: add a few links in package godocsDaniel Martí2023-03-251-1/+1
* path/filepath: document that Clean does not change Windows volume namesDamien Neil2023-02-211-0/+4
* path/filepath: do not Clean("a/../c:/b") into c:\b on WindowsDamien Neil2023-02-143-14/+23
* os: make Lstat for symlinks on Windows consistent with POSIXBryan C. Mills2023-01-251-0/+64
* path/filepath: remove extra Clean call in EvalSymlinks on Windowsqmuntal2023-01-242-4/+8
* path/filepath: fix evaluation of symlinks to paths under /tmp on macOSmatsuyoshi302023-01-202-0/+33
* path/filepath: make Join("c:", "/a") return "c:/a" againDamien Neil2022-12-022-23/+30
* path/filepath: detect Windows CONIN$ and CONOUT$ paths in IsLocalDamien Neil2022-11-172-1/+17
* path/filepath: remove IsLocal tests dependent on Windows versionDamien Neil2022-11-171-2/+0
* path/filepath: add IsLocalDamien Neil2022-11-165-0/+169
* Revert "path/filepath: change IsAbs("NUL") to return true"Damien Neil2022-11-092-23/+0
* path/filepath: detect all forms of \\ volume paths on WindowsDamien Neil2022-11-094-64/+153
* all: add missing copyright headercui fliter2022-11-091-0/+4
* path/filepath: optimize isReservedNameJoe Tsai2022-09-231-14/+14
* path/filepath: document that WalkDir uses OS pathsIan Lance Taylor2022-09-141-0/+4
* path/filepath, io/fs: add SkipAllPaschalis Tsilias2022-08-252-5/+69
* path/filepath: fix stack exhaustion in GlobJulie Qiu2022-07-122-1/+21
* path/filepath: do not remove prefix "." when following path contains ":".Yasuhiro Matsumoto2022-05-243-1/+42
* path/filepath: simplify EvalSymlinks for plan9miller2022-05-092-1/+28
* all: gofmt main repoRuss Cox2022-04-114-24/+29
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-052-4/+4
* all: remove trailing blank doc comment linesRuss Cox2022-04-012-2/+0
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* io/fs, path/filepath: honor SkipDir on second WalkDirFunc error callIan Lance Taylor2022-03-282-0/+38
* internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills2022-03-181-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-284-4/+0
* path/filepath: change IsAbs to treat \\host\share as an absolute pathYasuhiro Matsumoto2021-08-182-0/+6
* path/filepath: deflake TestEvalSymlinksAboveRoot on darwinJosh Bleecher Snyder2021-06-301-3/+8
* path/filepath: fix documentation typo (was "each each")Vitaly Zdanevich2021-05-021-1/+1
* path/filepath: replace os.MkdirTemp with T.TempDirManlio Perillo2021-04-103-88/+28
* path/filepath: replace os.MkdirTemp with T.TempDirianwoolf2021-04-061-55/+15
* os, path/filepath: use T.Cleanup to restore the original working directoryianwoolf2021-04-041-10/+20
* path/filepath: make Rel handle Windows UNC shareAman Gupta2021-03-252-0/+5
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-204-0/+4
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-094-33/+29
* io/fs: add WalkDirRuss Cox2020-11-063-71/+23
* path/filepath: add WalkDirRuss Cox2020-11-063-54/+253
* path/filepath: revert "add WalkDir"Dmitri Shuralyov2020-11-053-250/+54
* path/filepath: add WalkDirRuss Cox2020-11-043-54/+250
* path/filepath: allow EvalSymlinks to work on UNC share roots on WindowsKevin Parsons2020-10-252-1/+4
* io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox2020-10-234-48/+89
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-205-13/+18
* path: avoid import of stringsRuss Cox2020-10-134-15/+35
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-061-2/+2
* all: add GOOS=iosCherry Zhang2020-09-231-2/+2
* path,path/filepath: add Join examples with ".." componentsAndrew Ekstedt2020-08-192-0/+9