Amanieu d'Antras
|
f1b11939e2
|
Remove support for floating-point constants in asm!
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-14 14:58:21 +01:00 |
|
Amanieu d'Antras
|
5918ee4317
|
Add support for const operands and options to global_asm!
On x86, the default syntax is also switched to Intel to match asm!
|
2021-05-13 22:31:57 +01:00 |
|
Nikita Popov
|
55f345f325
|
Support LLVM 12 in rustc
|
2021-02-28 10:19:44 +01:00 |
|
est31
|
12187b7f86
|
Remove unused #[allow(...)] statements from compiler/
|
2020-09-26 01:25:55 +02:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|