|
What's Rust policy towards LLVM intrinsics?
|
|
3
|
1017
|
August 10, 2024
|
|
Impl `str::pattern::Pattern` for `Range*<char>`?
|
|
1
|
194
|
August 1, 2024
|
|
Inspection for booleans
|
|
4
|
525
|
July 27, 2024
|
|
Add `impl<T> AsRef<[T]> for T`
|
|
10
|
364
|
July 26, 2024
|
|
Idea: Result::then_inspect / Result::then
|
|
7
|
329
|
July 24, 2024
|
|
Let `Result::unwrap()` delegate to `Result::expect()`
|
|
3
|
329
|
July 23, 2024
|
|
Performance of `get_many_mut()` with `DisjointIndices`
|
|
8
|
452
|
July 23, 2024
|
|
Which rust-lang owned crates are "official"?
|
|
25
|
2105
|
July 22, 2024
|
|
`AtomicDoubleUsize`?
|
|
5
|
503
|
July 21, 2024
|
|
Pre-Pre-RFC: Partially Transitive `From` via removing `From<X> for X`
|
|
29
|
757
|
July 19, 2024
|
|
Cargo build error with v1.78 in sdk for poky build
|
|
2
|
258
|
July 11, 2024
|
|
[Feature request] Add a `wrap` method, similar to `clamp`
|
|
5
|
484
|
July 11, 2024
|
|
Add `into_bounds()` to `RangeBounds` trait?
|
|
5
|
444
|
July 8, 2024
|
|
Deprecate vec! macro
|
|
20
|
1937
|
July 7, 2024
|
|
Std::str return matched char for "starts_with", "strip_prefix" and other methods that take in a Pattern
|
|
12
|
1031
|
July 4, 2024
|
|
Traits for is_empty and/or is_default
|
|
15
|
1127
|
July 4, 2024
|
|
Termination for Result<_, E: Debug>
|
|
19
|
1188
|
June 27, 2024
|
|
Allow UdpSocket to set socket options before bind
|
|
4
|
410
|
June 24, 2024
|
|
Why are `core::str::from_utf8_*` not available through the `str` type?
|
|
6
|
711
|
June 24, 2024
|
|
Impl DoubleEndedIterator for ExtractIf (née DrainFilter)?
|
|
1
|
260
|
June 16, 2024
|
|
Usecase for write-only references: OnceLock
|
|
16
|
950
|
June 14, 2024
|
|
Alloc: Vec::as_slice, String::as_str -> const
|
|
7
|
500
|
June 7, 2024
|
|
Display symmetry with number syntax
|
|
12
|
799
|
June 7, 2024
|
|
Change the old async traits
|
|
7
|
824
|
June 7, 2024
|
|
What is missing to let users develop refinement type systems?
|
|
4
|
591
|
June 5, 2024
|
|
Standard library support for x86_64-unknown-linux-none
|
|
5
|
698
|
June 4, 2024
|
|
Idea: making traits specialization safe over an edition boundary
|
|
9
|
1006
|
June 1, 2024
|
|
How to design a composable iterator adapter/consumer API?
|
|
4
|
606
|
May 31, 2024
|
|
[ACP ALREADY WRITTEN] Pre-RFC: Bring back the `subslice_offset` methods (for extending `str::split` and such)
|
|
4
|
733
|
May 30, 2024
|
|
Feature request: singly linked LinkedQueue and LinkedStack in std::collections
|
|
5
|
511
|
May 28, 2024
|