| Age | Commit message (Expand) | Author | Lines |
| 2018-10-18 | resolve: Do not skip extern prelude during speculative resolution | Vadim Petrochenkov | -3/+9 |
| 2018-10-18 | resolve: Scale back hard-coded extern prelude additions | Vadim Petrochenkov | -7/+9 |
| 2018-10-18 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -1/+1 |
| 2018-10-18 | Revert "rustc_resolve: move extern_prelude from Resolver to Session." | Vadim Petrochenkov | -7/+21 |
| 2018-10-07 | Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis" | Ariel Ben-Yehuda | -0/+1 |
| 2018-10-04 | resolve: Prefer `macro_rules` definitions to in-module macro definitions in s... | Vadim Petrochenkov | -4/+45 |
| 2018-10-02 | resolve: Do not block derive helper resolutions on single import resolutions | Vadim Petrochenkov | -10/+10 |
| 2018-10-02 | rustc_resolve: move extern_prelude from Resolver to Session. | Eduard-Mihai Burtescu | -21/+7 |
| 2018-09-21 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -28/+1 |
| 2018-09-17 | Auto merge of #54277 - petrochenkov:afterder, r=alexcrichton | bors | -6/+15 |
| 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 |
| 2018-09-13 | introduce SelfCtor | F001 | -102/+71 |
| 2018-09-13 | implement feature tuple_struct_self_ctor | F001 | -13/+65 |
| 2018-09-13 | resolve: Future proof derive helper attributes | Vadim Petrochenkov | -38/+36 |
| 2018-09-13 | resolve: Put different parent scopes into a single structure | Vadim Petrochenkov | -66/+102 |
| 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 | Split `CrateNum` into an enum instead of having magic constants | Oliver Schneider | -7/+7 |
| 2018-09-11 | resolve: Reserve a few very special names in macro namespace | Vadim Petrochenkov | -0/+14 |
| 2018-09-11 | resolve: Skip bang macros when resolving potentially built-in attributes | Vadim Petrochenkov | -32/+29 |
| 2018-09-11 | resolve: Future proof resolutions for potentially built-in attributes | Vadim Petrochenkov | -0/+32 |
| 2018-09-11 | resolve: Support resolving identifier macros without their own ID | Vadim Petrochenkov | -42/+44 |
| 2018-09-10 | Auto merge of #54011 - eddyb:anchored-in-the-future, r=petrochenkov | bors | -47/+57 |
| 2018-09-10 | rustc_resolve: ignore uniform_paths canaries that resolve to an import of the... | Eduard-Mihai Burtescu | -43/+39 |
| 2018-09-10 | rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate... | Eduard-Mihai Burtescu | -6/+20 |
| 2018-09-10 | Auto merge of #53565 - PramodBisht:issue/53359_b, r=estebank | bors | -19/+44 |
| 2018-09-10 | resolve: Remove `unshadowable_attrs` | Vadim Petrochenkov | -29/+24 |
| 2018-09-10 | resolve: Split macro prelude into built-in and user-defined parts | Vadim Petrochenkov | -33/+48 |
| 2018-09-09 | Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis | bors | -203/+246 |
| 2018-09-09 | Auto merge of #53902 - dtolnay:group, r=petrochenkov | bors | -2/+3 |
| 2018-09-09 | Auto merge of #53988 - eddyb:issue-53770, r=petrochenkov | bors | -41/+37 |
| 2018-09-09 | Auto merge of #53960 - estebank:issue-51303, r=nagisa | bors | -5/+18 |
| 2018-09-08 | Track distinct spans for open and close delimiter | David Tolnay | -2/+3 |
| 2018-09-08 | Fixed 53359: E0432 unresolved import on the same line is now emiting one diag... | Pramod Bisht | -19/+44 |
| 2018-09-08 | resolve: More precise spans for ambiguous resolution errors | Vadim Petrochenkov | -28/+22 |
| 2018-09-08 | Add checks for expected macro output in restricted shadowing tests | Vadim Petrochenkov | -0/+2 |
| 2018-09-08 | resolve: Further simplify legacy scopes, add comments | Vadim Petrochenkov | -40/+45 |
| 2018-09-08 | resolve: Rename some fields related to legacy macro scopes | Vadim Petrochenkov | -51/+60 |