|
Why isn't there a `std::fs::read<T>()` function?
|
|
7
|
351
|
December 8, 2025
|
|
Discussion: Adding grammar information to Procedural Macros for proper custom syntax support in the toolchain
|
|
57
|
2288
|
December 7, 2025
|
|
Bit interleaving in std
|
|
7
|
629
|
December 6, 2025
|
|
Skip poison logic for abort on panic
|
|
5
|
317
|
December 6, 2025
|
|
Reproducible builds for rustc: GSOC '25 idea
|
|
4
|
829
|
December 5, 2025
|
|
Idea: `Thin` wrapper of DSTs
|
|
16
|
784
|
December 5, 2025
|
|
Idea: Fragmented `Arc` and `UniqueArc`
|
|
8
|
387
|
December 5, 2025
|
|
Official Rust Websites
|
|
5
|
408
|
December 4, 2025
|
|
Rustdoc: resolve actual types in item definitions?
|
|
2
|
198
|
December 4, 2025
|
|
Define `link_section` separate from the function definition
|
|
7
|
180
|
December 4, 2025
|
|
Question about const evaluation
|
|
5
|
255
|
December 3, 2025
|
|
`BTreeMap<A, B>` -> `BTreeMap<A, C>`: Fast and memory efficient
|
|
17
|
739
|
December 2, 2025
|
|
[Pre-RFC / ACP (?)] Windows freeze file times
|
|
2
|
183
|
December 2, 2025
|
|
Why isn't there a `future.blocking_await()`?
|
|
4
|
272
|
December 1, 2025
|
|
Bad optimization for continuous memory access with redundant early check
|
|
7
|
502
|
November 30, 2025
|
|
💡 Proposal: Add `include_c_str!` Macro to Rust
|
|
5
|
398
|
November 29, 2025
|
|
Environmental variable for reading the user's package directory
|
|
4
|
176
|
November 29, 2025
|
|
"else match" Extending Conditional Syntax
|
|
10
|
398
|
November 28, 2025
|
|
The memory order of the `store` to `weak` in `is_unique` is over-strict #149376
|
|
3
|
317
|
November 27, 2025
|
|
A plan to move most of `std::io` to `alloc`
|
|
11
|
1044
|
November 27, 2025
|
|
Macro rules application in attributes
|
|
4
|
259
|
November 27, 2025
|
|
Introduce negative import bounds for glob imports
|
|
6
|
232
|
November 26, 2025
|
|
#[invariant]?
|
|
26
|
1042
|
November 26, 2025
|
|
Doubly-exhaustive match statement
|
|
24
|
949
|
November 25, 2025
|
|
`lock_api::RawMutex` implementation based on `std`
|
|
5
|
173
|
November 25, 2025
|
|
Add scoped trait use through a type alias
|
|
4
|
281
|
November 25, 2025
|
|
Contagious Traits
|
|
10
|
561
|
November 25, 2025
|
|
*const pointer not warning about use after modify?
|
|
8
|
432
|
November 24, 2025
|
|
Standard complex number in std library
|
|
21
|
721
|
November 24, 2025
|
|
Cross trait casting suggestion: second attempt
|
|
5
|
139
|
November 24, 2025
|