Uh oh!
There was an error while loading. Please reload this page.
Rollup of 6 pull requests - #67464
Merged
Merged
Conversation
…nst ptr and the other with mut ptr
Co-Authored-By: matthewjasper <mjjasper1@gmail.com>
… r=oli-obk Const prop should finish propagation into user defined variables Fixesrust-lang#66638 ~~Temporarily rebased on top of rust-lang#67015 to get those fixes.~~ r? @oli-obk
…imulacrum Split up ptr/mod.rs in libcore... ...one with implementation detail for const ptr and the other with mut ptr I am not sure if the "stable since 1.0.0" flags are the correct choice for the two additional mods. Also, is it necessary for them to be "pub"? If so, there should be a good description for them. Closesrust-lang#66891
…nikomatsakis Don't suppress move errors for union fields closesrust-lang#66500
Fix unresolved type span inside async object Closesrust-lang#65180 r? @estebank It's hard to create a minimal repro for that issue, [decided](https://rust-lang.zulipchat.com/#narrow/stream/187312-wg-async-foundations/topic/meeting.202019.2E12.2E17/near/183675659) to give up finding mcve. cc [previous take](rust-lang#65668)
Separate region inference logic from error handling better Split out from rust-lang#67241 r? @matthewjasper
…ewjasper `is_binding_pat`: use explicit match & include or-pats in grammar r? @matthewjasper@nikomatsakis
Centril
commented
Dec 20, 2019
ContributorAuthor
@bors r+ p=150 rollup=never |
bors
commented
Dec 20, 2019
Collaborator
📌 Commit f465f95 has been approved by |
bors
commented
Dec 20, 2019
Collaborator
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
bors
commented
Dec 21, 2019
Collaborator
bors added a commit
that referenced
this pull request
Dec 21, 2019
Rollup of 6 pull requests Successful merges: - #67130 (Const prop should finish propagation into user defined variables) - #67163 (Split up ptr/mod.rs in libcore...) - #67314 (Don't suppress move errors for union fields) - #67392 (Fix unresolved type span inside async object) - #67404 (Separate region inference logic from error handling better) - #67428 (`is_binding_pat`: use explicit match & include or-pats in grammar) Failed merges: r? @ghost
bors
commented
Dec 21, 2019
Collaborator
☀️ Test successful - checks-azure |
This was referenced Dec 21, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
is_binding_pat: use explicit match & include or-pats in grammar #67428 (is_binding_pat: use explicit match & include or-pats in grammar)Failed merges:
r? @ghost