| Age | Commit message (Expand) | Author | Lines |
| 2014-03-20 | std: Rename {push,read}_bytes to {push,read}_exact | Alex Crichton | -18/+19 |
| 2014-03-20 | auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestinger | bors | -1/+7 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -28/+28 |
| 2014-03-19 | std: io: flush stdout on stdin read from tty | Corey Richardson | -1/+7 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -9/+4 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -19/+103 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+18 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+18 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -288/+246 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -288/+246 |
| 2014-03-13 | auto merge of #12573 : lbonn/rust/unrecurs, r=alexcrichton | bors | -11/+85 |
| 2014-03-12 | auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichton | bors | -46/+53 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -46/+53 |
| 2014-03-12 | std: allow io::File* structs to be hashable | Erick Tryzelaar | -1/+3 |
| 2014-03-12 | Remove remaining nolink usages.(fixes #12810) | lpy | -1/+0 |
| 2014-03-12 | doc: discuss try! in std::io | Peter Marheine | -0/+34 |
| 2014-03-12 | Remove the dependence of std::io::test on rand. | Huon Wilson | -4/+11 |
| 2014-03-10 | fs: units tests for mkdir_recusive and rmdir_recursive | Laurent Bonnans | -0/+26 |
| 2014-03-10 | fs: use an iterative algorithm for 'rmdir_recursive' | Laurent Bonnans | -8/+41 |
| 2014-03-10 | fs: use an iterative algorithm for 'mkdir_recursive' | Laurent Bonnans | -3/+18 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -4/+4 |
| 2014-03-04 | Rename struct fields with uppercase characters in their names to use lowercase | Palmer Cox | -4/+4 |
| 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 |