rust/compiler/rustc_const_eval/src/const_eval
Nicholas Nethercote ca5525d564 Improve AdtDef interning.
This commit makes `AdtDef` use `Interned`. Much the commit is tedious
changes to introduce getter functions. The interesting changes are in
`compiler/rustc_middle/src/ty/adt.rs`.
2022-03-11 13:31:24 +11:00
..
error.rs rustc_errors: let DiagnosticBuilder::emit return a "guarantee of emission". 2022-02-23 06:38:52 +00:00
eval_queries.rs Introduce ConstAllocation. 2022-03-07 08:25:50 +11:00
fn_queries.rs Reduce use of local_def_id_to_hir_id. 2022-01-15 21:26:25 +01:00
machine.rs Introduce ConstAllocation. 2022-03-07 08:25:50 +11:00
mod.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00