Skip to content

Remove GlobalArenas and use Arena instead - #61389

Merged
bors merged 1 commit into
rust-lang:masterfrom
Zoxc:arena-cleanup
Jun 1, 2019
Merged

Remove GlobalArenas and use Arena instead#61389
bors merged 1 commit into
rust-lang:masterfrom
Zoxc:arena-cleanup

Conversation

@Zoxc

@ZoxcZoxc commented May 31, 2019

Copy link
Copy Markdown
Contributor

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 31, 2019
@eddyb

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented May 31, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 6d38746 has been approved by eddyb

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 31, 2019
@mati865

Copy link
Copy Markdown
Member

@bors rollup=never to get accurate results on perf.rlo?

@RalfJung

Copy link
Copy Markdown
Member

@bors rollup=never

@Zoxc

Zoxc commented Jun 1, 2019

Copy link
Copy Markdown
ContributorAuthor

This is unlikely to change performance

@bors rollup

Centril added a commit to Centril/rust that referenced this pull request Jun 1, 2019
Remove GlobalArenas and use Arena instead
r? @eddyb
@CentrilCentril mentioned this pull request Jun 1, 2019
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 merged commit 6d38746 into rust-lang:masterJun 1, 2019
@Zoxc
Zoxc deleted the arena-cleanup branch June 1, 2019 10:00
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-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.

6 participants

@Zoxc@eddyb@bors@mati865@RalfJung@rust-highfive