Conversation
Co-authored-by: Joshua Nelson <github@jyn.dev>
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
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_bytesconst#91824 (Make(*mut T)::write_bytesconst)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup