Skip to content

Rollup of 8 pull requests - #61418

Merged
bors merged 17 commits into
rust-lang:masterfrom
Centril:rollup-yvj33a1
Jun 1, 2019
Merged

Rollup of 8 pull requests#61418
bors merged 17 commits into
rust-lang:masterfrom
Centril:rollup-yvj33a1

Conversation

@Centril

Copy link
Copy Markdown
Contributor

Successful merges:

Failed merges:

r? @ghost

GuillaumeGomezand others added 17 commits May 29, 2019 16:51
…komatsakis
Expand dynamic drop tests for cases in rust-lang#47949
Adds test cases for rust-lang#47949
…earth
Don't generate div inside header (h4/h3/h...) elements
Fixesrust-lang#60865.
According to the HTML spec, we're not supposed to put `div` elements inside heading elements (h4/h3/h...). It doesn't change the display as far as I could tell.
r? @QuietMisdreavus
…ase, r=Centril
Make "panic did not include expected string" message consistent
Note messages are typically lowercase.
…asper
Remove ty::BrFresh and RegionConstraintCollector::new_bound
Fixesrust-lang#60957
r? @matthewjasper
Remove GlobalArenas and use Arena instead
r? @eddyb
…x, r=Centril
Doc comment fixes for `rustc::mir::interpret::InterpretCx`
Fixes some stuff I noticed while working in const-prop.
Remove unnecessary `-Z continue-parse-after-error` from tests
r? @petrochenkov
@Centril

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=8 rollup=never

@bors

bors commented Jun 1, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 23de376 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 Jun 1, 2019
@bors

bors commented Jun 1, 2019

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 23de376 with merge 885c7df...

bors added a commit that referenced this pull request Jun 1, 2019
Rollup of 8 pull requests
Successful merges:
- #60729 (Expand dynamic drop tests for cases in #47949)
- #61263 (Don't generate div inside header (h4/h3/h...) elements)
- #61364 (Stabilize reverse_bits feature)
- #61375 (Make "panic did not include expected string" message consistent)
- #61387 (Remove ty::BrFresh and RegionConstraintCollector::new_bound)
- #61389 (Remove GlobalArenas and use Arena instead)
- #61391 (Doc comment fixes for `rustc::mir::interpret::InterpretCx`)
- #61403 (Remove unnecessary `-Z continue-parse-after-error` from tests)
Failed merges:
r? @ghost
@bors

bors commented Jun 1, 2019

Copy link
Copy Markdown
Collaborator

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

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jun 1, 2019
@bors
bors merged commit 23de376 into rust-lang:masterJun 1, 2019
@Centril
Centril deleted the rollup-yvj33a1 branch June 1, 2019 09:28
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 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.

10 participants

@Centril@bors@GuillaumeGomez@matthewjasper@varkor@estebank@tesuji@JohnTitor@Zoxc@wesleywiser