rust/compiler/rustc_target/src
LingMan 28aed81f7d Avoid an Option<Option<_>>
By simply swapping the calls to `map` and `and_then` around the complexity of
handling an `Option<Option<_>>` disappears.
2021-04-13 18:42:19 +02:00
..
abi rustc: Add a new wasm ABI 2021-04-08 08:03:18 -07:00
asm Disallow the use of high byte registes as operands on x86_64 2021-04-05 13:38:24 +01:00
spec Avoid an Option<Option<_>> 2021-04-13 18:42:19 +02:00
lib.rs Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00