| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-29 | ast_lowering: Introduce `lower_span` for catching all spans entering HIR | Vadim Petrochenkov | -4/+9 | |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -1/+3 | |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -1/+55 | |
| 2021-07-10 | Add clobber-only register classes for asm! | Amanieu d'Antras | -0/+16 | |
| These are needed to properly express a function call ABI using a clobber list, even though we don't support passing actual values into/out of these registers. | ||||
| 2021-05-13 | Clarify error message when both asm! and global_asm! are unsupported | Amanieu d'Antras | -1/+2 | |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -0/+328 | |
| On x86, the default syntax is also switched to Intel to match asm! | ||||
