-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 8 pull requests #61418
Merged
Merged
Rollup of 8 pull requests #61418
Conversation
This file contains 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
Note messages are typically lowercase.
…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 Fixes rust-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
…ntril Stabilize reverse_bits feature FCP done in rust-lang#48763 (comment) Closes rust-lang#48763 r? @Centril
…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 Fixes rust-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
@bors r+ p=8 rollup=never |
📌 Commit 23de376 has been approved by |
bors
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
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
☀️ Test successful - checks-travis, status-appveyor |
This was referenced Jun 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
merged-by-bors
This PR was explicitly merged by bors.
rollup
A PR which is a rollup
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
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:
rustc::mir::interpret::InterpretCx
#61391 (Doc comment fixes forrustc::mir::interpret::InterpretCx
)-Z continue-parse-after-error
from tests #61403 (Remove unnecessary-Z continue-parse-after-error
from tests)Failed merges:
r? @ghost