| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-10 | Add support for specifying multiple clobber_abi in `asm!` | asquared31415 | -7/+40 | |
| Allow multiple clobber_abi in asm Update docs Fix aarch64 test Combine abis Emit duplicate ABI error, empty ABI list error multiple clobber_abi | ||||
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -4/+46 | |
| 2021-10-26 | Remove unnecessary check for registers | Yuki Okushi | -3/+1 | |
| `is_clobber()` already checks if `reg` is a register and the both values should be the same. | ||||
| 2021-10-26 | Fix some typos | Yuki Okushi | -2/+2 | |
| 2021-10-07 | make #[target_feature] work with `asm` register classes | asquared31415 | -62/+2 | |
| 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! | ||||
