rust/compiler/rustc_codegen_cranelift/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
..
abi Clarify Layout interning. 2022-03-07 13:41:47 +11:00
bin
debuginfo
driver Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23 2022-02-23 11:49:34 +01:00
intrinsics Clarify Layout interning. 2022-03-07 13:41:47 +11:00
optimize Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23 2022-02-23 11:49:34 +01:00
allocator.rs Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23 2022-02-23 11:49:34 +01:00
analyze.rs
archive.rs
base.rs Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23 2022-02-23 11:49:34 +01:00
cast.rs
codegen_i128.rs
common.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
compiler_builtins.rs
config.rs
constant.rs Introduce ConstAllocation. 2022-03-07 08:25:50 +11:00
discriminant.rs
inline_asm.rs
lib.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
linkage.rs
main_shim.rs Normalize main return type during mono item collection & codegen 2022-02-23 22:33:50 +01:00
num.rs
pointer.rs
pretty_clif.rs Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23 2022-02-23 11:49:34 +01:00
toolchain.rs
trap.rs
unsize.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
value_and_place.rs Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
vtable.rs