| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-14 | Remove support for floating-point constants in asm! | Amanieu d'Antras | -2/+0 | |
| Floating-point constants aren't very useful anyways and this simplifies the code since the type check can now be done in typeck. | ||||
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -1/+31 | |
| On x86, the default syntax is also switched to Intel to match asm! | ||||
| 2021-02-28 | Support LLVM 12 in rustc | Nikita Popov | -0/+1 | |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -3/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+197 | |
