| Age | Commit message (Expand) | Author | Lines |
| 2017-11-21 | Support `::crate` in paths | Vadim Petrochenkov | -6/+12 |
| 2017-11-20 | Add structured suggestions for proc macro use imports | Oliver Schneider | -0/+4 |
| 2017-11-20 | Add structured suggestions for trait imports | Oliver Schneider | -7/+14 |
| 2017-11-13 | Add hints for the case of confusing enum with its variants | Maxim Zholobak | -0/+79 |
| 2017-11-10 | Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakis | bors | -13/+11 |
| 2017-11-10 | Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakis | kennytm | -2/+12 |
| 2017-11-08 | Auto merge of #45452 - estebank:colon-typo, r=nikomatsakis | bors | -1/+1 |
| 2017-11-08 | Fix help for duplicated names: `extern crate (...) as (...)` | Esteban Küber | -2/+12 |
| 2017-11-04 | Make DefIndex use newtype_index macro | Santiago Pastorino | -0/+1 |
| 2017-11-03 | Detect `=` -> `:` typo in let bindings | Esteban Küber | -1/+1 |
| 2017-11-04 | resolve: Use same rules for disambiguating fresh bindings in `match` and `let` | Vadim Petrochenkov | -13/+11 |
| 2017-11-03 | Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis | bors | -2/+2 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -1/+1 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -4/+9 |
| 2017-10-31 | Suggest renaming import if names clash | Cldfire | -3/+23 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -1/+3 |
| 2017-10-25 | Auto merge of #45476 - Xanewok:fingerprint-disambiguator, r=michaelwoerister | bors | -1/+1 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -1/+1 |
| 2017-10-24 | Auto merge of #44766 - sunjay:lift_generics, r=nikomatsakis | bors | -5/+3 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -1/+1 |
| 2017-10-19 | Cleanly error for non-const expression in associated const | matthewjasper | -1/+3 |
| 2017-10-17 | Removed Generics from FnKind::ItemFn in libsyntax | Sunjay Varma | -2/+1 |
| 2017-10-17 | Removed redundant generics visits | Sunjay Varma | -2/+0 |
| 2017-10-17 | Lifting Generics from MethodSig to TraitItem and ImplItem since we want to su... | Sunjay Varma | -3/+4 |
| 2017-10-10 | Add suggestions for misspelled labels | Thomas Jespersen | -10/+26 |
| 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 |