about summary refs log tree commit diff
path: root/compiler/rustc_target/src/asm/avr.rs
AgeCommit message (Expand)AuthorLines
2024-11-28Reword error message of reserved AVR registersJulian Frimmel-1/+1
2024-11-28Support `clobber_abi` for AVR inline assemblyJulian Frimmel-0/+5
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
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
2022-01-17Use Symbol for target features in asm handlingbjorn3-1/+2
2021-12-06Implement inline asm! for AVR platformAndrew Dona-Couch-0/+196