summaryrefslogtreecommitdiff
path: root/src/path
Commit message (Expand)AuthorAgeFilesLines
* 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
* path/filepath: add explicit comment marking elided errorsRuss Cox2020-07-071-3/+3
* all: remove scattered remnants of darwin/armAustin Clements2020-04-081-11/+5
* path: minor changes to improve documentation for JoinEric Rutherford2019-11-202-9/+12
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* path: improve documentation to call out cases where Clean is calledEric Rutherford2019-09-091-3/+4
* path: change the output format of ExampleSplit functionIrbe Krumina2019-09-011-6/+10
* path: fix mismatch between error message and corresponding test functionDerek Phan2019-08-081-1/+1
* path/filepath: add examples for Base, Dir and IsAbsHasan Ozgan2019-03-251-0/+71
* path/filepath: don't discard .. in EvalSymlinksIan Lance Taylor2019-03-052-1/+109
* path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinksAlex Brainman2019-03-015-118/+9
* path/filepath: revert "fix Windows-specific Clean bug"Ian Lance Taylor2019-02-202-11/+3
* path/filepath: skip TestIssue29372 on windows, if /tmp has symilinksAlex Brainman2019-01-271-4/+18
* path/filepath: skip part of TestNTNamespaceSymlinkAlex Brainman2019-01-151-0/+3
* path/filepath: return special error from EvalSymlinksAlex Brainman2019-01-105-41/+54
* path/filepath: walkSymlinks: return correct error for file with trailing slashLE Manh Cuong2018-12-243-4/+60
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-021-1/+1
* path/filepath: change IsAbs("NUL") to return trueAlex Brainman2018-11-022-0/+31
* path/filepath: add example for MatchAurélien Rainone2018-10-241-0/+15
* path/filepath: add AIX operating systemClément Chigot2018-10-111-1/+1
* path/filepath: fix Windows-specific Clean bugQtRoS2018-09-292-3/+11
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-264-5/+5
* path/filepath: correct symlink eval for symlink at rootIan Lance Taylor2018-09-131-5/+6
* path/filepath: rewrite walkSymlinksIan Lance Taylor2018-09-132-87/+117
* path/filepath: fix Join with Windows drive letterYasuhiro Matsumoto2018-08-262-1/+12
* path: present the correct error message in TestMatchJohn Gibb2018-07-291-1/+1
* filepath: updates doc to give case where WalkFunc info arg may be nilJack2018-07-181-6/+7
* path/filepath: make Walk example runnable in the playgroundMostyn Bramley-Moore2018-07-172-23/+66
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+1
* path/filepath: make Abs("") return working directory on WindowsDmitri Shuralyov2018-05-142-0/+47
* path/filepath: fix Win32 tests missing 'chcp'Lubomir I. Ivanov (VMware)2018-04-261-1/+1
* path/filepath: change example to print the correct path on failureErwin Oegema2018-03-261-1/+2
* path/filepath: use a temp dir in path_test.goMostyn Bramley-Moore2018-03-051-6/+17
* path/filepath: fix escaped chars in Glob on non-WindowsDaniel Martí2018-02-142-2/+21
* path: remove filename mentions from pattern godocsDaniel Martí2018-02-142-3/+3
* path: add example for MatchJeff Dupont2018-02-131-0/+10
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-2/+2