| Age | Commit message (Expand) | Author | Lines |
| 2018-11-25 | resolve: Prohibit relative paths in visibilities on 2018 edition | Vadim Petrochenkov | -1/+12 |
| 2018-11-21 | Auto merge of #52591 - eddyb:functional-snakes, r=oli-obk | bors | -9/+9 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -9/+9 |
| 2018-11-21 | Stabilize `extern_crate_item_prelude` | Vadim Petrochenkov | -10/+2 |
| 2018-11-18 | Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2018-11-18 | resolve: Refactor away `DeterminacyExt` | Vadim Petrochenkov | -14/+4 |
| 2018-11-18 | resolve: Future-proof against imports referring to local variables and generi... | Vadim Petrochenkov | -1/+35 |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -7/+7 |
| 2018-11-18 | resolve: Avoid marking `extern crate` items as used in certain cases | Vadim Petrochenkov | -4/+16 |
| 2018-11-18 | resolve: Reintroduce feature gate for uniform paths in imports | Vadim Petrochenkov | -25/+29 |
| 2018-11-18 | resolve: Tweak some articles in ambiguity diagnostics | Vadim Petrochenkov | -5/+5 |
| 2018-11-18 | resolve: Check resolution consistency for import paths and multi-segment macr... | Vadim Petrochenkov | -17/+28 |
| 2018-11-18 | resolve: Resolve single-segment imports using in-scope resolution on 2018 edi... | Vadim Petrochenkov | -24/+56 |
| 2018-11-18 | resolve: More precise determinacy tracking during import/macro resolution | Vadim Petrochenkov | -5/+7 |
| 2018-11-18 | resolve: Improve diagnostics for resolution ambiguities | Vadim Petrochenkov | -40/+144 |
| 2018-11-18 | resolve: Resolve multi-segment imports using in-scope resolution on 2018 edition | Vadim Petrochenkov | -20/+17 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -2/+2 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -2/+2 |
| 2018-11-03 | Added support for trait aliases as object types. | Alexander Regueiro | -4/+7 |
| 2018-11-03 | Added support for trait aliases as bounds. | Alexander Regueiro | -2/+2 |
| 2018-11-01 | Rollup merge of #55536 - ljedrz:don't_collect_suggestions, r=davidtwco | Pietro Albini | -1/+1 |
| 2018-10-31 | Pass suggestions as impl Iterator instead of Vec | ljedrz | -1/+1 |
| 2018-10-31 | save-analysis: make sure we save the def for the last segment of a path | Nick Cameron | -9/+13 |
| 2018-10-28 | resolve: Desugar empty import groups into synthetic dummy imports | Vadim Petrochenkov | -65/+7 |
| 2018-10-28 | resolve: Make sure macros and imports are resolved in full parent scope | Vadim Petrochenkov | -25/+22 |
| 2018-10-28 | resolve: More precise spans for privacy errors | Vadim Petrochenkov | -4/+6 |
| 2018-10-26 | more reviewer changes | Nick Cameron | -8/+4 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -4/+6 |
| 2018-10-26 | rebasing and reviewer changes | Nick Cameron | -48/+81 |
| 2018-10-26 | dump refs for path segments in save-analysis | Nick Cameron | -3/+6 |
| 2018-10-26 | Store a resolved def on hir::PathSegment | Nick Cameron | -67/+104 |
| 2018-10-24 | Feature gate extern prelude additions from `extern crate` items | Vadim Petrochenkov | -2/+10 |
| 2018-10-24 | Add `extern crate` items to extern prelude | Vadim Petrochenkov | -27/+43 |
| 2018-10-23 | Auto merge of #55113 - mockersf:master, r=estebank | bors | -21/+36 |
| 2018-10-22 | better dummy span detection and remove redundant branch | François Mockers | -14/+13 |
| 2018-10-21 | manage cases with tabs or other whitespaces | François Mockers | -21/+34 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -13/+7 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -36/+36 |
| 2018-10-19 | Rollup merge of #55144 - ljedrz:cleanup_resolve, r=petrochenkov | kennytm | -50/+33 |
| 2018-10-17 | resolve: improve/remove allocations | ljedrz | -15/+5 |
| 2018-10-17 | resolve: improve common patterns | ljedrz | -35/+28 |
| 2018-10-17 | resolve: Do not skip extern prelude during speculative resolution | Vadim Petrochenkov | -3/+9 |
| 2018-10-17 | and style fix | François Mockers | -2/+5 |
| 2018-10-17 | apply review | François Mockers | -23/+15 |
| 2018-10-16 | #45829 when a renamed import conflict with a previous import | François Mockers | -3/+11 |
| 2018-10-13 | resolve: Scale back hard-coded extern prelude additions | Vadim Petrochenkov | -7/+9 |
| 2018-10-13 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -1/+1 |
| 2018-10-13 | Revert "rustc_resolve: move extern_prelude from Resolver to Session." | Vadim Petrochenkov | -3/+17 |
| 2018-10-05 | resolve: Keep more precise traces for expanded macro resolutions | Vadim Petrochenkov | -1/+2 |
| 2018-10-05 | resolve: Merge resolution for `macro_rules` into the common early in-scope re... | Vadim Petrochenkov | -6/+4 |