about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/elaborate_drops.rs
AgeCommit message (Expand)AuthorLines
2023-04-02Auto merge of #109008 - clubby789:drop-elaborate-array, r=davidtwcobors-18/+54
2023-03-30Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`Scott McMurray-3/+3
2023-03-28Move `mir::Field` → `abi::FieldIdx`Scott McMurray-9/+9
2023-03-25Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT`Scott McMurray-3/+3
2023-03-17Drop subslices of arraysclubby789-18/+54
2023-03-14Use index based drop loop for slices and arraysTomasz Miąsko-101/+32
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-1/+1
2022-12-14Remove one more usage of `mk_substs_trait`Oli Scherer-2/+6
2022-12-09Remove unneeded field from `SwitchTargets`Jakob Degen-4/+2
2022-11-21Allow iterators instead of requiring slices that will get turned into iteratorsOli Scherer-1/+1
2022-11-04Some tracing and comment cleanupsOli Scherer-3/+2
2022-10-06Remove `mir::CastKind::Misc`ouz-a-1/+2
2022-09-16Only generate `OpaqueCast` for opaque typesOli Scherer-1/+1
2022-06-15remove box derefs from codgenDrMeepster-1/+12
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-1/+1
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-2/+4
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-18/+19
2022-02-21use `List<Ty<'tcx>>` for tupleslcnr-4/+1
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-2/+2
2022-02-03rustc_mir_dataflow: use iter::once instead of Some().into_iterMichael Howell-3/+2
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-1/+1
2021-11-11Use `associated_item_def_ids` moreMatthew Jasper-7/+2
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+1051