1. 7781fed io: eliminate full copy of copy loop in CopyN by Russ Cox · 7 years ago
  2. e671a55 io: document and test MultiWriter error behavior by Russ Cox · 7 years ago
  3. af37332 io: fix Pipe regression with differing error types by Joe Tsai · 7 years ago
  4. 060d1a5 io: flatten MultiWriter writers by Michael Fraenkel · 7 years ago
  5. 371eda4 io: simplify pipe implementation by Joe Tsai · 7 years ago
  6. 36e1c7a io: Add benchmarks for CopyN by Albert Nigmatzianov · 7 years ago
  7. 098eb01 io: Improve performance of CopyN by Albert Nigmatzianov · 8 years ago
  8. 1d07ed1 io/ioutil: don't cap buffer size in ReadFile by Bryan C. Mills · 8 years ago
  9. 5e5a1ed io: add example for Pipe by Guilherme Rezende · 8 years ago
  10. 42aec4c io/ioutil: add example for ReadFile by Vitor De Mario · 8 years ago
  11. 0a633c3 io: Add example to io.Seeker's Seek() method. by Greg Poirier · 8 years ago
  12. 7e99ccb io: clarify documentation for io.ByteReader on error values by smasher164 · 8 years ago
  13. 46ecac9 io: correctly compute call depth in test by David Lazar · 8 years ago
  14. 2c1bff6 io/ioutil: make TestTempFile more robust by Mostyn Bramley-Moore · 8 years ago
  15. f395e87 io: fix test when MultiReader is inlined with -l=3 by David Lazar · 8 years ago
  16. d296c32 io: fix PipeWriter.Close to wake up Writes by Kirill Smelkov · 8 years ago
  17. 8c190e5 io: update documentation on LimitedReader by Joe Tsai · 8 years ago
  18. 2912544 io: fix MultiReader panic on nil reader. by Joe Tsai · 8 years ago
  19. 427674f io: clarify Pipe docs by Russ Cox · 8 years ago
  20. 334cbe3 io: simplified a small part of copyBuffer by Anmol Sethi · 8 years ago
  21. ad26bb5 all: use sort.Slice where applicable by Brad Fitzpatrick · 8 years ago
  22. fd975c6 io/ioutil: return better error when TempDir called with non-extant dir by Brad Fitzpatrick · 9 years ago
  23. 614dfe9 io: add test that MultiReader zeros exhausted Readers by Brad Fitzpatrick · 9 years ago
  24. 269ff8e io: make MultiReader nil exhausted Readers for earlier GC by Brad Fitzpatrick · 9 years ago
  25. e8ba80f io: fix comment in test by Brad Fitzpatrick · 9 years ago
  26. 9337267 io: fix infinite loop bug in MultiReader by Brad Fitzpatrick · 9 years ago
  27. b859a78 io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentation by Joe Tsai · 9 years ago
  28. 524956f io: remove SizedReaderAt by Russ Cox · 9 years ago
  29. ccdca83 io: make chained multiReader Read more efficient by andrew werner · 9 years ago
  30. acc757f all: use SeekStart, SeekCurrent, SeekEnd by Joe Tsai · 9 years ago
  31. c9b66bb io: document WriteString calls Write exactly once by Dan Peterson · 9 years ago
  32. 01360a6 io: change the name of ReadAtSizer to SizedReaderAt by Rob Pike · 9 years ago
  33. 7f39f21 io: add ReadAtSizer interface by Brad Fitzpatrick · 9 years ago
  34. acefcb7 io: define SeekStart, SeekCurrent, SeekEnd constants for use with Seeker by Eric Lagergren · 9 years ago
  35. fdba5a7 all: delete dead non-test code by Dominik Honnef · 9 years ago
  36. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  37. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  38. 351c15f all: remove public named return values when useless by Brad Fitzpatrick · 9 years ago
  39. b9b6e86 io/ioutil: add examples to functions by Carlos C · 10 years ago
  40. 11b3dfd io: add examples to functions by Carlos C · 10 years ago
  41. b986e47 io: simplify documentation for ByteReader by Joe Tsai · 9 years ago
  42. dbc7203 io: clarify documentation for Seeker by Joe Tsai · 9 years ago
  43. 9c514e1 io: add WriteString support to MultiWriter by Brad Fitzpatrick · 10 years ago
  44. 8ceaefb io/ioutil: clarify docs for ReadDir sort order. by Nigel Tao · 10 years ago
  45. 643ef15 io: tweak Reader comment by Russ Cox · 10 years ago
  46. 80864cf io: minor improvements to doc comment on WriteString. by David Symonds · 10 years ago
  47. 2c89992 io: add CopyBuffer, a version of Copy in which the user provides a buffer by Rob Pike · 10 years ago
  48. 21e37da io/ioutil: fix locking of the tempfile random state by Marius Nuennerich · 10 years ago
  49. a814c05 io: clarify Copy docs regarding error handling by Péter Surányi · 10 years ago
  50. 09b7f4f io: clarify the behavior of PipeWriter.CloseWithError(nil). by Aaron Jacobs · 10 years ago
  51. 3d2321f io: clarify Reader returning 0, nil by Russ Cox · 11 years ago
  52. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago