|
#define in rust
|
|
7
|
631
|
August 10, 2025
|
|
Inferring generic parameter by intersecting trait impls
|
|
4
|
223
|
August 10, 2025
|
|
Support comparison policies in HashMap
|
|
7
|
1128
|
August 9, 2025
|
|
Panic_nounwind line numbers: is it technical restriction or design decision
|
|
2
|
207
|
August 9, 2025
|
|
Add some form of precompiled artifact support to cargo
|
|
20
|
1230
|
August 9, 2025
|
|
Macro for let else branch
|
|
6
|
450
|
August 8, 2025
|
|
Pre-RFC: `impl Trait` in `Fn` bound return position
|
|
3
|
438
|
August 8, 2025
|
|
Any() doc is ambiguous
|
|
25
|
869
|
August 7, 2025
|
|
I didn't see one so I made one - Rust Windows Installer
|
|
24
|
1540
|
August 7, 2025
|
|
Allow matching enums with their #[repr(T)] type
|
|
7
|
381
|
August 6, 2025
|
|
Array (fixed width slice) `Ord` implementation
|
|
3
|
318
|
August 6, 2025
|
|
Distributed builds
|
|
34
|
926
|
August 5, 2025
|
|
Proposal to add 'sandboxed' compile-time enforcement for element access
|
|
7
|
395
|
August 4, 2025
|
|
Let crash = foo[foo.len()];
|
|
20
|
1452
|
August 4, 2025
|
|
Rust 1.89.0 pre-release testing
|
|
0
|
374
|
August 4, 2025
|
|
Very obstacle for Rust's metaprogramming
|
|
4
|
497
|
August 4, 2025
|
|
Stabilizing Linker Relaxation for RISC-V
|
|
0
|
260
|
August 2, 2025
|
|
Cargo new --workspace
|
|
3
|
241
|
August 2, 2025
|
|
Safe narrowing casts in some cases
|
|
0
|
186
|
August 2, 2025
|
|
Matches-index (July 2025) -- reviving the left-pad index
|
|
15
|
1015
|
August 1, 2025
|
|
Consistent ordering of struct fileds across all layout-compatible generics
|
|
5
|
633
|
August 1, 2025
|
|
[Idea] Another posible mod source file location
|
|
16
|
653
|
July 31, 2025
|
|
Pre-RFC: Safety Property System
|
|
36
|
1401
|
July 31, 2025
|
|
Semantic for dereferencing a slice pointer(fat pointer)
|
|
2
|
317
|
July 31, 2025
|
|
Yet another stupid thought about specialization
|
|
3
|
667
|
July 29, 2025
|
|
chunks_exact(N) Item is &'a [T] and not &'a [T: N]
|
|
7
|
382
|
July 27, 2025
|
|
NoAddr wrapper for pointers with an irrelevant address
|
|
4
|
433
|
July 25, 2025
|
|
{{post#0}}
|
|
28
|
1169
|
July 24, 2025
|
|
Should there be Arc::ptr_hash to compliment Arc::ptr_eq?
|
|
6
|
376
|
July 23, 2025
|
|
Should stdlib error type use Box<str|[u8]> instead of String|Vec<u8>?
|
|
2
|
390
|
July 23, 2025
|