| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -33/+0 | |
| 2022-10-17 | Stabilize asm_sym | Amanieu d'Antras | -2/+4 | |
| 2022-05-03 | Collect function instance used in `global_asm!` sym operand | Tomasz Miąsko | -0/+5 | |
| The constants used in SymFn operands have FnDef type, so the type of the constant identifies the function. | ||||
| 2022-04-16 | Update tests for sym support in global_asm! | Amanieu d'Antras | -1/+12 | |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -1/+3 | |
| They are also removed from the prelude as per the decision in https://github.com/rust-lang/rust/issues/87228. stdarch and compiler-builtins are updated to work with the new, stable asm! and global_asm! macros. | ||||
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -1/+1 | |
| 2021-10-22 | Update the minimum external LLVM to 11 | Josh Stone | -1/+0 | |
| 2021-05-13 | Add tests for global_asm! | Amanieu d'Antras | -0/+14 | |
