rust/compiler/rustc_mir_dataflow/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
..
framework Introduce ChunkedBitSet and use it for some dataflow analyses. 2022-02-23 10:18:49 +11:00
impls Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
move_paths add #[rustc_pass_by_value] to more types 2022-03-08 15:39:52 +01:00
drop_flag_effects.rs Adopt let else in more places 2022-02-19 17:27:43 +01:00
elaborate_drops.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
lib.rs Remove in_band_lifetimes from rustc_mir_dataflow 2021-12-16 14:29:43 -05:00
rustc_peek.rs Introduce ChunkedBitSet and use it for some dataflow analyses. 2022-02-23 10:18:49 +11:00
storage.rs Remove in_band_lifetimes from rustc_mir_dataflow 2021-12-16 14:29:43 -05:00