| Age | Commit message (Expand) | Author | Lines |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -2/+2 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -5/+29 |
| 2014-03-01 | std: Flush when buffered writers are dropped | Alex Crichton | -14/+25 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -38/+38 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -33/+188 |
| 2014-02-27 | rustc: Use libnative for the compiler | Alex Crichton | -1/+1 |
| 2014-02-27 | std: Small cleanup and test improvement | Alex Crichton | -150/+176 |
| 2014-02-26 | auto merge of #12490 : zslayton/rust/doc-fix-12386, r=alexcrichton | bors | -19/+9 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -1/+0 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -1/+0 |
| 2014-02-24 | windows: Fix the test_exists unit test | Alex Crichton | -2/+5 |
| 2014-02-24 | Correctly ignore some tests on windows | Alex Crichton | -6/+4 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -54/+15 |
| 2014-02-23 | auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brson | bors | -79/+522 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -79/+522 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -54/+15 |
| 2014-02-23 | Merge remote-tracking branch 'brson/iodoc' | Brian Anderson | -126/+41 |
| 2014-02-23 | Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added... | zslayton | -19/+9 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -15/+3 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -8/+13 |
| 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 | -10/+20 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -2/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -27/+27 |
| 2014-02-20 | Return a buffered stdin by default. | Alex Crichton | -10/+20 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -2/+4 |
| 2014-02-18 | auto merge of #12345 : huonw/rust/speeling, r=cmr | bors | -1/+1 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -1/+1 |
| 2014-02-16 | Implement named pipes for windows, touch up unix | Alex Crichton | -42/+61 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -23/+106 |
| 2014-02-15 | auto merge of #12299 : sfackler/rust/limit-return, r=alexcrichton | bors | -2/+24 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -9/+21 |
| 2014-02-15 | Add a method to LimitReader to return the limit | Steven Fackler | -2/+24 |
| 2014-02-15 | auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonw | bors | -6/+4 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -6/+4 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -9/+21 |
| 2014-02-15 | Update LimitReader to take the Reader to wrap by value | Palmer Cox | -7/+8 |
| 2014-02-15 | Create RefReader and RefWriter adaptor structs | Palmer Cox | -0/+33 |
| 2014-02-14 | extra: Capture stdout/stderr of tests by default | Alex Crichton | -0/+6 |
| 2014-02-14 | return value/use extra::test::black_box in benchmarks | lpy | -2/+2 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -2/+2 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -3/+4 |
| 2014-02-12 | auto merge of #12204 : alexcrichton/rust/seek, r=pcwalton | bors | -31/+80 |
| 2014-02-11 | Finalize the Seek API | Alex Crichton | -31/+80 |
| 2014-02-11 | Test fixes and rebase conflicts | Alex Crichton | -4/+4 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -3/+3 |
| 2014-02-11 | io -- introduce local to avoid conflicting borrow | Niko Matsakis | -1/+2 |
| 2014-02-11 | std -- replaces uses where const borrows would be required | Niko Matsakis | -17/+25 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -5/+4 |