| Age | Commit message (Expand) | Author | Lines |
| 2014-12-13 | Deprecate more in-tree libs for crates.io | Alex Crichton | -1/+1 |
| 2014-12-13 | libregex: use unboxed closures | Jorge Aparicio | -2/+3 |
| 2014-12-13 | libregex: fix fallout in doc tests | Jorge Aparicio | -1/+2 |
| 2014-12-13 | libregex: impl Replacer for FnMut(&Captures) -> String implementors | Jorge Aparicio | -2/+2 |
| 2014-12-13 | libregex: fix fallout | Jorge Aparicio | -2/+4 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -2/+12 |
| 2014-12-06 | libregex: remove unnecessary `as_slice` calls | Jorge Aparicio | -9/+9 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -1/+0 |
| 2014-11-26 | rollup merge of #19287: alexcrichton/issue-19272 | Alex Crichton | -3/+3 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -1/+0 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -8/+8 |
| 2014-11-24 | std: Export BinarySearchResult | Alex Crichton | -3/+3 |
| 2014-11-20 | Rename remaining Failures to Panic | Subhash Bhushan | -1/+1 |
| 2014-11-18 | rollup merge of #19038: jayelm/fixed-typos | Jakub Bukaj | -1/+1 |
| 2014-11-17 | Fix several typos in comments | jmu303 | -1/+1 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -1/+14 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -1/+0 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -10/+0 |
| 2014-11-06 | rollup merge of #18695 : steveklabnik/gh17023 | Alex Crichton | -1/+2 |
| 2014-11-06 | link to raw string docs in libregex docs | Steve Klabnik | -1/+2 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -1/+1 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+10 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -2/+4 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -5/+5 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -1/+1 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -9/+9 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -1/+1 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -9/+9 |
| 2014-10-29 | auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturon | bors | -18/+18 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -18/+18 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-24 | regex: The first range in a character class can start with a left bracket | Piotr Czarnecki | -5/+8 |
| 2014-10-24 | regex: Escaped literals can end ranges | Piotr Czarnecki | -6/+28 |
| 2014-10-24 | regex: Fix control flow in the parser | Piotr Czarnecki | -18/+24 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -23/+38 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-09 | regex: Convert statics to constants | Alex Crichton | -23/+38 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -5/+5 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -5/+5 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -5/+5 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -1/+1 |
| 2014-09-24 | auto merge of #17438 : alexcrichton/rust/string-stable, r=aturon | bors | -4/+5 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -4/+5 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -4/+1 |