about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/large_enums.rs
AgeCommit message (Expand)AuthorLines
2024-05-08Simplify `use crate::rustc_foo::bar` occurrences.Nicholas Nethercote-1/+1
2023-12-28Fix some commentscuishuang-1/+1
2023-12-10remove redundant importssurechen-1/+0
2023-10-10add some comments explaining why MIR opts are marked as unsoundRalf Jung-0/+3
2023-09-27fix clippy::{redundant_guards, useless_format}Matthias Krüger-5/+2
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-2/+2
2023-09-19move ConstValue into mirRalf Jung-1/+1
2023-09-14make it more clear which functions create fresh AllocIdRalf Jung-1/+1
2023-09-14cleanup op_to_const a bit; rename ConstValue::ByRef → IndirectRalf Jung-1/+1
2023-09-14use AllocId instead of Allocation in ConstValue::ByRefRalf Jung-2/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-7/+9
2023-04-23Use param_env_reveal_all_normalized in MIR opts.Camille GILLOT-1/+1
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-20/+25
2023-02-24Rename many interner functions.Nicholas Nethercote-4/+3
2023-02-15Replace an unnecessary `mk_ty` call with `mk_array`.Nicholas Nethercote-5/+2
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-1/+1
2023-02-08Add de-init to destination placekadmin-7/+10
2023-02-07Leave FIXME for wasm layout difference.kadmin-15/+27
2023-02-07Rm allocation in candidatekadmin-0/+283