rust/compiler/rustc_interface/src
Dario Nieuwenhuis 7b62e09b03 Allow disabling TrapUnreachable via -Ztrap-unreachable=no
This is useful for embedded targets where small code size is desired.
For example, on my project (thumbv7em-none-eabi) this yields a 0.6% code size reduction.
2020-11-24 01:08:27 +01:00
..
callbacks.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
interface.rs Add option to pass a custom codegen backend from a driver 2020-09-27 14:16:42 +02:00
lib.rs Merge set_panic and set_print into set_output_capture. 2020-11-10 21:58:13 +01:00
passes.rs Move rustc_ty -> rustc_ty_utils 2020-11-19 21:57:29 +01:00
proc_macro_decls.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
queries.rs Move Steal to rustc_data_structures. 2020-11-14 01:30:56 +01:00
tests.rs Allow disabling TrapUnreachable via -Ztrap-unreachable=no 2020-11-24 01:08:27 +01:00
util.rs Merge set_panic and set_print into set_output_capture. 2020-11-10 21:58:13 +01:00