Skip to content

Rollup of 5 pull requests - #60224

Merged
bors merged 20 commits into
rust-lang:masterfrom
Centril:rollup-lfuhhsk
Apr 24, 2019
Merged

Rollup of 5 pull requests#60224
bors merged 20 commits into
rust-lang:masterfrom
Centril:rollup-lfuhhsk

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

GuillaumeGomezand others added 20 commits April 16, 2019 20:36
…tsakis
Future-proof MIR for dedicated debuginfo.
This is rust-lang#56231 without the last commit (the one that actually moves to `VarDebuginfo`).
Nothing should be broken, but it should no longer depend on debuginfo for anything else.
r? @nikomatsakis
Stabilize futures_api
cc rust-lang#59725.
Based on rust-lang#59733 and rust-lang#59119 -- only the last two commits here are relevant.
r? @withoutboats , @oli-obk for the introduction of `rustc_allow_const_fn_ptr`.
…r=Manishearth
Fix dark css rule
Fixesrust-lang#59817.
r? @rust-lang/rustdoc
Temporarily accept [i|u][32|size] suffixes on a tuple index and warn
Fixrust-lang#60138.
rust-lang#59553 will need to be kept open to track the change back to rejecting this code a few versions down thee line.
@Centril

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=5

@bors

bors commented Apr 24, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 7304e96 has been approved by Centril

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Apr 24, 2019
@bors

bors commented Apr 24, 2019

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 7304e96 with merge 8a44125...

bors added a commit that referenced this pull request Apr 24, 2019
Rollup of 5 pull requests
Successful merges:
- #56278 (Future-proof MIR for dedicated debuginfo.)
- #59739 (Stabilize futures_api)
- #59822 (Fix dark css rule)
- #60186 (Temporarily accept [i|u][32|size] suffixes on a tuple index and warn)
- #60190 (Don't generate unnecessary rmeta files.)
Failed merges:
r? @ghost
@bors

bors commented Apr 24, 2019

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-travis, status-appveyor
Approved by: Centril
Pushing 8a44125 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Apr 24, 2019
@bors
bors merged commit 7304e96 into rust-lang:masterApr 24, 2019
@Centril
Centril deleted the rollup-lfuhhsk branch April 24, 2019 06:09
@borsbors mentioned this pull request Apr 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Centril@bors@GuillaumeGomez@estebank@eddyb@cramertj@nnethercote