| Age | Commit message (Expand) | Author | Lines |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -51/+1 |
| 2014-10-15 | Renamed AsciiStr::to_lower and AsciiStr::to_upper | = | -22/+42 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -1/+1 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -10/+9 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -6/+6 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -2/+2 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-06 | Use byte literals in libstd | nham | -6/+6 |
| 2014-07-29 | Add deprecated aliases for the old {Owned,}StrAsciiExt trait names. | Simon Sapin | -0/+7 |
| 2014-07-29 | Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExt | Simon Sapin | -32/+54 |
| 2014-07-29 | Make std::ascii::ASCII_{UPPER,LOWER}_MAP public. | Simon Sapin | -8/+8 |
| 2014-07-29 | Use byte literals in std::ascii::ASCII_{UPPER,LOWER}_MAP for readability. | Simon Sapin | -24/+32 |
| 2014-07-24 | Remove OwnedStr trait | Adolfo Ochagavía | -1/+1 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+2 |
| 2014-07-21 | Rename to_str to to_string | Steven Fackler | -1/+1 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -11/+10 |
| 2014-07-15 | Deprecate `str::from_char` | Adolfo Ochagavía | -14/+10 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -19/+19 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+2 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -23/+3 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -38/+38 |
| 2014-05-25 | auto merge of #14415 : Sawyer47/rust/ascii-fixme, r=huonw | bors | -5/+2 |
| 2014-05-25 | Fix FIXME #5475 in std::ascii | Piotr Jawniak | -5/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -15/+15 |
| 2014-05-24 | Rename functions in Ascii | Adolfo Ochagavía | -6/+48 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -3/+3 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -2/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -59/+64 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -16/+16 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -1/+1 |
| 2014-05-08 | Handle fallout in std::ascii and std::strconv | Kevin Ballard | -36/+49 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -6/+6 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -27/+31 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -7/+11 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -1/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+2 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -2/+2 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-03-18 | Add impl IntoStr for ::std::vec_ng::Vec<Ascii> | Eunchong Yu | -0/+26 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2014-02-24 | replace manual Hash impls with `#[deriving(Hash)]` | Erick Tryzelaar | -9/+1 |