Skip to content

Rollup of 6 pull requests - #84153

Merged
bors merged 14 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-5jiqrwu
Apr 13, 2021
Merged

Rollup of 6 pull requests#84153
bors merged 14 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-5jiqrwu

Conversation

@Dylan-DPC-zz

Copy link
Copy Markdown

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

CDirkxand 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
Closesrust-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
Fixesrust-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.
@rustbotrustbot added the rollup A PR which is a rollup label Apr 13, 2021
@Dylan-DPC-zz

Copy link
Copy Markdown
Author

@bors r+ rollup=never p=5

@bors

bors commented Apr 13, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 91c0828 has been approved by Dylan-DPC

@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 13, 2021
@bors

bors commented Apr 13, 2021

Copy link
Copy Markdown
Collaborator

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

@bors

bors commented Apr 13, 2021

Copy link
Copy Markdown
Collaborator

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

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Apr 13, 2021
@bors
bors merged commit 5258a74 into rust-lang:masterApr 13, 2021
@rustbotrustbot 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
@borsbors mentioned this pull request Apr 13, 2021
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

@Dylan-DPC-zz@bors@rustbot@CDirkx@exrook@workingjubilee@m-ou-se@b-naber@camelid@Dylan-DPC