summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/asm.rs
AgeCommit message (Expand)AuthorLines
2021-11-10Add support for specifying multiple clobber_abi in `asm!`asquared31415-7/+40
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-4/+46
2021-10-26Remove unnecessary check for registersYuki Okushi-3/+1
2021-10-26Fix some typosYuki Okushi-2/+2
2021-10-07make #[target_feature] work with `asm` register classesasquared31415-62/+2
2021-08-29ast_lowering: Introduce `lower_span` for catching all spans entering HIRVadim Petrochenkov-4/+9
2021-08-24Move `named_asm_labels` to a HIR lintasquared31415-1/+3
2021-08-12Add support for clobber_abi to asm!Amanieu d'Antras-1/+55
2021-07-10Add clobber-only register classes for asm!Amanieu d'Antras-0/+16
2021-05-13Clarify error message when both asm! and global_asm! are unsupportedAmanieu d'Antras-1/+2
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-0/+328