rust/compiler/rustc_interface/src
bors cc9610bf5a Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor
Driver improvements

This PR contains a couple of cleanups for the driver and a few small improvements for the custom codegen backend interface. It also implements `--version` and `-Cpasses=list` support for custom codegen backends.
2021-06-07 02:30:24 +00:00
..
callbacks.rs Fix outdated crate names in rustc_interface::callbacks 2021-04-07 11:45:27 -05:00
interface.rs Change the .unwrap to .expect with a helpful message 2021-03-15 20:45:45 +08:00
lib.rs Remove unused feature gates 2021-05-31 13:55:43 +02:00
passes.rs rustc: Store metadata-in-rlibs in object files 2021-06-04 10:05:20 -07:00
proc_macro_decls.rs Use () for proc_macro_decls_static. 2021-05-12 13:58:43 +02:00
queries.rs A couple of small cleanups 2021-06-04 13:20:04 +02:00
tests.rs Don't sort a Vec before computing its DepTrackingHash 2021-05-25 22:11:39 -05:00
util.rs Use SyncOnceCell in get_codegen_backend 2021-06-04 13:20:04 +02:00