rust/compiler/rustc_target/src
bors f688dd684f Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgr
Rollup of 10 pull requests

Successful merges:

 - #118521 (Enable address sanitizer for MSVC targets using INFERASANLIBS linker flag)
 - #119026 (std::net::bind using -1 for openbsd which in turn sets it to somaxconn.)
 - #119195 (Make named_asm_labels lint not trigger on unicode and trigger on format args)
 - #119204 (macro_rules: Less hacky heuristic for using `tt` metavariable spans)
 - #119362 (Make `derive(Trait)` suggestion more accurate)
 - #119397 (Recover parentheses in range patterns)
 - #119417 (Uplift some miscellaneous coroutine-specific machinery into `check_closure`)
 - #119539 (Fix typos)
 - #119540 (Don't synthesize host effect args inside trait object types)
 - #119555 (Add codegen test for RVO on MaybeUninit)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-01-04 21:44:14 +00:00
..
abi Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
asm Support reg_addr register class in s390x inline assembly 2024-01-03 18:00:37 +09:00
spec Rollup merge of #118521 - dpaoliello:asan, r=wesleywiser 2024-01-04 08:33:21 +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