-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 5 pull requests #91841
Rollup of 5 pull requests #91841
Conversation
Co-authored-by: Joshua Nelson <[email protected]>
Co-authored-by: Noah Lev <[email protected]>
This commit adds autolabeling for the `T-compiler` label, for PRs that modify rustc's source code or tests (currently only `src/test/ui`). This is possible now that rust-lang/triagebot#1321 has landed.
Implement `TryFrom<&'_ mut [T]>` for `[T; N]` Fixes rust-lang#91085.
…, r=m-ou-se Stabilize `ControlFlow::{is_break, is_continue}` The type itself was stabilized in 1.55, but using it is not ergonomic without these helper functions. Stabilize them. r? rust-lang/libs-api
…lacrum BTree: improve public descriptions and comments BTreeSet has always used the term "value" next to and meaning the same thing as "elements" (in the mathematical sense but also used for key-value pairs in BTreeMap), while in the BTreeMap sense these "values" are known as "keys" and definitely not "values". Today I had enough of that. r? `@Mark-Simulacrum`
…kh726 rustbot: Add autolabeling for `T-compiler` This commit adds autolabeling for the `T-compiler` label, for PRs that modify rustc's source code or tests (currently only `src/test/ui`). This is possible now that rust-lang/triagebot#1321 has landed.
…i-obk Make `(*mut T)::write_bytes` `const` Tracking issue: rust-lang#86302
@bors r+ rollup=never p=5 |
📌 Commit 9e662d0 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (f7fd79a): 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. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression |
Successful merges:
TryFrom<&'_ mut [T]>
for[T; N]
#91086 (ImplementTryFrom<&'_ mut [T]>
for[T; N]
)ControlFlow::{is_break, is_continue}
#91091 (StabilizeControlFlow::{is_break, is_continue}
)T-compiler
#91819 (rustbot: Add autolabeling forT-compiler
)(*mut T)::write_bytes
const
#91824 (Make(*mut T)::write_bytes
const
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup