| Age | Commit message (Expand) | Author | Lines |
| 2018-09-13 | resolve: Introduce two sub-namespaces in macro namespace | Vadim Petrochenkov | -24/+46 |
| 2018-09-13 | resolve: Future proof derive helper attributes | Vadim Petrochenkov | -0/+81 |
| 2018-09-12 | Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavus | bors | -29/+4 |
| 2018-09-12 | Auto merge of #54152 - michaelwoerister:cgu-name-fix, r=alexcrichton | bors | -3/+3 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -580/+733 |
| 2018-09-12 | Really make CGU names unique across crates. | Michael Woerister | -3/+3 |
| 2018-09-12 | Rollup merge of #54142 - pnkfelix:fix-regression-test-for-16278, r=wesleywiser | kennytm | -3/+4 |
| 2018-09-12 | Rollup merge of #54087 - ollie27:rustdoc_blanket_impl, r=QuietMisdreavus | kennytm | -0/+37 |
| 2018-09-12 | Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrum | kennytm | -155/+0 |
| 2018-09-11 | Auto merge of #53913 - petrochenkov:biattr4, r=alexcrichton | bors | -0/+238 |
| 2018-09-11 | Recover proper regression test for issue #16278. | Felix S. Klock II | -3/+4 |
| 2018-09-11 | Auto merge of #53873 - nikomatsakis:nll-universe-subtyping-and-pattern-ascrip... | bors | -139/+395 |
| 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 | -580/+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 | -40/+6 |
| 2018-09-11 | resolve: Reserve a few very special names in macro namespace | Vadim Petrochenkov | -52/+48 |
| 2018-09-11 | resolve: Future proof resolutions for potentially built-in attributes | Vadim Petrochenkov | -0/+242 |
| 2018-09-10 | fix incremental test | Niko Matsakis | -1/+1 |
| 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 | -4/+22 |
| 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 | Auto merge of #54000 - jkozlowski:fix-53174, r=cramertj | bors | -1/+52 |
| 2018-09-10 | optimize `let x: T = ..` to avoid a temporary | Niko Matsakis | -121/+63 |
| 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 | add the `AscribeUserType` statement kind | Niko Matsakis | -1/+1 |
| 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/+249 |
| 2018-09-10 | rustc_resolve: ignore uniform_paths canaries that resolve to an import of the... | Eduard-Mihai Burtescu | -0/+33 |
| 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 | -4/+22 |
| 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 | rustdoc: Remove generated blanket impls from trait pages | Oliver Middleton | -0/+37 |
| 2018-09-09 | Auto merge of #54057 - matthiaskrgr:stabilize-edition-plus-clippy, r=Mark-Sim... | bors | -8/+8 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -4/+0 |
| 2018-09-09 | Auto merge of #53902 - dtolnay:group, r=petrochenkov | bors | -1/+2 |
| 2018-09-09 | Auto merge of #53998 - eddyb:issue-53728, r=oli-obk | bors | -0/+26 |
| 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-08 | Track distinct spans for open and close delimiter | David Tolnay | -1/+2 |