Skip to content

Rollup of 6 pull requests #84153

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 14 commits into from
Apr 13, 2021
Merged

Rollup of 6 pull requests #84153

merged 14 commits into from
Apr 13, 2021

Conversation

Dylan-DPC-zz
Copy link

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

CDirkx and others added 14 commits March 26, 2021 15:27
- `Div` and `Rem` by their `NonZero` variant is now implemented for all unsigned integers.
- stabilization of `deque_range`
- deprecation of `spin_loop_hint`
Also tweaked the message a bit by

- removing the hyphen, because in my opinion the hyphen makes the
  message a bit harder to read, especially combined with the backticks;
- adding the word "be", because I think it's a bit clearer that way.
Update RELEASES.md

A couple of things that were missing in the release notes:

- `Div` and `Rem` by their `NonZero` variant is now implemented for all unsigned integers (rust-lang#79134)
- Stabilization of `VecDeque::range` and `VecDeque::range_mut` (rust-lang#79022, stabilization version corrected to 1.51.0 rust-lang#80448)
- Deprecation of `spin_loop_hint` (rust-lang#80966)
Remove `T: Debug` bound on UnsafeCell Debug impl

Prior art: rust-lang#65013
…in, r=dtolnay

Stabilize BTree{Map,Set}::retain

Closes rust-lang#79025.
FCP concluded here: rust-lang#79025 (comment)

This is an approved feature on BTree{Map,Set} to mirror a functionality in Hash{Map,Set}, which has had some adequate testing since its introduction in rust-lang#79026 and doesn't seem to have caused any problems since.
Don't call bump in check_mistyped_turbofish_with_multiple_type_params

Fixes rust-lang#84117
Fix typo in error message

Also tweaked the message a bit by

- removing the hyphen, because in my opinion the hyphen makes the
  message a bit harder to read, especially combined with the backticks;
- adding the word "be", because I think it's a bit clearer that way.
@rustbot rustbot added the rollup A PR which is a rollup label Apr 13, 2021
@Dylan-DPC-zz
Copy link
Author

@bors r+ rollup=never p=5

@bors
Copy link
Collaborator

bors commented Apr 13, 2021

📌 Commit 91c0828 has been approved by Dylan-DPC

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Apr 13, 2021
@bors
Copy link
Collaborator

bors commented Apr 13, 2021

⌛ Testing commit 91c0828 with merge 5258a74...

@bors
Copy link
Collaborator

bors commented Apr 13, 2021

☀️ Test successful - checks-actions
Approved by: Dylan-DPC
Pushing 5258a74 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 13, 2021
@bors bors merged commit 5258a74 into rust-lang:master Apr 13, 2021
@rustbot rustbot added this to the 1.53.0 milestone Apr 13, 2021
@Dylan-DPC-zz Dylan-DPC-zz deleted the rollup-5jiqrwu branch April 13, 2021 14:11
# for free to join this conversation on GitHub. Already have an account? # 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants