| Age | Commit message (Expand) | Author | Lines |
| 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 | -8/+22 |
| 2018-10-05 | Reapply the macro_rules disambiguation changes from master | Vadim Petrochenkov | -2/+5 |
| 2018-10-05 | Reapply the derive helper changes from master | Vadim Petrochenkov | -37/+38 |
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -14/+9 |
| 2018-10-05 | resolve: Keep more precise traces for expanded macro resolutions | Vadim Petrochenkov | -16/+16 |
| 2018-10-05 | resolve: Merge resolution for `macro_rules` into the common early in-scope re... | Vadim Petrochenkov | -235/+138 |
| 2018-10-05 | resolve: Support value namespace in `fn resolve_lexical_macro_path_segment` | Vadim Petrochenkov | -8/+17 |
| 2018-10-05 | expansion: Expand attribute macros registered by legacy plugins in usual left... | Vadim Petrochenkov | -15/+3 |
| 2018-10-05 | resolve: Integrate inert attributes registererd by legacy plugins into macro ... | Vadim Petrochenkov | -11/+31 |
| 2018-10-03 | Auto merge of #54391 - davidtwco:issue-54230, r=petrochenkov | bors | -12/+177 |
| 2018-10-03 | Deterministic external crate suggestion. | David Wood | -4/+11 |
| 2018-10-03 | Removed hardcoded crate. | David Wood | -14/+14 |
| 2018-10-03 | Add suggestions for unresolved imports. | David Wood | -12/+170 |
| 2018-10-03 | resolve: Prefer `macro_rules` definitions to in-module macro definitions in s... | Vadim Petrochenkov | -4/+45 |
| 2018-10-02 | Auto merge of #54694 - csmoe:self_this, r=estebank | bors | -1/+15 |
| 2018-10-01 | Rollup merge of #54308 - dsciarra:issue-22692, r=estebank | kennytm | -14/+45 |
| 2018-10-01 | mark fix as MaybeIncorrect | csmoe | -1/+1 |
| 2018-10-01 | lint to use self for this/my | csmoe | -1/+15 |
| 2018-09-30 | Auto merge of #54650 - eddyb:no-extern's-land, r=alexcrichton | bors | -21/+7 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-29 | Improve ux when calling associated functions with dot notation | Donato Sciarra | -14/+45 |
| 2018-09-28 | rustc_resolve: move extern_prelude from Resolver to Session. | Eduard-Mihai Burtescu | -21/+7 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-27 | Added help message for feature gate. | Alexander Regueiro | -9/+29 |
| 2018-09-26 | Remove OneVector | ljedrz | -2/+3 |
| 2018-09-25 | resolve: Do not block derive helper resolutions on single import resolutions | Vadim Petrochenkov | -10/+10 |
| 2018-09-23 | Improve error message for E0424 | Julian Kulesh | -2/+4 |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -28/+1 |
| 2018-09-20 | Auto merge of #54241 - vi:suggest_with_applicability, r=estebank | bors | -4/+12 |
| 2018-09-17 | Auto merge of #54277 - petrochenkov:afterder, r=alexcrichton | bors | -6/+15 |
| 2018-09-17 | Whitespace fix again. | Vitaly _Vi Shukela | -7/+11 |
| 2018-09-17 | Fill in suggestions Applicability according to @estebank | Vitaly _Vi Shukela | -1/+1 |
| 2018-09-17 | Fix style according to review comments. | Vitaly _Vi Shukela | -1/+2 |
| 2018-09-16 | Remove usages of span_suggestion without Applicability | Vitaly _Vi Shukela | -3/+6 |
| 2018-09-16 | resolve: Do not error on access to proc macros imported with `#[macro_use]` | Vadim Petrochenkov | -81/+0 |
| 2018-09-16 | Temporarily prohibit proc macro attributes placed after derives | Vadim Petrochenkov | -6/+15 |
| 2018-09-15 | rustc_resolve: use `continue` instead of `return` to "exit" a loop iteration. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-09-15 | rustc_resolve: always include core, std and meta in the extern prelude. | Eduard-Mihai Burtescu | -23/+28 |
| 2018-09-15 | rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`. | Eduard-Mihai Burtescu | -2/+10 |
| 2018-09-14 | Auto merge of #54069 - petrochenkov:subns, r=aturon | bors | -11/+18 |
| 2018-09-14 | Auto merge of #54201 - eddyb:reflexive-disambiguation, r=petrochenkov | bors | -73/+73 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -7/+7 |
| 2018-09-14 | Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkor | bors | -68/+89 |
| 2018-09-13 | rustc_resolve: don't treat uniform_paths canaries as ambiguities unless they ... | Eduard-Mihai Burtescu | -26/+16 |
| 2018-09-13 | rustc_resolve: ignore uniform_paths canaries with no module scopes. | Eduard-Mihai Burtescu | -0/+6 |
| 2018-09-13 | rustc_resolve: only process uniform_paths canaries in namespaces they're pres... | Eduard-Mihai Burtescu | -75/+79 |
| 2018-09-13 | resolve: Introduce two sub-namespaces in macro namespace | Vadim Petrochenkov | -11/+18 |