Std::str return matched char for "starts_with", "strip_prefix" and other methods that take in a Pattern
|
|
12
|
397
|
July 4, 2024
|
Traits for is_empty and/or is_default
|
|
15
|
524
|
July 4, 2024
|
Termination for Result<_, E: Debug>
|
|
19
|
706
|
June 27, 2024
|
Allow UdpSocket to set socket options before bind
|
|
4
|
237
|
June 24, 2024
|
Why are `core::str::from_utf8_*` not available through the `str` type?
|
|
6
|
625
|
June 24, 2024
|
Impl DoubleEndedIterator for ExtractIf (née DrainFilter)?
|
|
2
|
217
|
September 14, 2024
|
Usecase for write-only references: OnceLock
|
|
17
|
661
|
September 12, 2024
|
Alloc: Vec::as_slice, String::as_str -> const
|
|
8
|
356
|
September 5, 2024
|
Display symmetry with number syntax
|
|
13
|
664
|
September 5, 2024
|
Change the old async traits
|
|
8
|
576
|
September 5, 2024
|
What is missing to let users develop refinement type systems?
|
|
5
|
423
|
September 3, 2024
|
Standard library support for x86_64-unknown-linux-none
|
|
6
|
455
|
September 2, 2024
|
Idea: making traits specialization safe over an edition boundary
|
|
10
|
826
|
August 30, 2024
|
How to design a composable iterator adapter/consumer API?
|
|
5
|
465
|
August 29, 2024
|
[ACP ALREADY WRITTEN] Pre-RFC: Bring back the `subslice_offset` methods (for extending `str::split` and such)
|
|
5
|
601
|
August 28, 2024
|
Feature request: singly linked LinkedQueue and LinkedStack in std::collections
|
|
6
|
421
|
August 26, 2024
|
Missing `Option<&[T]>: From<&[T; N]>`
|
|
11
|
548
|
August 25, 2024
|
Why is there no repeat for String and Vec?
|
|
11
|
829
|
August 23, 2024
|
Global default hash function override for HashMap and HashSet
|
|
26
|
1049
|
August 20, 2024
|
UTF-8 BOM Handling
|
|
18
|
1182
|
August 20, 2024
|
`into_string_lossy` methods for `CString` and `OsString`?
|
|
4
|
432
|
August 19, 2024
|
Why `Option::is_some_and` takes ownership?
|
|
8
|
555
|
August 17, 2024
|
New `Layout::with_metadata` method?
|
|
5
|
401
|
August 16, 2024
|
Make derive(Clone) implement clone_from as well
|
|
2
|
242
|
August 14, 2024
|
Type erasing non-`'static` types
|
|
18
|
585
|
August 8, 2024
|
Should Option<T> impl Termination?
|
|
6
|
443
|
July 30, 2024
|
Move `Instant` into core?
|
|
2
|
528
|
July 27, 2024
|
Expose LLVM's "or disjoint" instruction
|
|
20
|
732
|
July 23, 2024
|
Why Saturating doesn’t implement Sum or Product
|
|
3
|
474
|
July 23, 2024
|
Add map! and set! macros to std part II
|
|
23
|
1400
|
July 16, 2024
|