|
Possibility of making &str FFI safe
|
|
14
|
730
|
October 27, 2025
|
|
Conversions to dyn Trait are too implicit -- we need syntax
|
|
8
|
588
|
October 25, 2025
|
|
Warning users when lacking a Clone impl due to imperfect derive
|
|
2
|
384
|
October 24, 2025
|
|
`must_use` when matching on a `Result<MustUse, _>`
|
|
0
|
224
|
October 23, 2025
|
|
Conditional compilation during monomorphisation
|
|
2
|
256
|
October 23, 2025
|
|
Optimize `std::env::args_os().collect::<Vec<_>>()`
|
|
7
|
380
|
October 22, 2025
|
|
Stabilize --env-set command line
|
|
8
|
340
|
October 22, 2025
|
|
Can we avoid the orphan rule for empty traits?
|
|
6
|
490
|
October 21, 2025
|
|
Top-level self functions `fn f(self: T)`
|
|
17
|
862
|
October 20, 2025
|
|
Inline reexports
|
|
1
|
243
|
October 20, 2025
|
|
Weird behavior of borrow checker
|
|
3
|
249
|
October 19, 2025
|
|
Discussion on Trait Generics?
|
|
4
|
481
|
October 18, 2025
|
|
[Pre-RFC] Substructural Type System
|
|
22
|
2258
|
October 17, 2025
|
|
Debug info for copy/move operations
|
|
10
|
597
|
October 17, 2025
|
|
Where is mir-opt-level=2 (or higher) actually applied in rustc?
|
|
2
|
249
|
October 17, 2025
|
|
Immutable equivalent of IntoIterator
|
|
5
|
395
|
October 17, 2025
|
|
Idea: Easier cross lang LTO?
|
|
8
|
562
|
October 16, 2025
|
|
Add ICON from crates.io to the cargo executable on windows
|
|
7
|
564
|
October 15, 2025
|
|
Nico’s Handle trait confuses me
|
|
9
|
612
|
October 15, 2025
|
|
Same old issues recurring (self-referential types, generics less flexible than C++ templates)
|
|
22
|
898
|
October 15, 2025
|
|
Pre-ACP: floor halve with remainder
|
|
10
|
389
|
October 14, 2025
|
|
"This code is unsound" code block marker in rustdoc
|
|
1
|
233
|
October 13, 2025
|
|
Pure annotation for stateless functions
|
|
61
|
2148
|
October 12, 2025
|
|
Idea to improve compile-times of derive macros. Maybe by a lot
|
|
19
|
768
|
October 12, 2025
|
|
Allow panic! macro to take static strings as only argument
|
|
6
|
275
|
October 12, 2025
|
|
Allow const generics in function constants
|
|
14
|
414
|
October 11, 2025
|
|
Add split_ascii_whitespace to [u8]?
|
|
10
|
194
|
October 11, 2025
|
|
Does Rust have an alternative for all the valid uses of goto?
|
|
6
|
797
|
October 11, 2025
|
|
No need for pub(crate) in binary crates?
|
|
5
|
290
|
October 9, 2025
|
|
Providing the compiler with semantic reasoning in code path
|
|
7
|
306
|
October 8, 2025
|