Default use sparse index in .crates.toml
|
|
1
|
225
|
June 3, 2025
|
Reintroduce `main` Functions to `no_std` Targets
|
|
8
|
572
|
June 3, 2025
|
Add bit_len() function
|
|
3
|
323
|
June 3, 2025
|
Proposal: `'<T>` lifetime
|
|
16
|
918
|
June 2, 2025
|
#[derive(Display("({x}, {y})"))]
|
|
5
|
404
|
June 2, 2025
|
[PRE-RFC] Granular Unsafe Blocks - A more explicit and auditable approach
|
|
5
|
418
|
June 1, 2025
|
[Pre-RFC] Allow procedural macros to be placed in the same crate (*package) as app
|
|
12
|
590
|
May 31, 2025
|
Problems of `.cargo/config` files and possible solutions
|
|
15
|
7296
|
May 30, 2025
|
Pre-RFC: Mutually-excusive, global features
|
|
47
|
5784
|
May 29, 2025
|
`as` cast in a real vulnerability
|
|
30
|
2024
|
May 29, 2025
|
Simple compile-time reflection for nullary enum variants
|
|
1
|
230
|
May 29, 2025
|
`impl` scoped imports
|
|
16
|
448
|
May 29, 2025
|
Replace x86_64-unknown
|
|
10
|
398
|
May 27, 2025
|
Stage1-sysroot missing?
|
|
2
|
218
|
May 27, 2025
|
What is the status of language support for converting enums to/from their repr type?
|
|
11
|
714
|
May 27, 2025
|
Better codegen for CPU feature detection
|
|
22
|
1460
|
May 25, 2025
|
Allow detecting if Instant::now is actually supported by the platform
|
|
11
|
586
|
May 25, 2025
|
Const rounding methods in float types
|
|
3
|
349
|
May 24, 2025
|
Why the coerce function don't compile?
|
|
3
|
190
|
May 24, 2025
|
BijectionMap (Pre-RFC)
|
|
15
|
659
|
May 24, 2025
|
Why are forbidden target features disallowed in cfg(target_feature)?
|
|
6
|
334
|
May 23, 2025
|
Strange useless compiler advice
|
|
14
|
795
|
May 23, 2025
|
Using coroutines for a sans-io parser
|
|
4
|
290
|
May 22, 2025
|
[Pre-RFC] Local Default Bounds
|
|
6
|
707
|
May 22, 2025
|
Safe Send Wrapper Validation in Rust: Ensuring Thread Safety for Structs with Conditional Non-Send Fields
|
|
2
|
147
|
May 22, 2025
|
Rust Macro Error Diagnostics: Edge Cases?
|
|
4
|
161
|
May 21, 2025
|
Feedback request: Performance improvements from reducing debug info
|
|
18
|
1173
|
May 21, 2025
|
std::io::ErrorKind::NotFound error message: add filename
|
|
7
|
332
|
May 21, 2025
|
Annotation to lint for when bounds checks occur?
|
|
13
|
573
|
May 20, 2025
|
Why is TyCtxt required for borrow checking?
|
|
4
|
404
|
May 19, 2025
|