|
Expose Vec implementation algorithms to reuse in user crates
|
|
2
|
441
|
March 8, 2026
|
|
Structured Exception Handling (SEH) in core
|
|
13
|
1368
|
March 7, 2026
|
|
Can we do something about RUSTFLAGS != RUSTDOCFLAGS?
|
|
4
|
343
|
March 7, 2026
|
|
Is Saturating<T> guaranteed to have the same layout and ABI as T?
|
|
21
|
1129
|
March 7, 2026
|
|
More useful errors when no_std crate depends on std
|
|
3
|
368
|
March 6, 2026
|
|
Extra character in rust book
|
|
6
|
461
|
March 3, 2026
|
|
Feature Idea: Allow reducing the alignment
|
|
12
|
671
|
March 3, 2026
|
|
Explanation of the Error handling
|
|
6
|
769
|
March 3, 2026
|
|
Should `Copy` require `Freeze`?
|
|
6
|
539
|
March 2, 2026
|
|
Parser expected tokens
|
|
3
|
200
|
March 1, 2026
|
|
Pre-RFC: std::fs::Permissions - writeable()
|
|
11
|
401
|
March 1, 2026
|
|
What dependencies go into a `[c]dylib`?
|
|
3
|
499
|
February 28, 2026
|
|
Attribute for consecutive test running
|
|
19
|
734
|
February 28, 2026
|
|
Get waker vtable derived from `Wake` trait
|
|
5
|
371
|
February 28, 2026
|
|
PartialEq for Box<str>
|
|
16
|
1145
|
February 28, 2026
|
|
Introduce env var CARGO_RUN_ID for identifying related processes/threads
|
|
16
|
726
|
February 27, 2026
|
|
`File` should have `set_nonblocking` method
|
|
9
|
828
|
February 26, 2026
|
|
SIMD in `const` easily
|
|
25
|
1493
|
February 26, 2026
|
|
`ExactSizeIterator` for `slice::Iter`?
|
|
8
|
271
|
February 26, 2026
|
|
Rust 1.81.0 pre-release testing
|
|
9
|
762
|
February 26, 2026
|
|
Rust lacks Enumerated::position() to get the current count
|
|
10
|
904
|
February 25, 2026
|
|
Several ideas about formatting
|
|
3
|
317
|
February 24, 2026
|
|
Can `Box<T, Noop<'a>>` be a replacement for `&'a move T`?
|
|
3
|
352
|
February 23, 2026
|
|
Rust Grants page styles links confusingly
|
|
5
|
403
|
February 23, 2026
|
|
Could someone please create `dbg_true!()` and `dbg_some!()`?
|
|
5
|
475
|
February 22, 2026
|
|
Safe code relied upon by unsafe is effectively unsafe
|
|
22
|
1611
|
February 20, 2026
|
|
Lifetime bug in safe part (String - ptr)?
|
|
15
|
827
|
February 19, 2026
|
|
Unify async+sync into pure async
|
|
40
|
1885
|
February 19, 2026
|
|
.iter() could be skipped when performing a combinator on Vector
|
|
13
|
823
|
February 19, 2026
|
|
Reading and erasing bits outside of an allocation in inline asm
|
|
3
|
351
|
February 18, 2026
|