| Age | Commit message (Expand) | Author | Lines |
| 2017-09-21 | Auto merge of #44215 - oli-obk:import_sugg, r=nrc | bors | -17/+37 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -2/+6 |
| 2017-09-11 | Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister | bors | -1/+1 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -1/+1 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -6/+5 |
| 2017-09-01 | Prevent suggestions from being emitted if all possible locations are inside e... | Oliver Schneider | -15/+23 |
| 2017-08-31 | WIP: don't suggest placing `use` statements into expanded code | Oliver Schneider | -2/+14 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -11/+7 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -3/+3 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -2/+4 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-21 | Auto merge of #43986 - petrochenkov:pubcrate3, r=pnkfelix | bors | -28/+1 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -28/+1 |
| 2017-08-18 | Add an additional empty line between the suggested `use` and the next item | Oliver Schneider | -3/+14 |
| 2017-08-17 | Improve placement of `use` suggestions | Oliver Schneider | -20/+99 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -16/+16 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -6/+7 |
| 2017-08-01 | Auto merge of #43552 - petrochenkov:instab, r=jseyfried | bors | -3/+17 |
| 2017-07-30 | default binding modes: add pat_binding_modes | Tobias Schottdorf | -1/+2 |
| 2017-07-30 | resolve: Fix instability in import suggestions | Vadim Petrochenkov | -3/+17 |
| 2017-07-26 | Rollup merge of #43447 - estebank:import-span, r=nikomatsakis | Mark Simulacrum | -61/+80 |
| 2017-07-25 | Point at path segment on module not found | Esteban Küber | -61/+80 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -2/+0 |
| 2017-07-23 | Auto merge of #43096 - estebank:ascription-help, r=nikomatsakis | bors | -14/+63 |
| 2017-07-18 | Handle type ascription cases with a method call instead of a type | Esteban Küber | -14/+63 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -8/+12 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -8/+6 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+2 |
| 2017-06-29 | Make `$crate` a keyword | Vadim Petrochenkov | -2/+3 |
| 2017-06-22 | change span label for E0435 (fix #41871) | Alex Burka | -1/+1 |
| 2017-06-21 | Auto merge of #42076 - alex-ozdemir:master, r=nrc | bors | -23/+39 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-15 | Clearer Error Message for Duplicate Definition | Alex Ozdemir | -23/+39 |
| 2017-06-03 | Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrus | bors | -1/+1 |
| 2017-06-03 | Auto merge of #42334 - est31:master, r=jseyfried | bors | -1/+1 |
| 2017-06-02 | Add E0603 error code | Guillaume Gomez | -1/+1 |
| 2017-05-31 | Fix a test and address review comment | est31 | -1/+1 |
| 2017-05-31 | Extend the unused macro lint to macros 2.0 | est31 | -1/+1 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -12/+5 |
| 2017-05-25 | Improve `Self`. | Jeffrey Seyfried | -1/+5 |
| 2017-05-25 | Hygienize `librustc_typeck`. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -64/+152 |
| 2017-05-25 | Remove `trait_item_map`, clean up `resolver.with_type_parameter_rib()`. | Jeffrey Seyfried | -46/+60 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -2/+10 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -0/+5 |
| 2017-05-15 | Address review comments | est31 | -6/+4 |
| 2017-05-13 | rustc_resolve: don't deny outer type parameters in embedded constants. | Eduard-Mihai Burtescu | -28/+25 |
| 2017-05-13 | Add lint for unused macros | est31 | -0/+7 |
| 2017-05-13 | Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -61/+77 |