rust/compiler/rustc_target/src
Matthias Krüger 32e0fe129d
Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors
Use more slice patterns inside the compiler

Nothing super noteworthy. Just replacing the common 'fragile' pattern of "length check followed by indexing or unwrap" with slice patterns for legibility and 'robustness'.

r? ghost
2024-08-11 07:51:51 +02:00
..
abi Match LLVM ABI in extern "C" functions for f128 on Windows 2024-07-30 20:23:33 +01:00
asm Reformat use declarations. 2024-07-29 08:26:52 +10:00
spec Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors 2024-08-11 07:51:51 +02:00
json.rs Add metadata to targets 2024-03-10 20:46:08 +01:00
lib.rs Update std and compiler 2024-08-10 12:07:17 +02:00
target_features.rs Fix typo 2024-08-07 00:43:56 -04:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00