1. 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 4 months ago
  2. 362d25f io/fs: add WalkDir by Russ Cox · 4 years, 8 months ago
  3. d21af00 path/filepath: add WalkDir by Russ Cox · 4 years, 4 months ago
  4. 74ec40f path/filepath: revert "add WalkDir" by Dmitri Shuralyov · 4 years, 4 months ago
  5. fd841f6 path/filepath: add WalkDir by Russ Cox · 4 years, 4 months ago
  6. 9488741 path/filepath: allow EvalSymlinks to work on UNC share roots on Windows by Kevin Parsons · 4 years, 5 months ago
  7. b5ddc42 io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob by Russ Cox · 4 years, 5 months ago
  8. 7bb721b all: update references to symbols moved from os to io/fs by Russ Cox · 4 years, 8 months ago
  9. ec095f1 path: avoid import of strings by Russ Cox · 4 years, 8 months ago
  10. db428ad all: enable more tests on macOS/ARM64 by Cherry Zhang · 4 years, 6 months ago
  11. a413908 all: add GOOS=ios by Cherry Zhang · 4 years, 6 months ago
  12. 98a0071 path,path/filepath: add Join examples with ".." components by Andrew Ekstedt · 4 years, 8 months ago
  13. 6b34417 path/filepath: add explicit comment marking elided errors by Russ Cox · 4 years, 8 months ago
  14. f7e6ab4 all: remove scattered remnants of darwin/arm by Austin Clements · 5 years ago
  15. 9852b4b path: minor changes to improve documentation for Join by Eric Rutherford · 5 years ago
  16. a38a917 all: remove the nacl port (part 1) by Brad Fitzpatrick · 5 years ago
  17. 5e907e3 path: improve documentation to call out cases where Clean is called by Eric Rutherford · 6 years ago
  18. 54a9c16 path: change the output format of ExampleSplit function by Irbe Krumina · 6 years ago
  19. e9782bd path: fix mismatch between error message and corresponding test function by Derek Phan · 6 years ago
  20. 56e1614 path/filepath: add examples for Base, Dir and IsAbs by Hasan Ozgan · 6 years ago
  21. 294edb2 path/filepath: don't discard .. in EvalSymlinks by Ian Lance Taylor · 6 years ago
  22. 44d3bb9 path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinks by Alex Brainman · 6 years ago
  23. 153c0da path/filepath: revert "fix Windows-specific Clean bug" by Ian Lance Taylor · 6 years ago
  24. 447965d path/filepath: skip TestIssue29372 on windows, if /tmp has symilinks by Alex Brainman · 6 years ago
  25. d82c9a1 path/filepath: skip part of TestNTNamespaceSymlink by Alex Brainman · 6 years ago
  26. 44cf595 path/filepath: return special error from EvalSymlinks by Alex Brainman · 6 years ago
  27. b32ee0a path/filepath: walkSymlinks: return correct error for file with trailing slash by LE Manh Cuong · 6 years ago
  28. 9e277f7 all: use "reports whether" consistently instead of "returns whether" by Tobias Klauser · 6 years ago
  29. 3813edf all: use "reports whether" consistently in the few places that didn't by Brad Fitzpatrick · 6 years ago
  30. d154ef6 path/filepath: change IsAbs("NUL") to return true by Alex Brainman · 6 years ago
  31. 7989119 path/filepath: add example for Match by Aurélien Rainone · 6 years ago
  32. 1d0e94b path/filepath: add AIX operating system by Clément Chigot · 6 years ago
  33. d1f7470 path/filepath: fix Windows-specific Clean bug by QtRoS · 6 years ago
  34. da0d1a4 all: use strings.ReplaceAll and bytes.ReplaceAll where applicable by Brad Fitzpatrick · 6 years ago
  35. 9f59918 path/filepath: correct symlink eval for symlink at root by Ian Lance Taylor · 6 years ago
  36. 7d27e87 path/filepath: rewrite walkSymlinks by Ian Lance Taylor · 7 years ago
  37. b7d3e14 path/filepath: fix Join with Windows drive letter by Yasuhiro Matsumoto · 7 years ago
  38. f6a5fad path: present the correct error message in TestMatch by John Gibb · 7 years ago
  39. 4016de0 filepath: updates doc to give case where WalkFunc info arg may be nil by Jack · 7 years ago
  40. 9408119 path/filepath: make Walk example runnable in the playground by Mostyn Bramley-Moore · 7 years ago
  41. 063f97a os: add js/wasm architecture by Richard Musiol · 7 years ago
  42. 91f07c5 path/filepath: make Abs("") return working directory on Windows by Dmitri Shuralyov · 7 years ago
  43. 0d54fb5 path/filepath: fix Win32 tests missing 'chcp' by Lubomir I. Ivanov (VMware) · 7 years ago
  44. 683e2fd path/filepath: change example to print the correct path on failure by Erwin Oegema · 7 years ago
  45. 32e459a path/filepath: use a temp dir in path_test.go by Mostyn Bramley-Moore · 7 years ago
  46. 03f27d5 path/filepath: fix escaped chars in Glob on non-Windows by Daniel Martí · 7 years ago
  47. 821b04d path: remove filename mentions from pattern godocs by Daniel Martí · 7 years ago
  48. d691a31 path: add example for Match by Jeff Dupont · 8 years ago
  49. d153df8 all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" by Marvin Stenger · 7 years ago
  50. 66c03d3 path/filepath: re-implement windows EvalSymlinks by Alex Brainman · 8 years ago
  51. 97590ae path/filepath: add example for Walk by Jean-Francois Cantin · 7 years ago
  52. d2826d3 all: prefer strings.LastIndexByte over strings.LastIndex by Marvin Stenger · 7 years ago
  53. 5db7572 path/filepath: ensure Walk report unreadable directories once by Wei Congrui · 7 years ago
  54. 7739b8a path/filepath: simplify TestEvalSymlinks by Alex Brainman · 8 years ago
  55. eb2dc3d all: remove strings.Contains check around Replace by Daniel Martí · 7 years ago
  56. a323656 path: add path.Dir example with trailing slash by Mayank Kumar · 8 years ago
  57. e11fd00 path/filepath: add example for Ext by Kevin Burke · 8 years ago
  58. 827be89 path/filepath: fix TestGlobError by Dominik Honnef · 8 years ago
  59. 2f7fbf8 path, path/filepath: clarify and cross-reference packages by Brad Fitzpatrick · 8 years ago
  60. 84a5143 path: add examples by Mark Harrison · 8 years ago
  61. 1989921 os: do not report ModeDir for symlinks on windows by Alex Brainman · 8 years ago
  62. 516e6f6 all: remove some unused parameters in test code by Daniel Martí · 8 years ago
  63. acc1f47 path/filepath: add test to walk symlink by Alex Brainman · 8 years ago
  64. 61bf0d1 path/filepath: add test for directory junction walk by Alex Brainman · 8 years ago
  65. 2ceeb7b path/filepath: fix TestWinSplitListTestsAreValid on some systems by Remi Gillig · 8 years ago
  66. 34b455d path/filepath: ignore dot for Dir(`\\server\share`) by Yasuhiro Matsumoto · 8 years ago
  67. 067bab0 all: fix misspellings by shawnps · 8 years ago
  68. 1106512 path/filepath: deprecate HasPrefix by Joe Tsai · 8 years ago
  69. 7465bfb path: document that filepath is recommended to manipulate filename paths by Jaana Burcu Dogan · 8 years ago
  70. 8f91865 path/filepath: fix Abs on Windows by Zev Goldstein · 8 years ago
  71. 643c6b3 path/filepath: make TestToNorm robust by Hiroshi Ioka · 8 years ago
  72. 7e9f420 test: delete bugs directory by Josh Bleecher Snyder · 8 years ago
  73. 452bbfc path/filepath: fix match of \\?\c:\* on Windows by Russ Cox · 8 years ago
  74. 0e7f970 path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) on windows by Hiroshi Ioka · 8 years ago
  75. ad50408 path/filepath: simplify TestToNorm by Hiroshi Ioka · 8 years ago
  76. b65cdc2 path/filepath: add a test case for EvalSymlinks error by Hiroshi Ioka · 9 years ago
  77. 6597bcb path/filepath: remove unneeded doc statement for SplitList by Dmitri Shuralyov · 9 years ago
  78. 199b17c path/filepath: handle "C:." correctly in EvalSymlinks on Windows by Hiroshi Ioka · 9 years ago
  79. 0318d80 path/filepath: use new style deprecation message by Jaana Burcu Dogan · 9 years ago
  80. 7722d0f path/filepath: handle ".." in normalizing a path on Windows by Hiroshi Ioka · 9 years ago
  81. 157fc45 path/filepath: don't return SkipDir at top by Ian Lance Taylor · 9 years ago
  82. 03723c9 path/filepath: use testenv.MustHaveSymlink to simplify symlink tests by Hiroshi Ioka · 9 years ago
  83. df7c159 path/filepath: fix typo in comment by Ian Lance Taylor · 9 years ago
  84. 9447712 path/filepath: document Clean behavior for each function by Ian Lance Taylor · 9 years ago
  85. d2c92f8 path/filepath: prevent infinite recursion on Windows on UNC input by Josh Bleecher Snyder · 9 years ago
  86. 99d29d5 path/filepath: fix globbing of c:\*dir\... pattern by Alex Brainman · 9 years ago
  87. 683917a all: use bytes.Equal, bytes.Contains and strings.Contains, again by Dominik Honnef · 9 years ago
  88. c4dda7e path/filepath: normalize output of EvalSymlinks on windows by Hiroshi Ioka · 9 years ago
  89. 1f7e55e path, path/filepath: add Join example with joined rooted path by Russ Cox · 9 years ago
  90. 9804737 path/filepath: use fsutil with TestEvalSymlinksCanonicalNames by Alex Brainman · 9 years ago
  91. 55567d3 path: fix up bizarre test by Rob Pike · 9 years ago
  92. 1d40e2b Rewrite leftover references to plan9.bell-labs.com to 9p.io. by Muhammed Uluyol · 9 years ago
  93. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  94. fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
  95. 58ec583 all: fix typos by Shawn Smith · 9 years ago
  96. b04f3b0 all: replace strings.Index with strings.Contains where possible by Nathan VanBenschoten · 9 years ago
  97. 3540376 path/filepath: include test number in TestIssue13582 output by Alex Brainman · 9 years ago
  98. 61eb705 path/filepath: keep walking if EvalSymlinks returns symlink by Alex Brainman · 9 years ago
  99. 2fb931d path/filepath: remove code working around Join bug by Alex Brainman · 9 years ago
  100. 51a112f path/filepath: handle c: as first parameter in Join properly by Alex Brainman · 9 years ago