rust/compiler/rustc_interface/src
Dylan DPC 4a4e3e667d
Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco
expand: Refactor module loading

This is an accompanying PR to https://github.com/rust-lang/rust/pull/82399, but they can be landed independently.
See individual commits for more details.

Anyone should be able to review this equally well because all people actually familiar with this code left the project.
2021-03-08 13:13:19 +01:00
..
callbacks.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
interface.rs Move try_print_query_stack to rustc_interface. 2021-02-19 17:51:55 +01:00
lib.rs Box the biggest ast::ItemKind variants 2021-02-01 09:23:39 +01:00
passes.rs Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco 2021-03-08 13:13:19 +01:00
proc_macro_decls.rs Only store a LocalDefId in hir::Item. 2021-02-15 19:32:10 +01:00
queries.rs Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
tests.rs Fix rustc_driver self text and bump the mir_opt_level 2021-03-05 17:13:58 -03:00
util.rs Rollup merge of #82047 - the8472:fast-rename, r=davidtwco 2021-03-08 13:13:18 +01:00