about summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm/spirv.rs
AgeCommit message (Collapse)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-1/+0
2024-03-03Mention Register Size in `#[warn(asm_sub_register)]`Veera-3/+3
Fixes #121593
2022-01-17Use Symbol for target features in asm handlingbjorn3-1/+2
This saves a couple of Symbol::intern calls
2020-11-11Change capitalization of Spirv to SpirVkhyperia-3/+3
This matches the capitalization of RiscV
2020-11-11Add asm register information for SPIR-Vkhyperia-0/+46