Syntax sugar makes macros inconvenient. Possible to de-sugar all the way back to everything looking like functions?
|
|
2
|
272
|
January 19, 2025
|
Bundle zig-cc in rustup by default
|
|
28
|
1468
|
January 18, 2025
|
Pre-RFC: Traits for crates (or: canonical API portability)
|
|
11
|
679
|
January 18, 2025
|
Cell should provide a method to clone out the value
|
|
13
|
501
|
January 17, 2025
|
Pre-RFC: add LLM text version to rustdoc
|
|
14
|
883
|
January 17, 2025
|
time::Duration format should include hours and minutes
|
|
4
|
377
|
January 17, 2025
|
1.83 makes removing certain trait bounds a breaking change
|
|
13
|
877
|
January 16, 2025
|
Official way to get the size of a field
|
|
12
|
794
|
January 15, 2025
|
Distributed ThinLTO support in Rustc
|
|
3
|
289
|
January 15, 2025
|
Limited Opt Out of Orphan Rule
|
|
39
|
2714
|
January 15, 2025
|
Per Crate Trait Defaults
|
|
2
|
137
|
January 14, 2025
|
Add `|` to allowed macro separators
|
|
10
|
680
|
January 14, 2025
|
Opt in leak thread on panic
|
|
7
|
286
|
January 11, 2025
|
Allow moving out of mutable references with `panic=abort`
|
|
29
|
729
|
January 11, 2025
|
Pre-RFC: Allow packages to specify a set of supported targets
|
|
38
|
1215
|
January 10, 2025
|
Using cranelift to compile rustc
|
|
3
|
386
|
January 10, 2025
|
`ToOwned` is a bad name for the trait
|
|
22
|
686
|
January 9, 2025
|
Performance of `cargo package` / `cargo publish` and the purpose of the verify step
|
|
7
|
261
|
January 9, 2025
|
Rust 1.84.0 pre-release testing
|
|
3
|
452
|
January 8, 2025
|
Pre-RFC: Unsafe reasons
|
|
52
|
1314
|
January 7, 2025
|
(Un?)intentional changes in re-serialization of Cargo.toml (during `cargo package`) in nightly?
|
|
7
|
266
|
January 6, 2025
|
Cargo idea: CLI option to only rerun tests in crates with changes
|
|
14
|
366
|
January 6, 2025
|
Why the `'_` cannot be used in associated type
|
|
1
|
237
|
January 6, 2025
|
Rust should warn on impl Trait returning unit
|
|
13
|
831
|
January 5, 2025
|
Seeking beta testers for Rustup v1.28.0
|
|
6
|
1242
|
January 3, 2025
|
The `as` keyword is well-suited for use with postfix operator syntax
|
|
14
|
1111
|
January 2, 2025
|
Understanding Once
|
|
15
|
565
|
January 2, 2025
|
Ship `clang` in rustup too
|
|
15
|
946
|
January 1, 2025
|
Rest patterns (`Foo { .. }`) should match non-struct types
|
|
18
|
1026
|
December 31, 2024
|
Regarding pattern matching
|
|
7
|
235
|
December 31, 2024
|