| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-09-10 | Auto merge of #53854 - davidtwco:issue-53668, r=nikomatsakis | bors | -0/+261 |
| 2018-09-10 | resolve: Remove `unshadowable_attrs` | Vadim Petrochenkov | -47/+34 |
| 2018-09-10 | resolve: Split macro prelude into built-in and user-defined parts | Vadim Petrochenkov | -33/+48 |
| 2018-09-10 | Feature gate non-builtin attributes in inner attribute position | Vadim Petrochenkov | -12/+48 |
| 2018-09-09 | Don't compute padding of braces unless they are unmatched | Esteban Küber | -26/+23 |
| 2018-09-09 | Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis | bors | -245/+1230 |
| 2018-09-09 | update ui tests | Jorge Aparicio | -36/+6 |
| 2018-09-09 | add generalization | Niko Matsakis | -99/+155 |
| 2018-09-09 | instantiate traversed binders rather than saving the scopes | Niko Matsakis | -14/+103 |
| 2018-09-09 | add a `first_free_index` parameter | Niko Matsakis | -5/+10 |
| 2018-09-09 | add ability to create region vars with explicit universe | Niko Matsakis | -6/+23 |
| 2018-09-09 | infer/mod.rs: rustfmt | Niko Matsakis | -329/+373 |
| 2018-09-09 | add some comments | Niko Matsakis | -0/+16 |
| 2018-09-09 | factor out `lookup_bound_region` | Niko Matsakis | -11/+18 |
| 2018-09-09 | remove extra lifetime bound | Niko Matsakis | -1/+1 |
| 2018-09-09 | document the purpose of `ScopeInstantiator` | Niko Matsakis | -0/+7 |
| 2018-09-09 | rustdoc: Remove generated blanket impls from trait pages | Oliver Middleton | -14/+49 |
| 2018-09-09 | Remove documentation about proc_macro being bare-bones | David Tolnay | -7/+0 |
| 2018-09-09 | Auto merge of #54057 - matthiaskrgr:stabilize-edition-plus-clippy, r=Mark-Sim... | bors | -42/+45 |
| 2018-09-09 | remove #[used] from the unstable book | Jorge Aparicio | -157/+0 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -12/+5 |
| 2018-09-09 | Auto merge of #53902 - dtolnay:group, r=petrochenkov | bors | -113/+191 |
| 2018-09-09 | merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/ | Eric Huss | -4/+6 |
| 2018-09-09 | Auto merge of #53998 - eddyb:issue-53728, r=oli-obk | bors | -12/+63 |
| 2018-09-08 | Rename sp_lo to sp_open | David Tolnay | -10/+10 |
| 2018-09-09 | Auto merge of #53988 - eddyb:issue-53770, r=petrochenkov | bors | -43/+49 |
| 2018-09-08 | docs: Use dollar sign for all bash prompts | Behnam Esfahbod | -16/+19 |
| 2018-09-09 | simplify ordering for Kind | toidiu | -12/+2 |
| 2018-09-09 | Auto merge of #53960 - estebank:issue-51303, r=nagisa | bors | -12/+66 |
| 2018-09-08 | Stabilization change for mod.rs | Rusty Blitzerr | -185/+3 |