Unicode vs. Rust definition of newline for source text
|
|
6
|
380
|
June 8, 2025
|
Perform lifetime shortening on literal patterns with mutable destructuring
|
|
1
|
185
|
June 8, 2025
|
Unicode whitespace footguns
|
|
8
|
327
|
June 7, 2025
|
Declarative (macro_rules!) macro improvements #252
|
|
0
|
162
|
June 7, 2025
|
Report on variadic generics discussions at RustWeek 2025
|
|
0
|
224
|
June 7, 2025
|
What prevents Rust from making slices FFI safe?
|
|
6
|
405
|
June 6, 2025
|
Idea: Dedented string literals
|
|
20
|
1215
|
June 6, 2025
|
[idea] Higher-Rank Type bounds
|
|
7
|
285
|
June 6, 2025
|
Higher-ranked trait bounds with constants, variadic generics, heterogeneous iteration, tuple indexing
|
|
1
|
200
|
June 6, 2025
|
Pre-RFC: FnStatic
|
|
28
|
1300
|
June 4, 2025
|
Optimize generic functions for MIR by the compiler
|
|
1
|
216
|
June 3, 2025
|
Default use sparse index in .crates.toml
|
|
1
|
230
|
June 3, 2025
|
Reintroduce `main` Functions to `no_std` Targets
|
|
8
|
588
|
June 3, 2025
|
Add bit_len() function
|
|
3
|
331
|
June 3, 2025
|
Proposal: `'<T>` lifetime
|
|
16
|
945
|
June 2, 2025
|
#[derive(Display("({x}, {y})"))]
|
|
5
|
419
|
June 2, 2025
|
[PRE-RFC] Granular Unsafe Blocks - A more explicit and auditable approach
|
|
5
|
427
|
June 1, 2025
|
[Pre-RFC] Allow procedural macros to be placed in the same crate (*package) as app
|
|
12
|
598
|
May 31, 2025
|
Problems of `.cargo/config` files and possible solutions
|
|
15
|
7336
|
May 30, 2025
|
Pre-RFC: Mutually-excusive, global features
|
|
47
|
5883
|
May 29, 2025
|
`as` cast in a real vulnerability
|
|
30
|
2047
|
May 29, 2025
|
Simple compile-time reflection for nullary enum variants
|
|
1
|
237
|
May 29, 2025
|
`impl` scoped imports
|
|
16
|
454
|
May 29, 2025
|
Replace x86_64-unknown
|
|
10
|
409
|
May 27, 2025
|
Stage1-sysroot missing?
|
|
2
|
220
|
May 27, 2025
|
What is the status of language support for converting enums to/from their repr type?
|
|
11
|
722
|
May 27, 2025
|
Better codegen for CPU feature detection
|
|
22
|
1476
|
May 25, 2025
|
Allow detecting if Instant::now is actually supported by the platform
|
|
11
|
596
|
May 25, 2025
|
Const rounding methods in float types
|
|
3
|
354
|
May 24, 2025
|
Why the coerce function don't compile?
|
|
3
|
198
|
May 24, 2025
|