Standard library support for x86_64-unknown-linux-none
|
|
6
|
468
|
September 2, 2024
|
Idea: making traits specialization safe over an edition boundary
|
|
10
|
829
|
August 30, 2024
|
How to design a composable iterator adapter/consumer API?
|
|
5
|
474
|
August 29, 2024
|
[ACP ALREADY WRITTEN] Pre-RFC: Bring back the `subslice_offset` methods (for extending `str::split` and such)
|
|
5
|
607
|
August 28, 2024
|
Feature request: singly linked LinkedQueue and LinkedStack in std::collections
|
|
6
|
425
|
August 26, 2024
|
Missing `Option<&[T]>: From<&[T; N]>`
|
|
11
|
548
|
August 25, 2024
|
Why is there no repeat for String and Vec?
|
|
11
|
833
|
August 23, 2024
|
Global default hash function override for HashMap and HashSet
|
|
26
|
1089
|
August 20, 2024
|
UTF-8 BOM Handling
|
|
18
|
1253
|
August 20, 2024
|
`into_string_lossy` methods for `CString` and `OsString`?
|
|
4
|
474
|
August 19, 2024
|
Why `Option::is_some_and` takes ownership?
|
|
8
|
589
|
August 17, 2024
|
New `Layout::with_metadata` method?
|
|
5
|
401
|
August 16, 2024
|
Make derive(Clone) implement clone_from as well
|
|
2
|
243
|
August 14, 2024
|
Type erasing non-`'static` types
|
|
18
|
596
|
August 8, 2024
|
Should Option<T> impl Termination?
|
|
6
|
445
|
July 30, 2024
|
Move `Instant` into core?
|
|
2
|
543
|
July 27, 2024
|
Expose LLVM's "or disjoint" instruction
|
|
20
|
759
|
July 23, 2024
|
Why Saturating doesn’t implement Sum or Product
|
|
3
|
480
|
July 23, 2024
|
Add map! and set! macros to std part II
|
|
23
|
1413
|
July 16, 2024
|
`read_line` is a beginner footgun. How to fix it?
|
|
17
|
1837
|
August 11, 2024
|
Transitive or recursive .into()
|
|
6
|
528
|
July 13, 2024
|
Use cases for `no_std` on tier 1 targets
|
|
9
|
636
|
July 7, 2024
|
[HACK] Temporary lifetime extensions for function calls
|
|
2
|
391
|
July 1, 2024
|
Pre-ACP: Un-specialize impl ToString
|
|
16
|
1014
|
April 1, 2024
|
Move the generic type from the trait Into signature to the into method
|
|
25
|
1102
|
June 25, 2024
|
[Idea] Return NonNull instead of a raw pointers on `into_raw` methods of smart pointers
|
|
12
|
665
|
June 23, 2024
|
Idea: add `Iterator::derefed`
|
|
15
|
764
|
June 22, 2024
|
Do we need `CoroutineState`?
|
|
8
|
832
|
June 20, 2024
|
Assume slice length is smaller equal `isize::MAX`
|
|
7
|
440
|
June 18, 2024
|
The As trait for converting primitive types
|
|
2
|
384
|
June 18, 2024
|