Camille Gillot
Camille Gillot
Gating MIR inlining on non-incremental mode causes spurious codegen test failures for contributors that do not compile rustc in incremental mode. This PR stops this behaviour, to rely only on...
This PR continues the refactor of metadata emission to be more systematic, iterating on definitions and filtering based on each definition's `DefKind`. This allows to remove the large `EntryKind` enum,...
For some cases, the computation of the C string for inline using _getRepresentation takes a substantial amount of time. Here, we memorize the computed C code and argument dictionary. The...
Split from https://github.com/rust-lang/rust/pull/127241