| Age | Commit message (Expand) | Author | Lines |
| 2017-01-25 | process trait/impl items directly from the visitor callback | Niko Matsakis | -0/+25 |
| 2017-01-25 | Hide uninhabitedness checks behind feature gate | Andrew Cann | -19/+50 |
| 2017-01-25 | Auto merge of #35712 - oli-obk:exclusive_range_patterns, r=nikomatsakis | bors | -0/+78 |
| 2017-01-25 | end temporary lifetimes being extended by `let X: &_` hints | Ariel Ben-Yehuda | -0/+27 |
| 2017-01-25 | Stabilize Self and associated types in struct expressions and patterns | Vadim Petrochenkov | -37/+0 |
| 2017-01-24 | Remove Reflect | est31 | -127/+0 |
| 2017-01-24 | Improve some expected/found error messages from parser | Vadim Petrochenkov | -7/+10 |
| 2017-01-24 | Add tests | Vadim Petrochenkov | -0/+54 |
| 2017-01-24 | Refactor parsing of generic arguments/parameters and where clauses | Vadim Petrochenkov | -15/+32 |
| 2017-01-22 | [Gate Tests] - marking feature tests | Colm Seale | -0/+11 |
| 2017-01-22 | Auto merge of #39127 - canndrew:unreachable-pattern-errors-into-warnings, r=a... | bors | -0/+96 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -2/+21 |
| 2017-01-21 | Resolve `Self` in impl headers | Vadim Petrochenkov | -0/+43 |
| 2017-01-21 | Improve `unused_extern_crate` warnings. | Jeffrey Seyfried | -0/+5 |
| 2017-01-20 | Test fixes from the rollup | Alex Crichton | -0/+2 |
| 2017-01-20 | Rollup merge of #39195 - nagisa:deny-extra-requirement-in-impl, r=eddyb | Alex Crichton | -2/+0 |
| 2017-01-20 | Rollup merge of #39143 - nikomatsakis:issue-38967, r=eddyb | Alex Crichton | -0/+17 |
| 2017-01-20 | Rollup merge of #39120 - alexcrichton:emscripten-tests, r=brson | Alex Crichton | -0/+14 |
| 2017-01-20 | Rollup merge of #39077 - jseyfried:crate_var_imports, r=nrc | Alex Crichton | -3/+10 |
| 2017-01-20 | Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfried | Alex Crichton | -0/+5 |
| 2017-01-21 | Add unreachable attribute to Err branch | Andrew Cann | -0/+20 |
| 2017-01-20 | Remove attribute on match | Andrew Cann | -0/+30 |
| 2017-01-20 | Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakis | bors | -156/+0 |
| 2017-01-20 | Auto merge of #38603 - arielb1:supertrait-self-3, r=nikomatsakis | bors | -0/+42 |
| 2017-01-20 | Deny extra_requirement_in_impl forward-compat lint | Simonas Kazlauskas | -2/+0 |
| 2017-01-19 | travis: Get an emscripten builder online | Alex Crichton | -0/+14 |
| 2017-01-19 | Feature gate | Vadim Chugunov | -0/+13 |
| 2017-01-19 | Auto merge of #38465 - japaric:msp430-interrupt, r=eddyb | bors | -0/+26 |
| 2017-01-19 | test slice patterns with exclusive range patterns | Oliver Schneider | -0/+54 |
| 2017-01-19 | check exclusive_range_pattern feature gate | Oliver Schneider | -0/+0 |
| 2017-01-19 | add cfail test for the new feature gate | Jorge Aparicio | -0/+19 |
| 2017-01-19 | Rollup merge of #39151 - canndrew:feature-gate-uninhabited-references, r=brson | Guillaume Gomez | -0/+19 |
| 2017-01-19 | Rollup merge of #39149 - circuitfox:E0122-type-def-trait-bounds-where-clause,... | Guillaume Gomez | -1/+16 |
| 2017-01-19 | Rollup merge of #38970 - apasel422:may-dangle, r=pnkfelix | Guillaume Gomez | -1/+23 |
| 2017-01-19 | add exclusive range patterns under a feature gate | Oliver Schneider | -0/+24 |
| 2017-01-18 | calling convention for MSP430 interrupts | Jorge Aparicio | -0/+7 |
| 2017-01-18 | Feature gate `&Void`'s uninhabitedness. | Andrew Cann | -0/+19 |
| 2017-01-18 | E0122 should apply with where clauses | Chris Stankus | -1/+16 |
| 2017-01-18 | Auto merge of #38168 - estebank:help-E0034, r=nrc | bors | -88/+0 |
| 2017-01-18 | Auto merge of #39019 - nikomatsakis:issue-38919, r=eddyb | bors | -0/+15 |
| 2017-01-17 | check inherent impls of traits for overlap as well | Niko Matsakis | -0/+17 |
| 2017-01-17 | more complete error message | Niko Matsakis | -1/+1 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -156/+0 |
| 2017-01-17 | Change unreachable patterns ICEs to warnings | Andrew Cann | -0/+46 |
| 2017-01-16 | Move "completed feature gate checking" pass to after "name resolution" pass s... | Austin Bonander | -0/+5 |
| 2017-01-17 | AST/HIR: Merge ObjectSum and PolyTraitRef | Vadim Petrochenkov | -17/+6 |
| 2017-01-16 | Auto merge of #38806 - comex:lint-attr-fix, r=nrc | bors | -0/+19 |
| 2017-01-15 | Auto merge of #39040 - estebank:relevant-impl-multiline, r=nikomatsakis | bors | -85/+0 |
| 2017-01-15 | Improve the warning cycle for `use $crate;`. | Jeffrey Seyfried | -3/+10 |
| 2017-01-14 | Merge branch 'master' into lint-attr-fix | comex | -413/+744 |