| Age | Commit message (Expand) | Author | Lines |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -0/+16 |
| 2014-10-08 | auto merge of #17838 : vadimcn/rust/macros, r=alexcrichton | bors | -1/+10 |
| 2014-10-07 | Fix the most egregious instances of "local ambiguity: multiple parsing option... | Vadim Chugunov | -1/+10 |
| 2014-10-06 | syntax: Parse outer attributes in quote_method! | Ben Gamari | -7/+2 |
| 2014-10-02 | syntax: ast: remove TyBox and UnBox. | Eduard Burtescu | -5/+0 |
| 2014-10-01 | auto merge of #17678 : fhahn/rust/issue-17628-infinite-recursion, r=alexcrichton | bors | -0/+12 |
| 2014-10-01 | Limit recursion depth for macro expansions, closes #17628 | Florian Hahn | -0/+12 |
| 2014-10-01 | auto merge of #17630 : sfackler/rust/cfg-warnings, r=brson | bors | -3/+0 |
| 2014-09-30 | Turn on cfg format warnings | Steven Fackler | -3/+0 |
| 2014-09-30 | Update after the fall out from the syntax::ptr changes | Jakub Wieczorek | -30/+36 |
| 2014-09-30 | Update based on PR feedback | Kevin Ballard | -20/+16 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -2/+2 |
| 2014-09-30 | Desugar 'if let' into the appropriate 'match' | Kevin Ballard | -1/+90 |
| 2014-09-29 | rollup merge of #17592 : kmcallister/inline-asm-loc | Alex Crichton | -1/+12 |
| 2014-09-29 | rollup merge of #17576 : kmcallister/hide-quotes | Alex Crichton | -49/+51 |
| 2014-09-29 | auto merge of #17409 : farcaller/rust/patch-1, r=huonw | bors | -2/+6 |
| 2014-09-29 | Fixed quote_method!() implementation | Vladimir Pouzanov | -2/+6 |
| 2014-09-28 | Keep ExpnId abstract by providing conversions | Keegan McAllister | -1/+1 |
| 2014-09-28 | auto merge of #17527 : sfackler/rust/cfg-syntax, r=alexcrichton | bors | -31/+13 |
| 2014-09-27 | Convert cfg syntax to new system | Steven Fackler | -31/+13 |
| 2014-09-27 | Translate inline assembly errors back to source locations | Keegan McAllister | -1/+12 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -0/+59 |
| 2014-09-26 | Hide the quote_*! macros when the feature gate is off | Keegan McAllister | -49/+51 |
| 2014-09-25 | auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturon | bors | -7/+9 |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -7/+9 |
| 2014-09-24 | Remove unused enum variants | Jakub Wieczorek | -8/+1 |
| 2014-09-24 | Fix rebase fallout | Steven Fackler | -13/+11 |
| 2014-09-23 | Add a cfg_attr syntax extension | Steven Fackler | -0/+61 |
| 2014-09-23 | auto merge of #17402 : steveklabnik/rust/update_manual, r=brson | bors | -1/+1 |
| 2014-09-22 | librustc: Parse and resolve higher-rank lifetimes in traits. | Patrick Walton | -1/+2 |
| 2014-09-22 | manual -> reference & formatting | Steve Klabnik | -1/+1 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -156/+129 |
| 2014-09-20 | auto merge of #17319 : kmcallister/rust/method-macro-bt, r=pcwalton | bors | -1/+4 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -22/+23 |
| 2014-09-19 | rollup merge of #17314 : eddyb/span-no-gc | Alex Crichton | -83/+72 |
| 2014-09-19 | Allow syntax extensions to return multiple items, closes #16723. | Florian Hahn | -16/+11 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -22/+23 |
| 2014-09-18 | syntax: use an index in CodeMap instead of Gc for ExpnInfo. | Eduard Burtescu | -83/+72 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -1/+4 |
| 2014-09-17 | Pop the expansion context after expanding a method macro | Keegan McAllister | -1/+4 |
| 2014-09-17 | doc: Remove "see above". | Jonas Hietala | -4/+3 |
| 2014-09-17 | doc: Backticks and spelling mistakes. | Jonas Hietala | -13/+13 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -149/+123 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -40/+40 |
| 2014-09-14 | Add help diagnostic messages | P1start | -0/+4 |
| 2014-09-14 | syntax: tests: fix fallout from using ptr::P. | Eduard Burtescu | -1/+2 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -1108/+1032 |
| 2014-09-13 | auto merge of #17162 : sfackler/rust/decorator-traits, r=huonw | bors | -39/+53 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -4/+4 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -23/+22 |