| Age | Commit message (Expand) | Author | Lines |
| 2014-10-28 | Fix example for BufferedReader | Steve Klabnik | -4/+3 |
| 2014-10-20 | Optimize BufferedReader::read for large buffers. | Julian Orth | -2/+11 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -3/+3 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -7/+7 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -7/+7 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -7/+7 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -5/+5 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -1/+1 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -1/+1 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -24/+38 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-06 | Use byte literals in libstd | nham | -7/+7 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -2/+2 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -6/+6 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -6/+6 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-15 | std: Modify TempDir to not fail on drop. Closes #12628 | Brian Anderson | -1/+20 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -6/+7 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -3/+3 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -2/+2 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -7/+7 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -4/+4 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -4/+4 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -10/+10 |
| 2014-03-24 | auto merge of #13049 : alexcrichton/rust/io-fill, r=huonw | bors | -3/+3 |
| 2014-03-22 | Some cleanup in std::io::buffered | Steven Fackler | -15/+24 |
| 2014-03-22 | std: Add an I/O reader method to fill a buffer | Alex Crichton | -3/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -6/+6 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -5/+5 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -2/+2 |
| 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 | -21/+21 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -6/+6 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 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-09 | std::io: Add `Chars` iterator for Buffer. | gifnksm | -0/+10 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -7/+6 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -50/+55 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -37/+43 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -1/+1 |
| 2014-01-21 | [std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behavior | Simon Sapin | -1/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -54/+64 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -25/+8 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -64/+80 |