rust/src/librustc_interface
Nicholas Nethercote 02840ca8ab Remove no_integrated_as mode.
Specifically, remove both `-Z no_integrated_as` and
`TargetOptions::no_integrated_as`. The latter was only used for the
`msp430_none_elf` platform, for which it's no longer required.
2020-03-27 11:59:10 +11:00
..
build.rs Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
callbacks.rs Make it build again 2020-02-29 20:47:10 +03:00
Cargo.toml Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
interface.rs Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
lib.rs Remove unused feature gates from librustc_interface 2020-02-07 13:58:57 +01:00
passes.rs Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum 2020-03-25 06:45:36 +01:00
proc_macro_decls.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
queries.rs separate out an arena for HIR 2020-03-21 22:18:57 +01:00
tests.rs Remove no_integrated_as mode. 2020-03-27 11:59:10 +11:00
util.rs Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00