rust/compiler/rustc_codegen_ssa
Luca Versari 291da71b2a Add an experimental unsafe(force_target_feature) attribute.
This uses the feature gate for
https://github.com/rust-lang/rust/issues/143352, but is described in
https://github.com/rust-lang/rfcs/pull/3820 which is strongly tied to
the experiment.
2025-08-22 01:26:26 +02:00
..
src Add an experimental unsafe(force_target_feature) attribute. 2025-08-22 01:26:26 +02:00
Cargo.toml fix tail calls to #[track_caller] functions 2025-08-13 02:26:52 +02:00
messages.ftl Remove the no_sanitize attribute in favor of sanitize 2025-08-18 08:45:28 +00:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.