-
Notifications
You must be signed in to change notification settings - Fork 13k
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
add #[rustc_pass_by_value]
to more types
#94737
Conversation
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy |
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
r=me if you don't want to do a perf run here (I assume that perf is the motivation) |
@bors try @rust-timer queue perf wasn't really the intention, it was mostly to remove a bunch of |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit b8135fd with merge d861784f75d3058217714691c183160e5de9b759... |
☀️ Try build successful - checks-actions |
Queued d861784f75d3058217714691c183160e5de9b759 with parent 163c207, future comparison URL. |
Finished benchmarking commit (d861784f75d3058217714691c183160e5de9b759): comparison url. Summary: This benchmark run did not return any relevant results. 38 results were found to be statistically significant but too small to be relevant. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR led to changes in compiler perf. @bors rollup=never |
a bunch of small improvements @bors r=davidtwco rollup=never |
📌 Commit b8135fd has been approved by |
⌛ Testing commit b8135fd with merge f29bd67b2454a59fed4825e34bba326a20fc5e8c... |
⌛ Testing commit b8135fd with merge 52164d07d2c5c5eec6c1b20788c11ec847465523... |
💔 Test failed - checks-actions |
is that one spurious? Can't seem to find the runner which was causing the failure |
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (85ce7fd): comparison url. Summary: This benchmark run did not return any relevant results. 38 results were found to be statistically significant but too small to be relevant. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
the only interesting changes here should be to
TransitiveRelation
, but I believe to be highly unlikely that we will ever use a nonCopy
type with this type.