| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -22/+10 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -2/+2 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -0/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -10/+5 |
| 2014-05-04 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -5/+5 |
| 2014-05-01 | remove leftover obsolete string literals | Daniel Micay | -1/+1 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -0/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -5/+6 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -1/+1 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -8/+9 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -3/+3 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -3/+3 |
| 2014-04-06 | rustc: remove ty_unboxed_vec. | Eduard Burtescu | -9/+0 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -5/+5 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -1/+1 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -8/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -50/+50 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -5/+4 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -1/+2 |
| 2014-02-13 | Register new snapshots | Alex Crichton | -4/+0 |
| 2014-02-12 | Removed ty_type (previously used to represent *tydesc). | Eduard Burtescu | -0/+3 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -1/+1 |
| 2014-02-04 | Register new snapshots | Alex Crichton | -4/+0 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -88/+118 |
| 2014-02-02 | std,extra: remove use of & support for @[]. | Huon Wilson | -6/+0 |
| 2014-02-02 | libextra: Remove `@str` from all the libraries | Patrick Walton | -5/+1 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -8/+2 |
| 2014-01-22 | Replace C types with Rust types in libstd, closes #7313 | Florian Hahn | -14/+13 |
| 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::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -3/+3 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -2/+2 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -2/+2 |
| 2014-01-15 | register snapshots | Daniel Micay | -17/+0 |
| 2014-01-14 | remove reference counting headers from ~ | Daniel Micay | -0/+2 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -0/+1 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -4/+2 |
| 2014-01-03 | libstd: Remove all support code related to `@mut` | Patrick Walton | -3/+0 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -5/+5 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |