1
Fork 0
rust/compiler/rustc_const_eval/src
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
..
const_eval Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
interpret Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
transform Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
util Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00