| Age | Commit message (Expand) | Author | Lines |
| 2018-10-03 | Auto merge of #54391 - davidtwco:issue-54230, r=petrochenkov | bors | -1/+1 |
| 2018-10-03 | Add suggestions for unresolved imports. | David Wood | -1/+1 |
| 2018-10-03 | resolve: Prefer `macro_rules` definitions to in-module macro definitions in s... | Vadim Petrochenkov | -3/+40 |
| 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 | -17/+3 |
| 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 | -17/+3 |
| 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-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 | -20/+1 |
| 2018-09-20 | Auto merge of #54241 - vi:suggest_with_applicability, r=estebank | bors | -4/+12 |
| 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 | -8/+0 |
| 2018-09-15 | rustc_resolve: always include core, std and meta in the extern prelude. | Eduard-Mihai Burtescu | -23/+28 |
| 2018-09-14 | Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkor | bors | -68/+89 |
| 2018-09-13 | introduce SelfCtor | F001 | -100/+71 |
| 2018-09-13 | implement feature tuple_struct_self_ctor | F001 | -13/+63 |
| 2018-09-13 | resolve: Put different parent scopes into a single structure | Vadim Petrochenkov | -10/+11 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-11 | resolve: Skip bang macros when resolving potentially built-in attributes | Vadim Petrochenkov | -2/+3 |
| 2018-09-11 | resolve: Future proof resolutions for potentially built-in attributes | Vadim Petrochenkov | -0/+2 |
| 2018-09-11 | resolve: Support resolving identifier macros without their own ID | Vadim Petrochenkov | -12/+11 |
| 2018-09-10 | Auto merge of #53565 - PramodBisht:issue/53359_b, r=estebank | bors | -13/+0 |
| 2018-09-10 | resolve: Remove `unshadowable_attrs` | Vadim Petrochenkov | -2/+0 |
| 2018-09-10 | resolve: Split macro prelude into built-in and user-defined parts | Vadim Petrochenkov | -6/+17 |
| 2018-09-09 | Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis | bors | -57/+62 |
| 2018-09-09 | Auto merge of #53960 - estebank:issue-51303, r=nagisa | bors | -5/+18 |
| 2018-09-08 | Fixed 53359: E0432 unresolved import on the same line is now emiting one diag... | Pramod Bisht | -13/+0 |
| 2018-09-08 | resolve: More precise spans for ambiguous resolution errors | Vadim Petrochenkov | -17/+15 |
| 2018-09-08 | Add checks for expected macro output in restricted shadowing tests | Vadim Petrochenkov | -0/+2 |
| 2018-09-08 | resolve: Relax shadowing restriction on macro-expanded macros | Vadim Petrochenkov | -3/+12 |
| 2018-09-08 | resolve: Introduce "may appear after" abstraction for macro path resolutions | Vadim Petrochenkov | -2/+26 |
| 2018-09-08 | resolve: Model `resolve_legacy_scope` after `resolve_lexical_macro_path_segment` | Vadim Petrochenkov | -18/+0 |
| 2018-09-08 | resolve: Partially unify bindings from macro_rules and from other items | Vadim Petrochenkov | -28/+18 |
| 2018-09-05 | reword label as per review | Esteban Küber | -1/+1 |
| 2018-09-05 | slight rewording of labels | Esteban Küber | -13/+19 |
| 2018-09-05 | Fix incorrect outer function type parameter message | Esteban Küber | -1/+8 |
| 2018-09-04 | Fix #[test] shadowing in macro_prelude | John Renner | -0/+2 |
| 2018-09-01 | Auto merge of #53815 - F001:if-let-guard, r=petrochenkov | bors | -1/+4 |
| 2018-08-30 | Rollup merge of #53655 - jcpst:with_applicability, r=estebank | Pietro Albini | -21/+41 |
| 2018-08-30 | introduce Guard enum | F001 | -1/+4 |