rust/compiler/rustc_const_eval/src/const_eval
Camille GILLOT 21a554caf6 Remember mutability in DefKind::Static.
This allows to compute the `BodyOwnerKind` from `DefKind` only, and
removes a direct dependency of some MIR queries onto HIR.

As a side effect, it also simplifies metadata, since we don't need 4
flavours of `EntryKind::*Static` any more.
2022-03-29 18:50:52 +02:00
..
error.rs rustc_errors: let DiagnosticBuilder::emit return a "guarantee of emission". 2022-02-23 06:38:52 +00:00
eval_queries.rs Remember mutability in DefKind::Static. 2022-03-29 18:50:52 +02:00
fn_queries.rs Reduce use of local_def_id_to_hir_id. 2022-01-15 21:26:25 +01:00
machine.rs rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
mod.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00