| Age | Commit message (Expand) | Author | Lines |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -7/+7 |
| 2013-06-05 | just use TLS interner | John Clements | -6/+6 |
| 2013-06-05 | change to newer macro escape mechanism, using uints in more places | John Clements | -0/+7 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -8/+13 |
| 2013-06-04 | libsyntax: Remove `pub impl` from the language | Patrick Walton | -5/+4 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -25/+52 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -113/+106 |
| 2013-05-31 | auto merge of #6833 : fdr/rust/fix-warnings, r=Aatch | bors | -1/+0 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -1/+0 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -56/+51 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-29 | libsyntax: Stop parsing mutable fields | Patrick Walton | -6/+4 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -3/+3 |
| 2013-05-25 | auto merge of #6722 : alexcrichton/rust/issue-4219-no-merge-hack, r=brson | bors | -34/+1 |
| 2013-05-25 | Use an enum for keywords and intern them to improve parser performance | Björn Steinbrink | -111/+105 |
| 2013-05-24 | Remove the #[merge] hack from the parser | Alex Crichton | -34/+1 |
| 2013-05-23 | cleanup warnings from libsyntax | Erick Tryzelaar | -3/+3 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-22 | Fix #6342 | Jihyun Yu | -4/+9 |
| 2013-05-21 | Correct span for expr_vec | Seo Sanghyeon | -1/+1 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -25/+25 |
| 2013-05-20 | detect unused attrs in one more place, allow parsing to continue for all | John Clements | -24/+37 |
| 2013-05-20 | parser comment | John Clements | -0/+1 |
| 2013-05-19 | Fix many warnings. | Steve Klabnik | -2/+2 |
| 2013-05-16 | Add BuiltinBounds to closure type: parse and handle subtyping, | Niko Matsakis | -10/+13 |
| 2013-05-15 | auto merge of #6499 : dotdash/rust/static_keywords, r=thestinger | bors | -102/+102 |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -2/+2 |
| 2013-05-15 | Allow static strings to be used with keyword checks | Björn Steinbrink | -102/+102 |
| 2013-05-14 | rustc: rename ast::self_ty and related fields to explicit_self | Erick Tryzelaar | -18/+18 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -2/+2 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -1/+1 |
| 2013-05-14 | syntax: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -18/+21 |
| 2013-05-12 | libsyntax: Tighten up expressions in patterns to only allow identifiers or li... | Patrick Walton | -3/+30 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -34/+31 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -6/+11 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -4/+6 |
| 2013-05-09 | back-ticks | Lenny222 | -1/+1 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -9/+6 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -4/+4 |
| 2013-05-07 | auto merge of #6245 : youknowone/rust/match-range-static, r=graydon | bors | -2/+8 |
| 2013-05-06 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -2/+2 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -137/+59 |
| 2013-05-05 | auto merge of #6208 : sanxiyn/rust/accurate-span, r=sanxiyn | bors | -2/+2 |
| 2013-05-05 | Allow non-literal static range pattern for match arms | Jeong YunWon | -2/+8 |
| 2013-05-03 | syntax: Warning police | Tim Chevalier | -3/+3 |
| 2013-05-03 | More accurate spans | Seo Sanghyeon | -2/+2 |
| 2013-05-03 | Use static strings | Jeong YunWon | -38/+31 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -11/+0 |
| 2013-05-01 | syntax: fix up dynamic borrow errors in libsyntax | Niko Matsakis | -8/+8 |
| 2013-05-01 | auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton | bors | -85/+25 |