rust/compiler/rustc_target/src
Dylan DPC 966e9e2471
Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov
Allow setting `target_family` to multiple values, and implement `target_family="wasm"`

As per the conclusion in [this thread](https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/Are.20we.20comfortable.20with.20adding.20an.20insta-stable.20cfg.28wasm.29.3F/near/233158441), this implements an ability to specify any number of `target_family` values, allowing for more flexible generic groups, or "families", to be created than just the OS-based unix/windows dichotomy.

cc https://github.com/rust-lang/reference/pull/1006
2021-05-03 00:32:40 +02:00
..
abi fix few typos 2021-04-19 15:57:08 +03:00
asm Reserve x18 on AArch64 and un-reserve x16 2021-05-01 13:25:56 +01:00
spec Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov 2021-05-03 00:32:40 +02:00
lib.rs fix feature use in rustc libs 2021-04-18 22:05:45 +02:00