| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -21/+49 |
| 2018-09-08 | resolve: Cleanup two main macro resolution functions, tweak some comments | Vadim Petrochenkov | -64/+50 |
| 2018-09-08 | resolve: Model shadowing restriction for macro_rules after modern macros | Vadim Petrochenkov | -23/+16 |
| 2018-09-08 | resolve: Model `resolve_legacy_scope` after `resolve_lexical_macro_path_segment` | Vadim Petrochenkov | -51/+91 |
| 2018-09-08 | resolve: Partially unify bindings from macro_rules and from other items | Vadim Petrochenkov | -55/+32 |
| 2018-09-08 | Rollup merge of #53993 - eddyb:issue-53691, r=petrochenkov | kennytm | -1/+9 |
| 2018-09-07 | rustc_resolve: only prepend CrateRoot to a non-keyword segment. | Eduard-Mihai Burtescu | -41/+37 |
| 2018-09-06 | rustc_resolve: allow `use crate_name;` under `uniform_paths`. | Eduard-Mihai Burtescu | -17/+26 |
| 2018-09-06 | rustc_resolve: don't record uniform_paths canaries as reexports. | Eduard-Mihai Burtescu | -1/+9 |
| 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 | Move #[test_case] to a syntax extension | John Renner | -1/+1 |
| 2018-09-04 | Fix #[test] shadowing in macro_prelude | John Renner | -2/+23 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -0/+4 |
| 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 |
| 2018-08-27 | Auto merge of #51456 - qmx:crate-in-path, r=nikomatsakis | bors | -22/+66 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | no need to special case std | Douglas Campos | -8/+4 |
| 2018-08-25 | call span_suggestion with applicability | Joseph Post | -21/+41 |