| Age | Commit message (Expand) | Author | Lines |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -21/+21 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -5/+5 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -1/+2 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-23 | rollup merge of #19194: aturon/stab-ascii | Jakub Bukaj | -9/+60 |
| 2014-11-23 | auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon | bors | -8/+6 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -8/+6 |
| 2014-11-21 | Fallout from deprecation | Aaron Turon | -0/+8 |
| 2014-11-21 | libs: stabilize ascii module | Aaron Turon | -9/+52 |
| 2014-11-20 | Rename remaining Failures to Panic | Subhash Bhushan | -1/+4 |
| 2014-11-16 | Move IntoString to collections::string | Brendan Zabarauskas | -2/+1 |
| 2014-11-16 | Rename IntoStr to IntoString | Brendan Zabarauskas | -2/+2 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -3/+3 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -0/+32 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1/+0 |
| 2014-10-30 | rollup merge of #18397 : aochagavia/ascii | Alex Crichton | -2/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -5/+5 |
| 2014-10-28 | Remove unnecessary clone in ascii.rs | Adolfo Ochagavía | -2/+1 |
| 2014-10-27 | DSTify [T]/str extension traits | Jorge Aparicio | -9/+10 |
| 2014-10-27 | Test fixes and rebase conflicts from rollup | Alex Crichton | -6/+6 |
| 2014-10-27 | Fix undefined behavior in std::ascii | Adolfo Ochagavía | -4/+19 |
| 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 |