rust/compiler/rustc_codegen_ssa
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
..
src Remove support for floating-point constants in asm! 2021-05-14 14:58:21 +01:00
Cargo.toml update cc crate 2021-05-12 00:55:03 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.