`ExactSizeIterator` for `slice::Iter`?
|
|
7
|
207
|
September 4, 2024
|
Could someone please create `dbg_true!()` and `dbg_some!()`?
|
|
4
|
444
|
August 31, 2024
|
[ACP] adding todevice call to std::net
|
|
2
|
176
|
November 19, 2024
|
{Instant,SystemTime}::{MIN,MAX}
|
|
24
|
522
|
November 15, 2024
|
BTreeMap methods .insert(), .append() to combine values instead of overwriting
|
|
8
|
445
|
November 12, 2024
|
What's Rust policy towards LLVM intrinsics?
|
|
4
|
491
|
November 8, 2024
|
Impl `str::pattern::Pattern` for `Range*<char>`?
|
|
2
|
163
|
October 30, 2024
|
Inspection for booleans
|
|
5
|
445
|
October 25, 2024
|
Add `impl<T> AsRef<[T]> for T`
|
|
11
|
247
|
October 24, 2024
|
Idea: Result::then_inspect / Result::then
|
|
8
|
253
|
October 22, 2024
|
Let `Result::unwrap()` delegate to `Result::expect()`
|
|
4
|
281
|
October 21, 2024
|
Performance of `get_many_mut()` with `DisjointIndices`
|
|
9
|
351
|
October 21, 2024
|
Which rust-lang owned crates are "official"?
|
|
26
|
1166
|
October 20, 2024
|
`AtomicDoubleUsize`?
|
|
6
|
394
|
October 19, 2024
|
Pre-Pre-RFC: Partially Transitive `From` via removing `From<X> for X`
|
|
30
|
473
|
October 17, 2024
|
Cargo build error with v1.78 in sdk for poky build
|
|
3
|
160
|
October 9, 2024
|
[Feature request] Add a `wrap` method, similar to `clamp`
|
|
6
|
361
|
October 9, 2024
|
Add `into_bounds()` to `RangeBounds` trait?
|
|
6
|
294
|
October 6, 2024
|
Deprecate vec! macro
|
|
21
|
1272
|
October 6, 2024
|
Std::str return matched char for "starts_with", "strip_prefix" and other methods that take in a Pattern
|
|
13
|
429
|
October 2, 2024
|
Traits for is_empty and/or is_default
|
|
16
|
572
|
October 2, 2024
|
Termination for Result<_, E: Debug>
|
|
20
|
736
|
September 25, 2024
|
Allow UdpSocket to set socket options before bind
|
|
5
|
243
|
September 22, 2024
|
Why are `core::str::from_utf8_*` not available through the `str` type?
|
|
7
|
628
|
September 22, 2024
|
Impl DoubleEndedIterator for ExtractIf (née DrainFilter)?
|
|
2
|
217
|
September 14, 2024
|
Usecase for write-only references: OnceLock
|
|
17
|
670
|
September 12, 2024
|
Alloc: Vec::as_slice, String::as_str -> const
|
|
8
|
363
|
September 5, 2024
|
Display symmetry with number syntax
|
|
13
|
665
|
September 5, 2024
|
Change the old async traits
|
|
8
|
585
|
September 5, 2024
|
What is missing to let users develop refinement type systems?
|
|
5
|
438
|
September 3, 2024
|