-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Assoc item cleanup #90648
Assoc item cleanup #90648
Conversation
r? @jackh726 (rust-highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 37f8b7dfccd88f38abd91013092fbc8b1c7dea3e with merge 5378c9f4bd027bfc59e71c557bc0e3eeb8db49a7... |
Sorry for the ping oli-obk, I mis-clicked. |
☀️ Try build successful - checks-actions |
Queued 5378c9f4bd027bfc59e71c557bc0e3eeb8db49a7 with parent 3cd3bbe, future comparison URL. |
Finished benchmarking commit (5378c9f4bd027bfc59e71c557bc0e3eeb8db49a7): comparison url. Summary: This change led to large relevant mixed results 🤷 in compiler performance.
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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never |
d790fe2
to
f7989bd
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit f7989bda6cb1efb9705f429990c740d245c162f0 with merge 15c0e0e6a71c795b8ee72fdd01b9fcd2ad894be3... |
☀️ Try build successful - checks-actions |
Queued 15c0e0e6a71c795b8ee72fdd01b9fcd2ad894be3 with parent 3326f19, future comparison URL. |
Finished benchmarking commit (15c0e0e6a71c795b8ee72fdd01b9fcd2ad894be3): comparison url. Summary: This change led to large relevant mixed results 🤷 in compiler performance.
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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never |
f7989bd
to
7e598db
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
☀️ Try build successful - checks-actions |
Queued c12bd3a2dfbe2dbf507f94d78372a7bf87be2930 with parent 0727994, future comparison URL. |
Finished benchmarking commit (c12bd3a2dfbe2dbf507f94d78372a7bf87be2930): comparison url. Summary: This change led to large relevant regressions 😿 in compiler performance.
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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @bors rollup=never |
7e598db
to
9734c03
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 9734c03 with merge 73a04f9e6b6dda76aca299429e4784b13e6685d3... |
☀️ Try build successful - checks-actions |
Queued 73a04f9e6b6dda76aca299429e4784b13e6685d3 with parent 90a273b, future comparison URL. |
Finished benchmarking commit (73a04f9e6b6dda76aca299429e4784b13e6685d3): comparison url. Summary: This benchmark run did not return any relevant changes. 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 |
r=me with the PR message updated. |
I was hoping to readd some changes back into this PR, but I guess this can be merged as is for now. |
📌 Commit 9734c03 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (3d29b68): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
This removes some fields from ObligationCauseCode
Split out of #90639