| Age | Commit message (Expand) | Author | Lines |
| 2018-09-12 | Rollup merge of #54085 - dtolnay:bare, r=alexcrichton | kennytm | -7/+0 |
| 2018-09-12 | Rollup merge of #54074 - toidiu:ak-spimplifyOrd, r=eddyb | kennytm | -12/+2 |
| 2018-09-12 | Rollup merge of #54073 - behnam:docs-1, r=frewsxcv | kennytm | -19/+22 |
| 2018-09-12 | Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrum | kennytm | -185/+3 |
| 2018-09-12 | Rollup merge of #54064 - nagisa:tiny-typo, r=sfackler | kennytm | -2/+3 |
| 2018-09-12 | Rollup merge of #54046 - snaedis:issue-48022, r=steveklabnik | kennytm | -1/+2 |
| 2018-09-12 | Rollup merge of #54031 - ljedrz:cleanup_passes, r=oli-obk | kennytm | -128/+96 |
| 2018-09-12 | Rollup merge of #53777 - ivanbakel:result_map_or_else, r=alexcrichton | kennytm | -0/+30 |
| 2018-09-12 | Rollup merge of #53703 - sourcefrog:doc-wrapping, r=frewsxcv | kennytm | -0/+3 |
| 2018-09-12 | Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddyb | kennytm | -6/+63 |
| 2018-09-11 | Auto merge of #53913 - petrochenkov:biattr4, r=alexcrichton | bors | -71/+353 |
| 2018-09-11 | Auto merge of #53873 - nikomatsakis:nll-universe-subtyping-and-pattern-ascrip... | bors | -1008/+1873 |
| 2018-09-11 | Auto merge of #54111 - nikomatsakis:issue-53686-keywords-and-macros, r=alexcr... | bors | -14/+81 |
| 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 | -205/+11 |
| 2018-09-11 | Auto merge of #54113 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -0/+0 |
| 2018-09-11 | Auto merge of #54092 - estebank:gotta-go-fast, r=nikomatsakis | bors | -26/+23 |
| 2018-09-10 | Update Cargo submodule | Alex Crichton | -0/+0 |
| 2018-09-11 | resolve: Reserve a few very special names in macro namespace | Vadim Petrochenkov | -52/+62 |
| 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/+274 |
| 2018-09-11 | resolve: Support resolving identifier macros without their own ID | Vadim Petrochenkov | -47/+48 |
| 2018-09-10 | fix incremental test | Niko Matsakis | -1/+1 |
| 2018-09-10 | add test case | Niko Matsakis | -0/+47 |
| 2018-09-10 | visit the paths in pre-expansion macros | Niko Matsakis | -0/+7 |
| 2018-09-10 | make `add_pre_expansion_builtin` add a pre-expansion lint | Niko Matsakis | -1/+1 |
| 2018-09-10 | add FIXME related to `ref x` bindings | Niko Matsakis | -14/+16 |
| 2018-09-10 | Auto merge of #54093 - petrochenkov:noinner, r=alexcrichton | bors | -12/+48 |
| 2018-09-10 | add link to https://github.com/rust-lang/rust/issues/54105 | Niko Matsakis | -3/+3 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -35/+171 |
| 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 | -21/+89 |
| 2018-09-10 | bump version | Jorge Aparicio | -1/+1 |
| 2018-09-10 | optimize `let x: T = ..` to avoid a temporary | Niko Matsakis | -122/+105 |
| 2018-09-10 | generalize `AscribeUserType` to handle sub or super type | Niko Matsakis | -92/+62 |
| 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 | -28/+61 |
| 2018-09-10 | fixup: rename `UserAssertTy` to `AscribeUserType` | Niko Matsakis | -1/+1 |
| 2018-09-10 | pacify the mercilous tidy | Niko Matsakis | -3/+7 |
| 2018-09-10 | insert `AscribeUserType` for ascriptions | Niko Matsakis | -19/+126 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -78/+134 |
| 2018-09-10 | matches/mod.rs: rustfmt | Niko Matsakis | -283/+419 |
| 2018-09-10 | add a `AscribeUserType` pattern, largely ignored | Niko Matsakis | -7/+71 |
| 2018-09-10 | remove the old `UserAssertTy` support | Niko Matsakis | -38/+2 |
| 2018-09-10 | now that we can handle subtyping, fix higher-ranked equality | Niko Matsakis | -22/+28 |
| 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 | -47/+306 |
| 2018-09-10 | rustc_resolve: ignore uniform_paths canaries that resolve to an import of the... | Eduard-Mihai Burtescu | -43/+72 |
| 2018-09-10 | rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate... | Eduard-Mihai Burtescu | -6/+236 |
| 2018-09-10 | Auto merge of #53565 - PramodBisht:issue/53359_b, r=estebank | bors | -27/+86 |