| Age | Commit message (Expand) | Author | Lines |
| 2014-06-17 | Add br##"xx"## raw byte string literals. | Simon Sapin | -0/+1 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -1/+2 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -1/+2 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -2/+3 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -37/+4 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -2/+5 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -55/+102 |
| 2014-06-13 | syntax: parse outer attributes in `quote_item!` calls. | Huon Wilson | -0/+5 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -51/+86 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -1/+1 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -4/+34 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -4/+34 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -6/+7 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -2/+2 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -117/+124 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -13/+71 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | libsyntax: Fix snake_case errors. | Kevin Butler | -41/+37 |
| 2014-05-30 | auto merge of #14517 : lucy/rust/issue-14499, r=alexcrichton | bors | -1/+1 |
| 2014-05-29 | auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton | bors | -3/+3 |
| 2014-05-29 | syntax: Fix span on illegal ABI errors | lucy | -1/+1 |
| 2014-05-28 | Parse macros in patterns | Keegan McAllister | -7/+20 |
| 2014-05-27 | Rename PatUniq to PatBox. Fixes part of #13910. | Ahmed Charles | -3/+3 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -4/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -3/+3 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-26 | syntax: Add a source field to `Local` for tracking if it comes from `let`s or... | Huon Wilson | -1/+2 |
| 2014-05-25 | Allow $foo:block nonterminals in expression position | Kevin Ballard | -7/+11 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -10/+10 |
| 2014-05-23 | Improve error message for lifetimes after type params. | Kevin Butler | -1/+13 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -127/+13 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -127/+13 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+4 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -3/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -51/+76 |
| 2014-05-20 | syntax: Parse global paths in patterns | Alex Crichton | -1/+1 |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -6/+44 |
| 2014-05-13 | syntax: Fix parsing << with closure types | Alex Crichton | -6/+54 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -3/+0 |
| 2014-05-12 | Cleanup some ugly variable names, now that we have `let`-hygiene. | Paul Stansifer | -14/+14 |
| 2014-05-12 | Add some long-overdue documentation on the INTERPOLATED helper macros. | Paul Stansifer | -1/+6 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -6/+0 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -7/+13 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -14/+24 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -5/+21 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -6/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -5/+21 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -14/+24 |