rust/compiler/rustc_target/src
Nilstrieb ffafcd8819 Update to bitflags 2 in the compiler
This involves lots of breaking changes. There are two big changes that
force changes. The first is that the bitflag types now don't
automatically implement normal derive traits, so we need to derive them
manually.

Additionally, bitflags now have a hidden inner type by default, which
breaks our custom derives. The bitflags docs recommend using the impl
form in these cases, which I did.
2023-12-30 18:17:28 +01:00
..
abi Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
asm update the registers of csky 2023-10-21 23:42:09 +08:00
spec Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
json.rs Use preserve_mostcc for extern "rust-cold" 2023-08-26 17:42:59 -07:00
lib.rs Move rustc_codegen_ssa target features to rustc_target 2023-12-14 14:40:55 +01:00
target_features.rs Move rustc_codegen_ssa target features to rustc_target 2023-12-14 14:40:55 +01:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00