Nicholas Nethercote
|
84ac80f192
|
Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
|
2024-07-29 08:26:52 +10:00 |
|
Nicholas Nethercote
|
4814fd0a4b
|
Remove extern crate rustc_macros from numerous crates.
|
2024-04-29 10:21:54 +10:00 |
|
Veera
|
9aac0c9ae3
|
Mention Register Size in #[warn(asm_sub_register)]
Fixes #121593
|
2024-03-03 09:34:26 -05:00 |
|
bjorn3
|
991cbd1503
|
Use Symbol for target features in asm handling
This saves a couple of Symbol::intern calls
|
2022-01-17 18:06:27 +01:00 |
|
Gus Caplan
|
d9f237caa6
|
Add wasm32 support to inline asm
|
2020-12-01 12:18:21 -06:00 |
|