Welcome to the Rust Programming Language Internals Forum
|
|
1
|
42390
|
July 7, 2014
|
Could we ever fix naming of `io::Write::write`?
|
|
15
|
634
|
January 26, 2025
|
Rust's responsibility to engage in good neighborly behavior
|
|
67
|
1583
|
January 26, 2025
|
Pre-RFC: `#[doc(consts)]` attribute
|
|
15
|
776
|
January 25, 2025
|
Pre-RFC - Rename annotations
|
|
11
|
342
|
January 24, 2025
|
Methods to pop from a slice
|
|
3
|
181
|
January 23, 2025
|
Add `|` to allowed macro separators
|
|
10
|
677
|
January 14, 2025
|
`ToOwned` is a bad name for the trait
|
|
22
|
678
|
January 9, 2025
|
Adding support for new OS - I'm lost with configuring std/crt0 linking error "crtbeginT.o relocation against hidden symbol __TMC_END__"
|
|
3
|
173
|
January 9, 2025
|
(Un?)intentional changes in re-serialization of Cargo.toml (during `cargo package`) in nightly?
|
|
7
|
266
|
January 6, 2025
|
Better codegen for CPU feature detection
|
|
21
|
669
|
December 30, 2024
|
Pre-RFC: Same-crate proc macros
|
|
8
|
610
|
December 27, 2024
|
Can we have either a new target wasm32v1-unknown-unknown or a set of new targets wasm32(v1)?-web-bindgen?
|
|
34
|
898
|
December 27, 2024
|
Idea: cargo flag to make it cancellable
|
|
12
|
493
|
December 27, 2024
|
&mut T is copied in MIR?
|
|
6
|
395
|
December 26, 2024
|
Slow incremental compilation when changing small things or comments
|
|
11
|
614
|
December 21, 2024
|
Feedback request: Performance improvements from reducing debug info
|
|
11
|
901
|
December 20, 2024
|
Code that formats f64?
|
|
2
|
206
|
December 20, 2024
|
Specialization and Associated Const Equality give auto traits
|
|
1
|
294
|
December 15, 2024
|
Partial move field syntax in method signature
|
|
2
|
246
|
December 13, 2024
|
Create new lint for unused constants, #[allow(unused_constants)]
|
|
4
|
203
|
December 9, 2024
|
Renaming Cargo "target"
|
|
62
|
1742
|
December 3, 2024
|
Add conversions of floating point to / from exponent+mantissa
|
|
16
|
547
|
December 3, 2024
|
`TryFrom<&str>` implementations for all types currently implementing `FromStr`
|
|
6
|
190
|
November 29, 2024
|
We may need some sort of #[flatten]
|
|
17
|
808
|
November 25, 2024
|
Pre-RFC: Validation Trait
|
|
4
|
232
|
November 24, 2024
|
Deallocate Vec without needing capacity
|
|
8
|
356
|
November 24, 2024
|
Laundering pointers
|
|
3
|
424
|
November 13, 2024
|
Brainstorming: how to help old code locked to old `time` build on new toolchains
|
|
30
|
1482
|
November 7, 2024
|
`unsafe_code` lint and unsafe method
|
|
1
|
177
|
November 5, 2024
|