about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-10expand the patterns test with a bunch more scenariosNiko Matsakis-5/+172
2018-09-10Auto merge of #54000 - jkozlowski:fix-53174, r=cramertjbors-21/+89
2018-09-10bump versionJorge Aparicio-1/+1
2018-09-10optimize `let x: T = ..` to avoid a temporaryNiko Matsakis-122/+105
2018-09-10generalize `AscribeUserType` to handle sub or super typeNiko Matsakis-92/+62
2018-09-10WIP remove incorrect nll.stderr reference filesNiko Matsakis-56/+0
2018-09-10fix SCCs containing mixture of universesNiko Matsakis-28/+61
2018-09-10fixup: rename `UserAssertTy` to `AscribeUserType`Niko Matsakis-1/+1
2018-09-10pacify the mercilous tidyNiko Matsakis-3/+7
2018-09-10insert `AscribeUserType` for ascriptionsNiko Matsakis-19/+126
2018-09-10add the `AscribeUserType` statement kindNiko Matsakis-78/+134
2018-09-10matches/mod.rs: rustfmtNiko Matsakis-283/+419
2018-09-10add a `AscribeUserType` pattern, largely ignoredNiko Matsakis-7/+71
2018-09-10remove the old `UserAssertTy` supportNiko Matsakis-38/+2
2018-09-10now that we can handle subtyping, fix higher-ranked equalityNiko Matsakis-22/+28
2018-09-10add a test for variables used twiceNiko Matsakis-0/+52
2018-09-10Auto merge of #54011 - eddyb:anchored-in-the-future, r=petrochenkovbors-47/+306
2018-09-10rustc_resolve: ignore uniform_paths canaries that resolve to an import of the...Eduard-Mihai Burtescu-43/+72
2018-09-10rustc_resolve: inject `uniform_paths` canaries regardless of the feature-gate...Eduard-Mihai Burtescu-6/+236
2018-09-10Auto merge of #53565 - PramodBisht:issue/53359_b, r=estebankbors-27/+86
2018-09-10Auto merge of #53854 - davidtwco:issue-53668, r=nikomatsakisbors-0/+261
2018-09-10resolve: Remove `unshadowable_attrs`Vadim Petrochenkov-47/+34
2018-09-10resolve: Split macro prelude into built-in and user-defined partsVadim Petrochenkov-33/+48
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-12/+48
2018-09-09Don't compute padding of braces unless they are unmatchedEsteban Küber-26/+23
2018-09-09Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakisbors-245/+1230
2018-09-09update ui testsJorge Aparicio-36/+6
2018-09-09add generalizationNiko Matsakis-99/+155
2018-09-09instantiate traversed binders rather than saving the scopesNiko Matsakis-14/+103
2018-09-09add a `first_free_index` parameterNiko Matsakis-5/+10
2018-09-09add ability to create region vars with explicit universeNiko Matsakis-6/+23
2018-09-09infer/mod.rs: rustfmtNiko Matsakis-329/+373
2018-09-09add some commentsNiko Matsakis-0/+16
2018-09-09factor out `lookup_bound_region`Niko Matsakis-11/+18
2018-09-09remove extra lifetime boundNiko Matsakis-1/+1
2018-09-09document the purpose of `ScopeInstantiator`Niko Matsakis-0/+7
2018-09-09rustdoc: Remove generated blanket impls from trait pagesOliver Middleton-14/+49
2018-09-09Remove documentation about proc_macro being bare-bonesDavid Tolnay-7/+0
2018-09-09Auto merge of #54057 - matthiaskrgr:stabilize-edition-plus-clippy, r=Mark-Sim...bors-42/+45
2018-09-09remove #[used] from the unstable bookJorge Aparicio-157/+0
2018-09-09stabilize `#[used]`Jorge Aparicio-12/+5
2018-09-09Auto merge of #53902 - dtolnay:group, r=petrochenkovbors-113/+191
2018-09-09merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/Eric Huss-4/+6
2018-09-09Auto merge of #53998 - eddyb:issue-53728, r=oli-obkbors-12/+63
2018-09-08Rename sp_lo to sp_openDavid Tolnay-10/+10
2018-09-09Auto merge of #53988 - eddyb:issue-53770, r=petrochenkovbors-43/+49
2018-09-08docs: Use dollar sign for all bash promptsBehnam Esfahbod-16/+19
2018-09-09simplify ordering for Kindtoidiu-12/+2
2018-09-09Auto merge of #53960 - estebank:issue-51303, r=nagisabors-12/+66
2018-09-08Stabilization change for mod.rsRusty Blitzerr-185/+3