about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-09-12Rollup merge of #54085 - dtolnay:bare, r=alexcrichtonkennytm-7/+0
2018-09-12Rollup merge of #54074 - toidiu:ak-spimplifyOrd, r=eddybkennytm-12/+2
2018-09-12Rollup merge of #54073 - behnam:docs-1, r=frewsxcvkennytm-19/+22
2018-09-12Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrumkennytm-185/+3
2018-09-12Rollup merge of #54064 - nagisa:tiny-typo, r=sfacklerkennytm-2/+3
2018-09-12Rollup merge of #54046 - snaedis:issue-48022, r=steveklabnikkennytm-1/+2
2018-09-12Rollup merge of #54031 - ljedrz:cleanup_passes, r=oli-obkkennytm-128/+96
2018-09-12Rollup merge of #53777 - ivanbakel:result_map_or_else, r=alexcrichtonkennytm-0/+30
2018-09-12Rollup merge of #53703 - sourcefrog:doc-wrapping, r=frewsxcvkennytm-0/+3
2018-09-12Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddybkennytm-6/+63
2018-09-11Auto merge of #53913 - petrochenkov:biattr4, r=alexcrichtonbors-71/+353
2018-09-11Auto merge of #53873 - nikomatsakis:nll-universe-subtyping-and-pattern-ascrip...bors-1008/+1873
2018-09-11Auto merge of #54111 - nikomatsakis:issue-53686-keywords-and-macros, r=alexcr...bors-14/+81
2018-09-11we now successfully warn about `async` in macro invocationsNiko Matsakis-13/+26
2018-09-11Auto merge of #51363 - japaric:stable-used, r=cramertjbors-205/+11
2018-09-11Auto merge of #54113 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-0/+0
2018-09-11Auto merge of #54092 - estebank:gotta-go-fast, r=nikomatsakisbors-26/+23
2018-09-10Update Cargo submoduleAlex Crichton-0/+0
2018-09-11resolve: Reserve a few very special names in macro namespaceVadim Petrochenkov-52/+62
2018-09-11resolve: Skip bang macros when resolving potentially built-in attributesVadim Petrochenkov-32/+29
2018-09-11resolve: Future proof resolutions for potentially built-in attributesVadim Petrochenkov-0/+274
2018-09-11resolve: Support resolving identifier macros without their own IDVadim Petrochenkov-47/+48
2018-09-10fix incremental testNiko Matsakis-1/+1
2018-09-10add test caseNiko Matsakis-0/+47
2018-09-10visit the paths in pre-expansion macrosNiko Matsakis-0/+7
2018-09-10make `add_pre_expansion_builtin` add a pre-expansion lintNiko Matsakis-1/+1
2018-09-10add FIXME related to `ref x` bindingsNiko Matsakis-14/+16
2018-09-10Auto merge of #54093 - petrochenkov:noinner, r=alexcrichtonbors-12/+48
2018-09-10add link to https://github.com/rust-lang/rust/issues/54105Niko Matsakis-3/+3
2018-09-10propagate user-ascribes types down onto resulting bindingsNiko Matsakis-35/+171
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