|
Missing `Option<&[T]>: From<&[T; N]>`
|
|
10
|
655
|
May 27, 2024
|
|
Why is there no repeat for String and Vec?
|
|
10
|
1001
|
May 20, 2024
|
|
Global default hash function override for HashMap and HashSet
|
|
25
|
1791
|
May 22, 2024
|
|
UTF-8 BOM Handling
|
|
17
|
2104
|
May 22, 2024
|
|
`into_string_lossy` methods for `CString` and `OsString`?
|
|
3
|
967
|
May 21, 2024
|
|
Why `Option::is_some_and` takes ownership?
|
|
7
|
1050
|
May 19, 2024
|
|
New `Layout::with_metadata` method?
|
|
4
|
475
|
May 18, 2024
|
|
Make derive(Clone) implement clone_from as well
|
|
1
|
297
|
May 16, 2024
|
|
Type erasing non-`'static` types
|
|
17
|
887
|
May 10, 2024
|
|
Should Option<T> impl Termination?
|
|
5
|
538
|
May 1, 2024
|
|
Move `Instant` into core?
|
|
1
|
747
|
April 28, 2024
|
|
Expose LLVM's "or disjoint" instruction
|
|
19
|
1205
|
April 24, 2024
|
|
Why Saturating doesn’t implement Sum or Product
|
|
2
|
558
|
April 24, 2024
|
|
Add map! and set! macros to std part II
|
|
22
|
1755
|
April 17, 2024
|
|
`read_line` is a beginner footgun. How to fix it?
|
|
16
|
3344
|
April 17, 2024
|
|
Transitive or recursive .into()
|
|
5
|
676
|
April 14, 2024
|
|
Use cases for `no_std` on tier 1 targets
|
|
8
|
942
|
April 8, 2024
|
|
[HACK] Temporary lifetime extensions for function calls
|
|
1
|
517
|
April 2, 2024
|
|
Pre-ACP: Un-specialize impl ToString
|
|
16
|
1249
|
April 1, 2024
|
|
Move the generic type from the trait Into signature to the into method
|
|
24
|
1407
|
March 27, 2024
|
|
[Idea] Return NonNull instead of a raw pointers on `into_raw` methods of smart pointers
|
|
11
|
862
|
March 25, 2024
|
|
Idea: add `Iterator::derefed`
|
|
14
|
1050
|
March 24, 2024
|
|
Do we need `CoroutineState`?
|
|
7
|
947
|
March 22, 2024
|
|
Assume slice length is smaller equal `isize::MAX`
|
|
6
|
531
|
March 20, 2024
|
|
The As trait for converting primitive types
|
|
1
|
462
|
March 20, 2024
|
|
mini-RFC: `#[diagnostic::unsafe_macro]`
|
|
0
|
408
|
March 9, 2024
|
|
'Display' trait description is ambiguous
|
|
31
|
2005
|
March 7, 2024
|
|
Pre-RFC: More operations on shared mutable memory
|
|
10
|
849
|
March 7, 2024
|
|
Feature Request: std::sync::Latch or std::sync::WaitGroup
|
|
6
|
1225
|
March 5, 2024
|
|
Pre-RFC: std::string::String::replace_and_count
|
|
17
|
939
|
February 25, 2024
|