about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/global_asm.rs
AgeCommit message (Collapse)AuthorLines
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-68/+0
On x86, the default syntax is also switched to Intel to match asm!
2021-02-20Remove some P-sDániel Buga-1/+1
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-2/+5
A `Visibility` does not have outer attributes, so we only capture tokens when parsing a `macro_rules!` matcher
2020-08-30mv compiler to compiler/mark-0/+65