rust/compiler/rustc_const_eval/src/util
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
..
aggregate.rs Store a DefId instead of an AdtDef in AggregateKind::Adt 2021-12-22 14:36:34 -05:00
alignment.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
call_kind.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
collect_writes.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
find_self_call.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
mod.rs Improve error messages even more 2022-02-12 19:24:08 +11:00