| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -5/+5 |
| 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 |
| 2014-01-14 | Mark LineIterator as public so its docs get generated. | a_m0d | -1/+1 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -3/+3 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -22/+0 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -27/+0 |
| 2014-01-08 | Robustly read remaining bytes in a character | Alex Crichton | -3/+9 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -5/+5 |
| 2014-01-04 | auto merge of #11310 : Dretch/rust/write_char, r=alexcrichton | bors | -0/+8 |
| 2014-01-04 | auto merge of #11271 : adridu59/rust/patch-io, r=huonw | bors | -21/+45 |
| 2014-01-04 | Restore Writer.write_char, see #10861. | Gareth Smith | -0/+8 |
| 2014-01-04 | std: io: add some code examples | Adrien Tétar | -21/+45 |
| 2014-01-03 | Add read_to_str and write_{str, line} | Alex Crichton | -24/+53 |
| 2014-01-01 | Don't leave lingering files in doc tests | Alex Crichton | -0/+2 |
| 2013-12-24 | rustuv: Get all tests passing again after refactor | Alex Crichton | -3/+2 |
| 2013-12-24 | std: Get stdtest all passing again | Alex Crichton | -0/+4 |
| 2013-12-24 | native: Introduce libnative | Alex Crichton | -5/+0 |
| 2013-12-23 | Fixing more doc tests | Alex Crichton | -1/+7 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -1/+17 |
| 2013-12-20 | auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichton | bors | -3/+3 |
| 2013-12-20 | doc: forward-port the conditions tutorial + fixup libstd example | Adrien Tétar | -3/+3 |
| 2013-12-19 | Get comm_adapters building again | Alex Crichton | -0/+3 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -3/+0 |
| 2013-12-15 | auto merge of #10984 : huonw/rust/clean-raw, r=cmr | bors | -2/+2 |
| 2013-12-15 | Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}. | Huon Wilson | -2/+2 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -3/+3 |
| 2013-12-13 | auto merge of #10895 : sfackler/rust/io-util, r=alexcrichton | bors | -0/+3 |
| 2013-12-11 | Add std::io::util | Steven Fackler | -0/+3 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -5/+5 |