Skip to content

Rollup of 8 pull requests #81186

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 16 commits into from
Jan 19, 2021
Merged

Rollup of 8 pull requests #81186

merged 16 commits into from
Jan 19, 2021

Conversation

GuillaumeGomez
Copy link
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

GuillaumeGomez and others added 16 commits December 30, 2020 14:47
…ty one. If all are empty, the current one doesn't change.
prexisting -> preexisting
Signed-off-by: soniasingla <soniasingla.1812@gmail.com>
…cking, r=Nemo157,pickfire

Improve search result tab handling

Fixes rust-lang#80378.

If the current search result tab is empty, it picks the first non-empty one. If all are empty, the current one doesn't change. It can be tested with "-> string" (where only the "returned elements" tab is not empty).

r? `@jyn514`
…odrAus

Remove unused alloc::std::ops re-export.

Removes unused re-export in alloc/lib.rs.
…Mark-Simulacrum

BTreeMap: prefer bulk_steal functions over specialized ones

The `steal_` functions (apart from their return value) are basically specializations of the more general `bulk_steal_` functions. This PR removes the specializations. The library/alloc benchmarks say this is never slower and up to 6% faster.

r? ``@Mark-Simulacrum``
Fix structured suggestion for explicit `drop` call
…, r=Nemo157

Remove inline script tags

Fixes rust-lang#81133.

cc ``@pietroalbini``

r? ``@Nemo157``
Fix typo in simplify.rs

prexisting -> preexisting
…ark-Simulacrum

remove some outdated comments regarding  debug assertions

rust-lang#79684 removed those debug assertions.
…evink

Fixes rust-lang#81109 - Typo in pointer::wrapping_sub

Signed-off-by: soniasingla <soniasingla.1812@gmail.com>

Related to issue rust-lang#81109
@rustbot rustbot added the rollup A PR which is a rollup label Jan 19, 2021
@GuillaumeGomez
Copy link
Member Author

@bors: r+ p=8

@bors
Copy link
Collaborator

bors commented Jan 19, 2021

📌 Commit dcb7479 has been approved by GuillaumeGomez

@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 Jan 19, 2021
@bors
Copy link
Collaborator

bors commented Jan 19, 2021

⌛ Testing commit dcb7479 with merge f09fb48...

@bors
Copy link
Collaborator

bors commented Jan 19, 2021

☀️ Test successful - checks-actions
Approved by: GuillaumeGomez
Pushing f09fb48 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jan 19, 2021
@bors bors merged commit f09fb48 into rust-lang:master Jan 19, 2021
@rustbot rustbot added this to the 1.51.0 milestone Jan 19, 2021
@GuillaumeGomez GuillaumeGomez deleted the rollup-y2d04g9 branch January 19, 2021 15:06
@bors bors mentioned this pull request Jan 19, 2021
# 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.

[docs] pointer::wrapping_sub has typo
8 participants