aboutsummaryrefslogtreecommitdiff
path: root/src/path
AgeCommit message (Expand)Author
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
2018-09-13path/filepath: rewrite walkSymlinksIan Lance Taylor
2018-08-26path/filepath: fix Join with Windows drive letterYasuhiro Matsumoto
2018-07-29path: present the correct error message in TestMatchJohn Gibb
2018-07-18filepath: updates doc to give case where WalkFunc info arg may be nilJack
2018-07-17path/filepath: make Walk example runnable in the playgroundMostyn Bramley-Moore
2018-06-01os: add js/wasm architectureRichard Musiol
2018-05-14path/filepath: make Abs("") return working directory on WindowsDmitri Shuralyov
2018-04-26path/filepath: fix Win32 tests missing 'chcp'Lubomir I. Ivanov (VMware)
2018-03-26path/filepath: change example to print the correct path on failureErwin Oegema
2018-03-05path/filepath: use a temp dir in path_test.goMostyn Bramley-Moore
2018-02-14path/filepath: fix escaped chars in Glob on non-WindowsDaniel Martí
2018-02-14path: remove filename mentions from pattern godocsDaniel Martí
2018-02-13path: add example for MatchJeff Dupont
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05path/filepath: re-implement windows EvalSymlinksAlex Brainman