| Age | Commit message (Expand) | Author | Lines |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-25 | std: Touch various I/O documentation blocks | Alex Crichton | -2/+0 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -0/+30 |
| 2014-03-22 | std: Add an I/O reader method to fill a buffer | Alex Crichton | -2/+19 |
| 2014-03-20 | std: Rename {push,read}_bytes to {push,read}_exact | Alex Crichton | -7/+8 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -4/+4 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+1 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -19/+10 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -1/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -1/+1 |
| 2014-03-12 | auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichton | bors | -29/+31 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -29/+31 |
| 2014-03-12 | std: allow io::File* structs to be hashable | Erick Tryzelaar | -1/+3 |
| 2014-03-12 | doc: discuss try! in std::io | Peter Marheine | -0/+34 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -1/+1 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -11/+126 |
| 2014-02-26 | auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichton | bors | -14/+0 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -41/+1 |
| 2014-02-23 | auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brson | bors | -1/+1 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -1/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -41/+1 |
| 2014-02-23 | Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added... | zslayton | -14/+0 |
| 2014-02-22 | std: Remove some nonsense from old std::io docs | Brian Anderson | -126/+41 |
| 2014-02-21 | auto merge of #12422 : alexcrichton/rust/buffered-default, r=brson | bors | -7/+4 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -2/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -5/+5 |
| 2014-02-20 | Return a buffered stdin by default. | Alex Crichton | -7/+4 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -1/+1 |
| 2014-02-15 | Create RefReader and RefWriter adaptor structs | Palmer Cox | -0/+33 |
| 2014-02-12 | auto merge of #12204 : alexcrichton/rust/seek, r=pcwalton | bors | -5/+7 |
| 2014-02-11 | Finalize the Seek API | Alex Crichton | -5/+7 |
| 2014-02-11 | std -- replaces uses where const borrows would be required | Niko Matsakis | -17/+25 |
| 2014-02-09 | std::io: Add `Chars` iterator for Buffer. | gifnksm | -0/+35 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -3/+3 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -4/+6 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -149/+138 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -11/+8 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -243/+197 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename OwnedCopyableVector to OwnedCloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -12/+12 |
| 2014-01-25 | auto merge of #11808 : huonw/rust/std-visible-types, r=brson | bors | -1/+1 |
| 2014-01-26 | std,extra: Make some types public and other private. | Huon Wilson | -1/+1 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -9/+9 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -2/+2 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -1/+1 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -11/+11 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -12/+15 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -12/+15 |