Add APIs for dealing with titlecase#122668
Add APIs for dealing with titlecase#122668Jules-Bertholet wants to merge 3 commits intorust-lang:mainfrom
Conversation
|
☔ The latest upstream changes (presumably #122616) made this pull request unmergeable. Please resolve the merge conflicts. |
5f6fa45 to
fe5d72b
Compare
|
☔ The latest upstream changes (presumably #122013) made this pull request unmergeable. Please resolve the merge conflicts. |
fe5d72b to
b2fdfab
Compare
|
If you want to modify |
This comment has been minimized.
This comment has been minimized.
b2fdfab to
a2512b4
Compare
|
The libs team gave a positive response to the ACP. @rustbot label -S-waiting-on-ACP S-waiting-on-review |
This comment has been minimized.
This comment has been minimized.
a2512b4 to
108a15c
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
108a15c to
15a00b3
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
15a00b3 to
ea8393a
Compare
|
@rustbot reroll |
|
💥 Test timed out after |
|
Let's see if that's reproducible |
|
❌ Encountered an error while executing command |
|
........ |
This comment has been minimized.
This comment has been minimized.
Add APIs for dealing with titlecase try-job: x86_64-gnu-aux
…uwer Rollup of 22 pull requests Successful merges: - #122668 (Add APIs for dealing with titlecase) - #152543 (privacy: Fix type privacy holes in RPITITs) - #153107 (Optimize BTreeMap::append() using CursorMut) - #153312 (Packages as namespaces part 1) - #153534 (Remove a flaky `got_timeout` assert from two channel tests) - #153718 (Fix environ on FreeBSD with cdylib targets that use -Wl,--no-undefined .) - #153857 (Rename `target.abi` to `target.cfg_abi` and enum-ify llvm_abiname) - #153880 (Lifted intersperse and intersperse_with Fused transformation and updated documentation + tests) - #153931 (remove usages of to-be-deprecated numeric constants) - #150630 (Unknown -> Unsupported compression algorithm) - #153491 (Move `freeze_*` methods to `OpenOptionsExt2`) - #153582 (Simplify find_attr! for HirId usage) - #153623 (std: move `sys::pal::os` to `sys::paths`) - #153647 (docs(fs): Clarify That File::lock Coordinates Across Processes) - #153936 (Skip stack_start_aligned for immediate-abort) - #154011 (implement `BinaryHeap::as_mut_slice`) - #154167 (ui/lto: move and rename two tests from issues/) - #154174 (allow `incomplete_features` in most UI tests) - #154175 (Add new alias for Guillaume Gomez email address) - #154182 (diagnostics: avoid ICE for undeclared generic parameter in impl) - #154188 (Update the tracking issue for #[diagnostic::on_move]) - #154201 (Use enums to clarify `DepNodeColorMap` color marking )
…uwer Rollup of 22 pull requests Successful merges: - #122668 (Add APIs for dealing with titlecase) - #152543 (privacy: Fix type privacy holes in RPITITs) - #153107 (Optimize BTreeMap::append() using CursorMut) - #153312 (Packages as namespaces part 1) - #153534 (Remove a flaky `got_timeout` assert from two channel tests) - #153718 (Fix environ on FreeBSD with cdylib targets that use -Wl,--no-undefined .) - #153857 (Rename `target.abi` to `target.cfg_abi` and enum-ify llvm_abiname) - #153880 (Lifted intersperse and intersperse_with Fused transformation and updated documentation + tests) - #153931 (remove usages of to-be-deprecated numeric constants) - #150630 (Unknown -> Unsupported compression algorithm) - #153491 (Move `freeze_*` methods to `OpenOptionsExt2`) - #153582 (Simplify find_attr! for HirId usage) - #153623 (std: move `sys::pal::os` to `sys::paths`) - #153647 (docs(fs): Clarify That File::lock Coordinates Across Processes) - #153936 (Skip stack_start_aligned for immediate-abort) - #154011 (implement `BinaryHeap::as_mut_slice`) - #154167 (ui/lto: move and rename two tests from issues/) - #154174 (allow `incomplete_features` in most UI tests) - #154175 (Add new alias for Guillaume Gomez email address) - #154182 (diagnostics: avoid ICE for undeclared generic parameter in impl) - #154188 (Update the tracking issue for #[diagnostic::on_move]) - #154201 (Use enums to clarify `DepNodeColorMap` color marking )
|
@bors r- Causing hangs in the x86_64-gnu-aux job. |
|
This PR was contained in a rollup (#154227), which was unapproved. |
|
Note that the Tests with many inputs/cases typically need to be excluded from miri testing, so that they don’t cause problems in that job. |
|
@rustbot ready |
5a53091 to
e1e903c
Compare
|
@bors try jobs=x86_64-gnu-aux |
This comment has been minimized.
This comment has been minimized.
Add APIs for dealing with titlecase try-job: x86_64-gnu-aux
|
@bors r=Mark-Simulacrum |
…Simulacrum Add APIs for dealing with titlecase ACP: rust-lang/libs-team#354 Tracking issue: rust-lang#153892 r? libs-api @rustbot label T-libs -T-libs-api A-unicode ~~The last commit has some insta-stable `PartialEq` impls, therefore: @rustbot label -needs-fcp Alternatively, I could split those out into a follow-up PR.~~ (Edit: will do in follow-up)
View all comments
ACP: rust-lang/libs-team#354
Tracking issue: #153892
r? libs-api
@rustbot label T-libs -T-libs-api A-unicode
The last commit has some insta-stable(Edit: will do in follow-up)PartialEqimpls, therefore: @rustbot label -needs-fcpAlternatively, I could split those out into a follow-up PR.