| Age | Commit message (Expand) | Author | Lines |
| 2015-01-06 | More test fixes | Alex Crichton | -2/+2 |
| 2015-01-07 | fallout | Nick Cameron | -2/+2 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -1/+1 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -18/+0 |
| 2014-12-29 | rollup merge of #20281: dgiagio/libregex_deprecated_fix1 | Alex Crichton | -9/+10 |
| 2014-12-28 | Fix deprecation warnings on libregex tests | Diego Giagio | -9/+10 |
| 2014-12-28 | Rename TaskRng to ThreadRng | Simonas Kazlauskas | -2/+2 |
| 2014-12-26 | Prevent Regex::new() from panicking when a non-AST item is repeated | Barosl Lee | -0/+1 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -477/+477 |
| 2014-12-06 | libregex: remove unnecessary `as_slice` calls | Jorge Aparicio | -5/+5 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -2/+4 |
| 2014-10-29 | auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturon | bors | -5/+5 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -5/+5 |
| 2014-10-24 | regex: The first range in a character class can start with a left bracket | Piotr Czarnecki | -0/+7 |
| 2014-10-24 | regex: Escaped literals can end ranges | Piotr Czarnecki | -0/+11 |
| 2014-10-24 | regex: Fix control flow in the parser | Piotr Czarnecki | -0/+10 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -1/+1 |
| 2014-08-06 | Use a byte literal in libregex | nham | -1/+1 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+1 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+1 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -1/+1 |
| 2014-07-09 | fix test failures | kwantam | -2/+2 |
| 2014-06-09 | Use phase(plugin) in other crates | Keegan McAllister | -1/+1 |
| 2014-06-03 | Fixes #13843. | Andrew Gallant | -0/+14 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -0/+1 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -4/+5 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-25 | Change regex! macro to expand to a constexpr, allowing to put it in a static | Marvin Löbel | -0/+29 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -12/+14 |
| 2014-05-14 | librand: Remove all uses of `~str` from `librand` | Patrick Walton | -1/+1 |
| 2014-05-14 | libregex: Remove all uses of `~str` from `libregex` | Patrick Walton | -3/+3 |
| 2014-04-30 | regex: remove the use of ~[] & some unnecessary ~'s. | Huon Wilson | -1/+1 |
| 2014-04-25 | Tests for dynamic regexes will now run during 'check-stage2'. | Andrew Gallant | -5/+15 |
| 2014-04-25 | Add a regex crate to the Rust distribution. | Andrew Gallant | -0/+780 |