rust/compiler/rustc_interface/src
Dylan DPC 17ee28b71f
Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk
Codegen backend interface refactor

This moves several things away from the codegen backend to rustc_interface. There are a few behavioral changes where previously the incremental cache (incorrectly) wouldn't get finalized, but now it does. See the individual commit messages.
2020-10-14 02:30:38 +02:00
..
callbacks.rs
interface.rs Add option to pass a custom codegen backend from a driver 2020-09-27 14:16:42 +02:00
lib.rs datastructures: replace `once_cell` crate with an impl from std 2020-08-30 20:06:14 +01:00
passes.rs Add -Z codegen-backend dylib to deps 2020-10-05 09:46:03 +02:00
proc_macro_decls.rs
queries.rs Use fixed type for CodegenResults 2020-10-10 16:18:36 +02:00
tests.rs Auto merge of #76830 - Artoria2e5:tune, r=nagisa 2020-10-13 02:49:00 +00:00
util.rs Remove not needed lambda. 2020-10-08 16:22:31 +03:00