| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -4/+4 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -33/+33 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -4/+4 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -4/+4 |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -79/+115 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -2/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -14/+25 |
| 2014-09-04 | Print file permissions with 4 digits. | Jonas Hietala | -1/+1 |
| 2014-09-03 | Print file permissions in octal form. | Jonas Hietala | -1/+1 |
| 2014-08-18 | Explain EOF behavior in File.eof(). | Steve Klabnik | -1/+6 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-08 | auto merge of #16336 : retep998/rust/master, r=brson | bors | -4/+5 |
| 2014-08-07 | windows: Fix several tests on 64-bit. | Peter Atashian | -4/+5 |
| 2014-08-06 | Use byte literals in libstd | nham | -2/+2 |
| 2014-08-02 | native: Fix utime() for windows | Alex Crichton | -6/+4 |
| 2014-07-30 | auto merge of #15915 : erickt/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -1/+1 |
| 2014-07-29 | doc: add missing word | Tshepang Lekhonkhobe | -1/+1 |
| 2014-07-28 | Fix some of the documentation std::io::fs. | nham | -22/+20 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo OchagavĂa | -2/+2 |
| 2014-07-14 | std: Make unlink() more consistent | Alex Crichton | -5/+43 |
| 2014-07-13 | auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton | bors | -1/+1 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-11 | libc: Switch open to use a mode_t on unix | Alex Crichton | -1/+6 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -2/+2 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -15/+15 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-06-13 | Rolling up PRs in the queue | Alex Crichton | -2/+6 |
| 2014-06-13 | std: Rebase better errors on master | Alex Crichton | -7/+11 |
| 2014-06-13 | Improve error messages for io::fs | Yehuda Katz | -56/+201 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -9/+8 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -33/+112 |
| 2014-06-06 | rtio: Remove usage of `Path` | Alex Crichton | -2/+6 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -5/+4 |
| 2014-05-25 | libstd: Remove unnecessary re-exports under std::std | Kevin Ballard | -2/+2 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -5/+4 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -5/+7 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -6/+14 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -3/+4 |
| 2014-05-05 | Change std::io::FilePermission to a typesafe representation | Aaron Turon | -3/+3 |
| 2014-04-30 | native: Always open a file with Open/Write modes | Alex Crichton | -0/+20 |