rust/compiler/rustc_target/src
Jacob Pratt 6acda82078
Rollup merge of #142608 - workingjubilee:redescribe-rustc_target-more-accurately, r=wesleywiser
Refresh module-level docs for `rustc_target::spec`

We have long since gone on a curveball from the flexible-target-specification RFC by introducing stability and soundness promises to the language and compiler which we often struggle with extending to target-specific implementation details. Indeed, we often *literally cannot*. We also have modified the search algorithm details. Update the comments for `rustc_target::spec` considerably.
2025-06-17 23:19:37 +02:00
..
asm Add f16 inline asm support for LoongArch 2025-06-14 09:39:30 +08:00
callconv Fix RISC-V C function ABI when passing/returning structs containing floats 2025-06-16 10:14:07 +01:00
spec Rollup merge of #142608 - workingjubilee:redescribe-rustc_target-more-accurately, r=wesleywiser 2025-06-17 23:19:37 +02:00
json.rs compiler: actually remove Conv now that it is irrelevant 2025-06-03 10:08:11 -07:00
lib.rs Remove all unused feature gates from the compiler 2025-06-08 14:50:42 +00:00
target_features.rs Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwco 2025-06-13 05:19:13 +02:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00