|
Rustc copying cryptographic keys onto the stack instead of using them via pointer
|
|
29
|
1890
|
January 4, 2024
|
|
Compiler should warn on moves of mutable copy variables
|
|
10
|
1010
|
January 4, 2024
|
|
How can I use rustc_interface::run_compiler to sava type information?
|
|
1
|
372
|
January 2, 2024
|
|
Check disk space before compilation
|
|
17
|
1176
|
December 21, 2023
|
|
Difference between `LocalDefId` and `DefId`?
|
|
3
|
539
|
December 13, 2023
|
|
Why is `rustc_mir_transform::optimized_mir` called twice?
|
|
4
|
465
|
December 9, 2023
|
|
Cross-language LTO without linker support
|
|
1
|
455
|
December 6, 2023
|
|
How to build arm64e apps on macOS / iOS
|
|
11
|
1813
|
December 3, 2023
|
|
Multi-architecture layout
|
|
17
|
2248
|
December 2, 2023
|
|
How does Rust compiler identify the trait bound for generic parameter?
|
|
1
|
380
|
November 30, 2023
|
|
The trait `TyEncoder` is not implemented for `FileEncoder`
|
|
1
|
352
|
November 27, 2023
|
|
Feature request: trait support #[refuse_impl] attribute, refuse outside implement
|
|
8
|
622
|
February 4, 2025
|
|
Support for HaikuOS! :D
|
|
5
|
1672
|
November 4, 2023
|
|
Questions how to add a target spec for RTEMS cross-compilation
|
|
5
|
762
|
November 2, 2023
|
|
Adding a new build target - What is `adjust_for_foreign_abi` even supposed to do?
|
|
3
|
596
|
November 2, 2023
|
|
Error With a Link to an Unfamiliar Document
|
|
3
|
491
|
October 31, 2023
|
|
Linker for Rust
|
|
4
|
8329
|
October 22, 2023
|
|
Serializing/Deserializing MIR Pass Body
|
|
1
|
328
|
October 21, 2023
|
|
How to insert RUST new instruction in specific MIR statement
|
|
1
|
566
|
September 24, 2023
|
|
RUST_BACKTRACE_DIR=/home/user/workspace should exist
|
|
4
|
596
|
October 17, 2023
|
|
Express in custom MIR: closures, promoted constants, enum, struct/impl/trait, etc
|
|
2
|
365
|
October 17, 2023
|
|
Laziness in the compiler
|
|
13
|
2217
|
October 14, 2023
|
|
Track the uses when writing MIR passes
|
|
4
|
588
|
October 13, 2023
|
|
The way to see how memcpy and alloca introduced by move is optimized
|
|
4
|
1017
|
October 12, 2023
|
|
Improve HRTB compatibility for "lifetime not general enough" cases, or provide better help/notes + update language tutorials
|
|
1
|
430
|
January 1, 2025
|
|
Producing HIR across crate dependencies
|
|
5
|
549
|
October 5, 2023
|
|
Generating custom MIR(`std::intrinsics::mir`) from MIR
|
|
3
|
519
|
September 28, 2023
|
|
Inserting runtime checks into MIR based on expiration locations
|
|
3
|
587
|
September 26, 2023
|
|
Disabling MIR Optimization in Rust Compilation
|
|
8
|
1230
|
September 26, 2023
|
|
Different error outputs for rustup and source built rustc
|
|
3
|
526
|
September 25, 2023
|