| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 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 | -9/+0 |
| 2014-10-01 | auto merge of #17501 : pcwalton/rust/improve-method-lookup-autoderef, r=nikom... | bors | -0/+5 |
| 2014-10-01 | auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581 | bors | -9/+4 |
| 2014-09-30 | auto merge of #17634 : jakub-/rust/if_let, r=kballard | bors | -22/+186 |
| 2014-09-30 | librustc: Fix up mutability in method autoderefs if incorrect, and | Patrick Walton | -0/+5 |
| 2014-09-30 | Turn on cfg format warnings | Steven Fackler | -9/+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 | -22/+20 |
| 2014-09-30 | Move `if let` behind a feature gate | Kevin Ballard | -0/+6 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -10/+17 |
| 2014-09-30 | Desugar 'if let' into the appropriate 'match' | Kevin Ballard | -1/+90 |
| 2014-09-30 | Teach libsyntax about `if let` | Kevin Ballard | -13/+71 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -9/+4 |
| 2014-09-30 | librustc: Stop looking in metadata in type contents. | Patrick Walton | -2/+2 |
| 2014-09-29 | rollup merge of #17592 : kmcallister/inline-asm-loc | Alex Crichton | -6/+33 |
| 2014-09-29 | rollup merge of #17576 : kmcallister/hide-quotes | Alex Crichton | -67/+55 |
| 2014-09-29 | rollup merge of #17519 : pcwalton/unboxed-closure-move-syntax | Alex Crichton | -33/+34 |
| 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 | -5/+18 |
| 2014-09-28 | auto merge of #17527 : sfackler/rust/cfg-syntax, r=alexcrichton | bors | -35/+72 |
| 2014-09-27 | Convert cfg syntax to new system | Steven Fackler | -35/+72 |
| 2014-09-27 | Translate inline assembly errors back to source locations | Keegan McAllister | -5/+19 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -0/+66 |
| 2014-09-26 | Hide the quote_*! macros when the feature gate is off | Keegan McAllister | -67/+55 |
| 2014-09-26 | librustc: Eliminate the `ref` syntax for unboxed closure capture clauses | Patrick Walton | -33/+34 |
| 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 | Use more descriptive names in dead code messages | Jakub Wieczorek | -0/+25 |
| 2014-09-24 | Fix rebase fallout | Steven Fackler | -14/+12 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -0/+6 |
| 2014-09-23 | Add a cfg_attr syntax extension | Steven Fackler | -0/+62 |
| 2014-09-23 | auto merge of #17402 : steveklabnik/rust/update_manual, r=brson | bors | -1/+1 |
| 2014-09-23 | auto merge of #17028 : pcwalton/rust/higher-rank-trait-lifetimes, r=pnkfelix | bors | -8/+53 |
| 2014-09-22 | librustc: Parse and resolve higher-rank lifetimes in traits. | Patrick Walton | -8/+53 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -0/+4 |
| 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-21 | auto merge of #17415 : jakub-/rust/issue-17383, r=huonw | bors | -5/+7 |
| 2014-09-21 | Fix the span for discriminators in non-C-like enums | Jakub Wieczorek | -5/+7 |
| 2014-09-20 | libsyntax: Explicit error message for sugared doc comments. | Mike Boutin | -11/+28 |
| 2014-09-20 | auto merge of #17319 : kmcallister/rust/method-macro-bt, r=pcwalton | bors | -1/+4 |
| 2014-09-19 | rollup merge of #17379 : pcwalton/keywords-followed-by-double-colon | Alex Crichton | -35/+48 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -27/+28 |
| 2014-09-19 | rollup merge of #17318 : nick29581/slice | Alex Crichton | -10/+131 |
| 2014-09-19 | rollup merge of #17314 : eddyb/span-no-gc | Alex Crichton | -123/+133 |