Skip to content

Rollup of 5 pull requests - #97304

Merged
bors merged 11 commits into
rust-lang:masterfrom
Dylan-DPC:rollup-qxrfddc
May 23, 2022
Merged

Rollup of 5 pull requests#97304
bors merged 11 commits into
rust-lang:masterfrom
Dylan-DPC:rollup-qxrfddc

Conversation

@Dylan-DPC

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

Noratrieband others added 11 commits May 16, 2022 19:29
While already being inferable from the doc examples, it wasn't
fully specified. This is the only logical way to do a slice
iterator.
…rder, r=dtolnay
Clarify slice and Vec iteration order
While already being inferable from the doc examples, it wasn't fully specified. This is the only logical way to do a slice iterator, so I think this should be uncontroversial. It also improves the `Vec::into_iter` example to better show the order and that the iterator returns owned values.
Remove feature: `crate` visibility modifier
FCP completed in rust-lang#53120.
…rrors
Add regression test for rust-lang#91949Closesrust-lang#91949
This needs `build-fail` because the original bug only appeared with `cargo build`.
r? `@compiler-errors`
std::time : fix variable name in the doc
Fix some typos in arg checking algorithm
Fixesrust-lang#97197
Also fixes a typo where if we're missing args A, B, C, we actually say A, B, B
@rustbotrustbot added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels May 23, 2022
@Dylan-DPC

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=5

@bors

bors commented May 23, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit b5ff4ad 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 May 23, 2022
@bors

bors commented May 23, 2022

Copy link
Copy Markdown
Collaborator

⌛ Testing commit b5ff4ad with merge 9e2f655...

@bors

bors commented May 23, 2022

Copy link
Copy Markdown
Collaborator

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

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label May 23, 2022
@bors
bors merged commit 9e2f655 into rust-lang:masterMay 23, 2022
@rustbotrustbot added this to the 1.63.0 milestone May 23, 2022
@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (9e2f655): comparison url.

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results
  • Primary benchmarks: no relevant changes found
  • Secondary benchmarks: mixed results
Regressions 😿
(primary)
Regressions 😿
(secondary)
Improvements 🎉
(primary)
Improvements 🎉
(secondary)
All 😿 🎉
(primary)
count103010
mean2N/A1.9%N/A-1.2%N/A
maxN/A3.2%N/A-1.2%N/A

Cycles

Results
  • Primary benchmarks: mixed results
  • Secondary benchmarks: 🎉 relevant improvements found
Regressions 😿
(primary)
Regressions 😿
(secondary)
Improvements 🎉
(primary)
Improvements 🎉
(secondary)
All 😿 🎉
(primary)
count130134
mean24.0%N/A-1.7%-1.7%2.6%
max4.3%N/A-1.7%-2.0%4.3%

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

Footnotes

  1. number of relevant changes2

  2. the arithmetic mean of the percent change2

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.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@Dylan-DPC@bors@rust-timer@rustbot@Noratrieb@jhpratt@JohnTitor@jersou@compiler-errors