| Age | Commit message (Expand) | Author | Lines |
| 2018-09-13 | resolve: Introduce two sub-namespaces in macro namespace | Vadim Petrochenkov | -24/+17 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -578/+733 |
| 2018-09-12 | Rollup merge of #54142 - pnkfelix:fix-regression-test-for-16278, r=wesleywiser | kennytm | -2/+4 |
| 2018-09-12 | Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrum | kennytm | -155/+0 |
| 2018-09-11 | Recover proper regression test for issue #16278. | Felix S. Klock II | -2/+4 |
| 2018-09-11 | Auto merge of #53873 - nikomatsakis:nll-universe-subtyping-and-pattern-ascrip... | bors | -51/+362 |
| 2018-09-11 | Auto merge of #54111 - nikomatsakis:issue-53686-keywords-and-macros, r=alexcr... | bors | -13/+73 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -578/+733 |
| 2018-09-11 | we now successfully warn about `async` in macro invocations | Niko Matsakis | -13/+26 |
| 2018-09-11 | Auto merge of #51363 - japaric:stable-used, r=cramertj | bors | -39/+6 |
| 2018-09-10 | add test case | Niko Matsakis | -0/+47 |
| 2018-09-10 | add FIXME related to `ref x` bindings | Niko Matsakis | -13/+2 |
| 2018-09-10 | Auto merge of #54093 - petrochenkov:noinner, r=alexcrichton | bors | -3/+16 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -18/+79 |
| 2018-09-10 | expand the patterns test with a bunch more scenarios | Niko Matsakis | -5/+172 |
| 2018-09-10 | optimize `let x: T = ..` to avoid a temporary | Niko Matsakis | -34/+31 |
| 2018-09-10 | WIP remove incorrect nll.stderr reference files | Niko Matsakis | -56/+0 |
| 2018-09-10 | fix SCCs containing mixture of universes | Niko Matsakis | -0/+31 |
| 2018-09-10 | insert `AscribeUserType` for ascriptions | Niko Matsakis | -19/+100 |
| 2018-09-10 | now that we can handle subtyping, fix higher-ranked equality | Niko Matsakis | -12/+1 |
| 2018-09-10 | add a test for variables used twice | Niko Matsakis | -0/+52 |
| 2018-09-10 | Auto merge of #54011 - eddyb:anchored-in-the-future, r=petrochenkov | bors | -0/+278 |
| 2018-09-10 | rustc_resolve: ignore uniform_paths canaries that resolve to an import of the... | Eduard-Mihai Burtescu | -0/+62 |
| 2018-09-10 | rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate... | Eduard-Mihai Burtescu | -0/+216 |
| 2018-09-10 | Auto merge of #53565 - PramodBisht:issue/53359_b, r=estebank | bors | -8/+42 |
| 2018-09-10 | Auto merge of #53854 - davidtwco:issue-53668, r=nikomatsakis | bors | -0/+210 |
| 2018-09-10 | resolve: Remove `unshadowable_attrs` | Vadim Petrochenkov | -4/+8 |
| 2018-09-10 | Feature gate non-builtin attributes in inner attribute position | Vadim Petrochenkov | -3/+16 |
| 2018-09-09 | Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis | bors | -42/+975 |
| 2018-09-09 | update ui tests | Jorge Aparicio | -36/+6 |
| 2018-09-09 | Auto merge of #54057 - matthiaskrgr:stabilize-edition-plus-clippy, r=Mark-Sim... | bors | -7/+7 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -3/+0 |
| 2018-09-09 | Auto merge of #53988 - eddyb:issue-53770, r=petrochenkov | bors | -2/+12 |
| 2018-09-09 | Auto merge of #53960 - estebank:issue-51303, r=nagisa | bors | -7/+48 |
| 2018-09-08 | Stabilization change for mod.rs | Rusty Blitzerr | -155/+0 |
| 2018-09-09 | Auto merge of #53949 - estebank:unclosed-delim, r=nikomatsakis | bors | -24/+125 |
| 2018-09-09 | Remove crate_visibility_modifier from 2018 edition | Mark Rousskov | -7/+7 |
| 2018-09-08 | Fixed 53359: E0432 unresolved import on the same line is now emiting one diag... | Pramod Bisht | -8/+42 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -7/+7 |
| 2018-09-08 | Auto merge of #54051 - kennytm:rollup, r=kennytm | bors | -33/+23 |
| 2018-09-08 | resolve: More precise spans for ambiguous resolution errors | Vadim Petrochenkov | -67/+47 |
| 2018-09-08 | Add checks for expected macro output in restricted shadowing tests | Vadim Petrochenkov | -116/+132 |
| 2018-09-08 | Add test cases for possible restricted shadowing configurations | Vadim Petrochenkov | -0/+876 |
| 2018-09-08 | resolve: Relax shadowing restriction on macro-expanded macros | Vadim Petrochenkov | -26/+42 |
| 2018-09-08 | resolve: Model shadowing restriction for macro_rules after modern macros | Vadim Petrochenkov | -2/+26 |
| 2018-09-08 | resolve: Model `resolve_legacy_scope` after `resolve_lexical_macro_path_segment` | Vadim Petrochenkov | -9/+30 |
| 2018-09-08 | Rollup merge of #54007 - japaric:gh53964, r=cramertj | kennytm | -9/+9 |
| 2018-09-08 | Rollup merge of #53932 - matthewjasper:remove-base-path, r=nikomatsakis | kennytm | -24/+14 |
| 2018-09-08 | Auto merge of #51366 - japaric:stable-panic-impl, r=Mark-Simulacrum | bors | -57/+15 |
| 2018-09-07 | print less info to stabilize tests | Niko Matsakis | -22/+24 |