[go: up one dir, main page]

  1. 7873623 io/fs: add examples for Glob,ReadFile and ValidPath by cuishuang · 5 months ago
  2. ad04342 fs: clarify documentation for ReadDir method by Matthew Burton · 6 months ago
  3. 586e205 std: add //go:fix inline directives to some deprecated functions by Alan Donovan · 8 months ago
  4. e4b12eb io: use runtime.AddCleanup instead of runtime.SetFinalizer by Carlos Amedee · 10 months ago
  5. f7b8dd9 io/fs: add ReadLinkFS interface by Roxy Light · 1 year, 3 months ago
  6. 3b94c35 io: simplify tests by removing redundant statements by Oleksandr Redko · 11 months ago
  7. d92e8fe io/fs: clarify that "." may only be used for root by Ian Lance Taylor · 11 months ago
  8. 1a955f5 io/fs: document need to call File.Close by Sean Liao · 1 year ago
  9. a00195d all: use t.Chdir in tests by Kir Kolyshkin · 2 years, 1 month ago
  10. 2247afc go,internal,io,mime: use slices and maps to clean tests by apocelipes · 1 year, 3 months ago
  11. b43d6c5 io: add test for Pipe constructor allocations by Cuong Manh Le · 1 year, 5 months ago
  12. b0b1d42 all: change from sort functions to slices functions where feasible by Ian Lance Taylor · 1 year, 5 months ago
  13. 709d6d5 io/fs: use slices.Contains by qiulaidongfeng · 1 year, 5 months ago
  14. beea7c1 io: fix typo inside copyBuffer by Chemaclass · 1 year, 6 months ago
  15. 80157f4 io: close PipeReader in test by guoguangwu · 1 year, 7 months ago
  16. bf821f6 io/fs: set ErrInvalid for FS.Open from SubFS when it fails ValidPath by Andy Pan · 1 year, 8 months ago
  17. b44f637 io/fs: godoc links to testing/fstest by Olivier Mengué · 2 years ago
  18. 821f941 io/fs,path/filepath: fix typo in SkipAll/SkipDir doc by Roger Peppe · 1 year, 9 months ago
  19. d961b12 io/fs, os: unify PathError.Path for dirFS.{ReadFile, ReadDir} by Jes Cok · 1 year, 11 months ago
  20. 345f6cd io: add available godoc link by cui fliter · 2 years ago
  21. a5943e9 io/fs: add godoc links by Olivier Mengué · 2 years ago
  22. 1ce8a3f io: add (*SectionReader).Outer() by Carlo Alberto Ferraris · 2 years, 1 month ago
  23. 5f04ef7 io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntry by mstmdev · 2 years, 1 month ago
  24. 56076c3 io: reduce allocations in Pipe constructor by Joe Tsai · 2 years, 7 months ago
  25. 088f953 all: add a few more godoc links by Daniel Martí · 2 years, 3 months ago
  26. 460dc37 io: remove manual SectionReader.Size in SectionReader.ReadAt by Jorropo · 2 years, 4 months ago
  27. 1ff8900 io: clarify that Read(nil) can return 0, EOF by Ian Lance Taylor · 2 years, 5 months ago
  28. aeb0644 io: prevent seeking to position prior to offsetwrite.base by Jabar Asadi · 2 years, 5 months ago
  29. 1596aee all: add String for fs.{FileInfo,DirEntry} implementations by Ian Lance Taylor · 2 years, 5 months ago
  30. 72ba919 io/fs: add FormatFileInfo and FormatDirEntry functions by Ian Lance Taylor · 2 years, 6 months ago
  31. 0d699b6 io: ReadAll: do not check for realloc in first round by Olivier Mengué · 2 years, 6 months ago
  32. 319b75e all: add wasip1 support by Johan Brandhorst-Satzkorn · 2 years, 7 months ago
  33. dfe4591 io/ioutil: add doc links for deprecated function by Shengyu Zhang · 2 years, 8 months ago
  34. b146d76 Revert "io: detect Writers that access io.Copy's buffer after returning" by Damien Neil · 2 years, 8 months ago
  35. 5c5f8dc io: detect Writers that access io.Copy's buffer after returning by Damien Neil · 2 years, 8 months ago
  36. b02d5d3 Revert "io: allocate copy buffers from a pool" by Damien Neil · 2 years, 8 months ago
  37. 7d7fd6d io: allocate copy buffers from a pool by Damien Neil · 2 years, 10 months ago
  38. c13ce29 io/fs: clean up test helper functions by Tobias Klauser · 2 years, 11 months ago
  39. 7c47c97 io: use strings.Builder by cuiweixie · 3 years, 1 month ago
  40. 95a786d path/filepath, io/fs: add SkipAll by Paschalis Tsilias · 4 years ago
  41. dc8e2a6 io: add OffsetWriter, NewOffsetWriter by hopehook · 3 years, 5 months ago
  42. fa2d41d io/fs: fix stack exhaustion in Glob by Julie Qiu · 3 years, 4 months ago
  43. 3b594b9 io: clarify SeekEnd offset value by HowJMay · 3 years, 4 months ago
  44. f8a53df io: revert: add an Err field to LimitedReader by Russ Cox · 3 years, 4 months ago
  45. 946b4ba all: gofmt main repo by Russ Cox · 3 years, 5 months ago
  46. 20db15c all: fix spelling by John Bampton · 3 years, 5 months ago
  47. aedf298 io/fs: document requirement that ReadDir return an unwrapped io.EOF by Damien Neil · 4 years, 3 months ago
  48. fd6ef06 io: add an Err field to LimitedReader by Carl Johnson · 3 years, 7 months ago
  49. 0537a74 io: NopCloser forward WriterTo implementations if the reader supports it by Jorropo · 3 years, 5 months ago
  50. e042808 io/ioutil: provide an equivalent for the deprecated ReadDir by Daniel Martí · 3 years, 6 months ago
  51. 690ac40 all: remove trailing blank doc comment lines by Russ Cox · 3 years, 9 months ago
  52. 460fd63 io/fs, path/filepath: honor SkipDir on second WalkDirFunc error call by Ian Lance Taylor · 3 years, 7 months ago
  53. a208aa7 io/ioutil: add deprecation markers to ioutil by Jeff Widman · 3 years, 7 months ago
  54. 079a027 io: add WriterTo to MultiReader by Jorropo · 3 years, 7 months ago
  55. 2580d0e all: gofmt -w -r 'interface{} -> any' src by Russ Cox · 3 years, 11 months ago
  56. 8ce1a95 io: add error check to TeeReader Example by jiahua wang · 4 years ago
  57. 2c7cdec io: remove UTF8 specified document for RuneReader by Meng Zhuo · 4 years ago
  58. 7eb0dd2 io: add examples for (*SectionReader) Read/Size by jiahua wang · 4 years, 1 month ago
  59. e301b2f io: update ByteScanner and RuneScanner docs to match long-standing implementations by Bryan C. Mills · 4 years, 1 month ago
  60. 12e8ffc io: avoid integer overflow in NewSectionReader by Ian Lance Taylor · 4 years, 1 month ago
  61. 1537f14 io: fix spelling in documentation by jiahua wang · 4 years, 1 month ago
  62. 051df0d io: fix spelling in documentation for writerFunc by jiahua wang · 4 years, 1 month ago
  63. 39e08c6 io: relax documented Seeker invariants that do not hold in practice by Bryan C. Mills · 4 years, 1 month ago
  64. 3bdc179 io: unexport internal methods by Roger Peppe · 4 years, 2 months ago
  65. 8a7ee4c io/fs: don't use absolute path in DirEntry.Name doc by Ian Lance Taylor · 4 years, 2 months ago
  66. 4f572d7 io/fs: minor corrections to Sub docs by Ian Lance Taylor · 4 years, 8 months ago
  67. 831573c io/fs: added an example for io/fs.WalkDir by Adam Mitha · 4 years, 5 months ago
  68. 35806ef io/fs: document that caller can modify slice returned by ReadFile by Ian Lance Taylor · 4 years, 6 months ago
  69. 971c715 io/fs: implement subFS.Sub by Drew Richardson · 4 years, 6 months ago
  70. 374b190 io/fs: implement FileInfoToDirEntry by Michel Levieux · 4 years, 8 months ago
  71. dc289d3 io: fix spelling in documentation for io.Discard by Simão Gomes Viana · 4 years, 7 months ago
  72. dcc96e4 io/ioutil: use correct Go version in redirection comments by Ian Lance Taylor · 4 years, 7 months ago
  73. 1767d2c io/fs: use testing.T.TempDir in TestWalkDir by Tobias Klauser · 4 years, 7 months ago
  74. 8336c31 io: add error check to WriteString Example test by JulianChu · 4 years, 7 months ago
  75. bbf7979 io/fs: clarify additional File interface docs by Josh Bleecher Snyder · 4 years, 8 months ago
  76. 07c6583 io/ioutil: forward TempFile and TempDir to os package by Ian Lance Taylor · 4 years, 9 months ago
  77. 08543f0 ios/fs: mention f.dir in (*subFS).fixErr godoc by Tobias Klauser · 4 years, 8 months ago
  78. e5b08e6 io/fs: allow backslash in ValidPath, reject in os.DirFS.Open by Russ Cox · 4 years, 8 months ago
  79. cea4e21 io/fs: backslash is always a glob meta character by Ian Lance Taylor · 4 years, 8 months ago
  80. b54cd94 embed, io/fs: clarify that leading and trailing slashes are disallowed by Jay Conrod · 4 years, 8 months ago
  81. 25c39e4 io/ioutil: fix example test for WriteFile to allow it to run in the playground by Pantonshire · 4 years, 9 months ago
  82. c6513bc io/fs: minor corrections to Glob doc by Ian Lance Taylor · 4 years, 9 months ago
  83. ee4d322 io/fs: minor corrections to Glob release date by Meng Zhuo · 4 years, 9 months ago
  84. 091414b io/fs: correct WalkDirFunc documentation by Ian Lance Taylor · 4 years, 9 months ago
  85. 95ce805 io/fs: remove darwin/arm64 special condition by Cherry Zhang · 4 years, 10 months ago
  86. 4fd9455 io/fs: fix typo in comment by xinlingchao · 4 years, 10 months ago
  87. 278b9a8 io/fs: fix package reference in FS godoc by Tobias Klauser · 4 years, 10 months ago
  88. 7ad6596 io/fs: fix Sub method error text by Russ Cox · 4 years, 10 months ago
  89. 478bde3 io/fs: add Sub by Russ Cox · 4 years, 11 months ago
  90. 3d913a9 os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDir) from io/ioutil by Russ Cox · 5 years ago
  91. f3ce010 io/fs: make WalkDirFunc parameter name consistent with doc comment by fzipp · 5 years ago
  92. c906608 io/fs: fix reference to WalkFunc by Russ Cox · 5 years ago
  93. 362d25f io/fs: add WalkDir by Russ Cox · 5 years ago
  94. b5ddc42 io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob by Russ Cox · 5 years ago
  95. 1b09d43 all: update references to symbols moved from io/ioutil to io by Russ Cox · 5 years ago
  96. cb0a0f5 io: adopt Discard, NopCloser, ReadAll from io/ioutil by Russ Cox · 5 years ago
  97. b64202b io/fs: add Glob and GlobFS by Russ Cox · 5 years ago
  98. 7a131ac io/fs: add ReadDir and ReadDirFS by Russ Cox · 5 years ago
  99. 10a1a1a io/fs: add Stat and StatFS by Russ Cox · 5 years ago
  100. f098ccf io/fs: add ReadFile and ReadFileFS by Russ Cox · 5 years ago