rust/compiler/rustc_interface/src
Tyson Nottingham 62139ffad4 Remove DepKind::CrateMetadata and pre-allocation of DepNodes
Remove much of the special-case handling around crate metadata
dependency tracking by replacing `DepKind::CrateMetadata` and the
pre-allocation of corresponding `DepNodes` with on-demand invocation
of the `crate_hash` query.
2021-01-12 11:22:57 -08:00
..
callbacks.rs
interface.rs Add some intra-doc links to compiler docs 2020-12-22 09:54:23 -05:00
lib.rs
passes.rs Remove DepKind::CrateMetadata and pre-allocation of DepNodes 2021-01-12 11:22:57 -08:00
proc_macro_decls.rs
queries.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
tests.rs Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton 2021-01-12 07:58:59 +09:00
util.rs