| Age | Commit message (Expand) | Author | Lines |
| 2015-01-23 | regex: Remove in-tree version | Alex Crichton | -1087/+0 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -1/+2 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -1/+2 |
| 2015-01-19 | remove unnecessary parentheses from range notation | Jorge Aparicio | -1/+1 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -52/+51 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -13/+13 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -13/+13 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -28/+29 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -4/+4 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -4/+3 |
| 2014-12-29 | std: Second pass stabilization for `string` | Alex Crichton | -3/+3 |
| 2014-12-26 | Prevent Regex::new() from panicking when a non-AST item is repeated | Barosl Lee | -3/+4 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -30/+27 |
| 2014-12-19 | libregex: use `#[deriving(Copy)]` | Jorge Aparicio | -3/+1 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -12/+14 |
| 2014-12-13 | libregex: use tuple indexing | Jorge Aparicio | -1/+1 |
| 2014-12-13 | libregex: use unboxed closures | Jorge Aparicio | -2/+3 |
| 2014-12-13 | libregex: fix fallout | Jorge Aparicio | -2/+3 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+2 |
| 2014-12-06 | libregex: remove unnecessary `as_slice` calls | Jorge Aparicio | -3/+3 |
| 2014-11-24 | std: Export BinarySearchResult | Alex Crichton | -3/+3 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+5 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -10/+0 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+10 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -1/+1 |
| 2014-10-29 | auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturon | bors | -7/+7 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -7/+7 |
| 2014-10-24 | regex: The first range in a character class can start with a left bracket | Piotr Czarnecki | -5/+1 |
| 2014-10-24 | regex: Escaped literals can end ranges | Piotr Czarnecki | -6/+17 |
| 2014-10-24 | regex: Fix control flow in the parser | Piotr Czarnecki | -18/+14 |
| 2014-10-09 | regex: Convert statics to constants | Alex Crichton | -22/+37 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -2/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -5/+5 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -13/+13 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -3/+3 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -3/+3 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -4/+5 |
| 2014-07-23 | collections: Deprecate shift/unshift | Brian Anderson | -1/+1 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -5/+5 |
| 2014-07-15 | Fix errors | Adolfo OchagavĂa | -1/+0 |
| 2014-07-15 | Deprecate `str::from_chars` | Adolfo OchagavĂa | -2/+2 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -0/+1062 |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -1030/+0 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-14 | libregex: Remove all uses of `~str` from `libregex` | Patrick Walton | -17/+17 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -10/+10 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -2/+4 |
| 2014-04-30 | regex: remove the use of ~[] & some unnecessary ~'s. | Huon Wilson | -58/+58 |