Jacob Pratt
|
47eeb00a63
|
Rollup merge of #145992 - GrigorenkoPV:stabilize/vec_deque_pop_if, r=Amanieu
Stabilize `vec_deque_pop_if`
Tracking issue: rust-lang/rust#135889
Closes rust-lang/rust#135889
Also fixes a typo mentioned in https://github.com/rust-lang/rust/issues/135889#issuecomment-2991213248
FCP: https://github.com/rust-lang/rust/issues/135889#issuecomment-3238777731
`@rustbot` label -T-libs +T-libs-api +needs-fcp +S-waiting-on-fcp
r? t-libs-api
|
2025-11-07 00:21:17 -05:00 |
|
Pavel Grigorenko
|
2f4813fa0a
|
Stabilize vec_deque_pop_if
|
2025-10-23 23:43:59 +03:00 |
|
Antoni Spaanderman
|
63bb238e5d
|
implement VecDeque extend_from_within and prepend_from_within, add tests
|
2025-10-23 13:52:55 +02:00 |
|
William Venner
|
8ed7fca74c
|
Add String::replace_first and String::replace_last
Rebased and modified by zachs18.
Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
|
2025-10-21 16:11:55 -05:00 |
|
Matthias Krüger
|
f104ae4252
|
Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnr
resolve: Do not finalize shadowed bindings
I.e. do not mark them as used, or non-speculatively loaded, or similar.
Previously they were sometimes finalized during early resolution, causing issues like https://github.com/rust-lang/rust/pull/144793#issuecomment-3168108005.
|
2025-09-26 18:11:08 +02:00 |
|
Vadim Petrochenkov
|
f89660e4aa
|
resolve: Do not finalize shadowed bindings
I.e. do not mark them as used, or non-speculative loaded, or similar.
Previously they were sometimes finalized during early resolution, causing issues like https://github.com/rust-lang/rust/pull/144793#issuecomment-3168108005.
|
2025-09-25 20:36:14 +03:00 |
|
BenjaminBrienen
|
56734495e2
|
feature: Implement vec_try_remove
Vec::try_remove is a non-panicking version of Vec::remove
|
2025-09-24 15:29:09 +02:00 |
|
Jacob Pratt
|
5b37a1e4ae
|
Rollup merge of #145471 - rs-sac:extr, r=the8472
Stabilize BTree{Map,Set}::extract_if
Tracking issue: rust-lang/rust#70530
FCP completed: https://github.com/rust-lang/rust/issues/70530#issuecomment-3191454465
Closes: rust-lang/rust#70530
|
2025-09-13 03:26:02 -04:00 |
|
Trevor Gross
|
751a9ad2e2
|
Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm
str: Stabilize `round_char_boundary` feature
Closes https://github.com/rust-lang/rust/issues/93743
FCP completed https://github.com/rust-lang/rust/issues/93743#issuecomment-3168382171
|
2025-08-29 19:33:03 -05:00 |
|
Sidney Cammeresi
|
f8a7f82bda
|
Stabilize BTree{Map,Set}::extract_if
|
2025-08-27 11:34:31 -07:00 |
|
okaneco
|
e42c1b1296
|
Stabilize round_char_boundary feature
|
2025-08-22 13:42:38 -04:00 |
|
ltdk
|
2914291e09
|
Move WTF-8 code from std to core/alloc
|
2025-08-20 20:31:33 -04:00 |
|
Guillaume Gomez
|
7e23144dc6
|
Add test for int_format_into feature
|
2025-07-03 18:57:16 +02:00 |
|
Jeremy Smart
|
cc80429021
|
fix tests
|
2025-06-06 19:22:15 -04:00 |
|
Vladimir Krivopalov
|
cdf4143eb8
|
Implement VecDeque::truncate_front()
Tracking issue: #140667
Signed-off-by: Vladimir Krivopalov <vladimir.krivopalov@gmail.com>
|
2025-05-05 11:13:26 -04:00 |
|
Guillaume Gomez
|
bacd57a583
|
Add integer to string formatting tests
|
2025-03-16 14:45:19 +01:00 |
|
bjorn3
|
fb04372dc5
|
Move all alloc integration tests to a new alloctests crate
|
2025-03-07 19:11:11 +00:00 |
|