Welcome to the Rust Programming Language Internals Forum
|
|
1
|
42203
|
July 7, 2014
|
Slow incremental compilation when changing small things or comments
|
|
7
|
136
|
December 12, 2024
|
Low-latency hashing
|
|
1
|
119
|
December 12, 2024
|
Using unused bits in `Result` for error origin backtraces
|
|
1
|
129
|
December 12, 2024
|
Specialization and Associated Const Equality give auto traits
|
|
0
|
59
|
December 12, 2024
|
Pre-RFC: `#[doc(consts)]` attribute
|
|
9
|
256
|
December 12, 2024
|
The `as` keyword is well-suited for use with postfix operator syntax
|
|
11
|
492
|
December 12, 2024
|
Killing `Ok(())` with `ok!()`
|
|
53
|
2108
|
December 12, 2024
|
Pre-RFC: `?` operator in constants
|
|
25
|
629
|
December 12, 2024
|
Macro Fragment: keyword (kw)
|
|
5
|
193
|
December 12, 2024
|
The module scheme (`./module.rs` file + `./module` folder instead of just `./module/mod.rs`) introduced by the 2018 edition maybe a little bit (more) confusing
|
|
22
|
726
|
December 11, 2024
|
Strong updates status
|
|
34
|
1460
|
December 11, 2024
|
[BUG] Rounding error that break the ensurance of f32::div_euclid
|
|
25
|
1162
|
December 10, 2024
|
#[derive(All)]
|
|
23
|
974
|
December 10, 2024
|
Cargo test should fail if the specified test to run isn't found
|
|
2
|
112
|
December 10, 2024
|
Conditional compilation based on target CPU
|
|
4
|
294
|
December 10, 2024
|
Create new lint for unused constants, #[allow(unused_constants)]
|
|
4
|
184
|
December 9, 2024
|
Pre-RFC: Allow packages to specify a set of supported targets
|
|
16
|
485
|
December 9, 2024
|
Compile-time faillable expression
|
|
11
|
422
|
December 9, 2024
|
Pre-RFC: #[must_use = false]
|
|
11
|
726
|
December 7, 2024
|
Implementing Borrow for Pin<T>
|
|
2
|
330
|
December 4, 2024
|
Add methods that return the number of bits necessary to represent an integer in binary to the standard library
|
|
12
|
641
|
December 4, 2024
|
Relation between unleakable/undroppable types and borrow erasure in signatures
|
|
6
|
344
|
December 4, 2024
|
Inline assembly constant zero optimizations
|
|
0
|
209
|
December 3, 2024
|
Renaming Cargo "target"
|
|
62
|
1676
|
December 3, 2024
|
Idea for safe computed goto using enums
|
|
14
|
954
|
December 3, 2024
|
Add conversions of floating point to / from exponent+mantissa
|
|
16
|
512
|
December 3, 2024
|
The order of basic block in MIR
|
|
4
|
260
|
December 3, 2024
|
Limited Opt Out of Orphan Rule
|
|
34
|
1752
|
December 1, 2024
|
Why can't `std::process::Command` implement `Clone`?
|
|
3
|
304
|
December 1, 2024
|