about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/elaborate_drops.rs
AgeCommit message (Expand)AuthorLines
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-1/+1
2024-10-19Get rid of const eval_* and try_eval_* helpersMichael Goulet-1/+1
2024-10-04Fix some pub(crate) that were undetected bc of instrumentMichael Goulet-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-20/+14
2024-09-13Rename some lifetimes.Nicholas Nethercote-3/+3
2024-08-18rename AddressOf -> RawBorrow inside the compilerRalf Jung-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-06-21Save 2 pointers in `TerminatorKind` (96 → 80 bytes)Scott McMurray-4/+2
2024-06-14Use is_lang_item more aggressivelyMichael Goulet-2/+1
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.Nicholas Nethercote-0/+1
2024-05-02Inline & delete `Ty::new_unit`, since it's just a field accessWaffle Lapkin-1/+1
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-0/+1
2024-04-03rustc_index: Add a `ZERO` constant to index typesVadim Petrochenkov-5/+5
2024-03-22Eagerly convert some ctors to use their specialized ctorsMichael Goulet-7/+2
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-0/+3
2024-01-15compiler: Lower fn call arg spans down to MIRMartin Nordholts-1/+6
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-9/+5
2023-10-20s/generator/coroutine/Oli Scherer-5/+5
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-09-28Some tracing cleanupsOli Scherer-4/+3
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-2/+2
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-1/+1
2023-08-01Use upvar_tys in more places, make it a listMichael Goulet-8/+2
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-21/+25
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-5/+8
2023-06-20merge `BorrowKind::Unique` into `BorrowKind::Mut`Ziru Niu-1/+1
2023-06-18Better error for non const `PartialEq` call generated by `match`Deadbeef-1/+1
2023-06-16remove box_free and replace with drop implDrMeepster-74/+26
2023-05-25Remove DesugaringKind::Replace.Camille GILLOT-2/+8
2023-05-10don't inline polymorphic adt instances whose fields contain projectionsb-naber-8/+3
2023-04-28dont expect normalization to succeed in elaborate_dropsb-naber-3/+9
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-06Revert box_free unwind actionGary Guo-1/+5
2023-04-06Add `UnwindAction::Terminate`Gary Guo-2/+2
2023-04-06Add `UnwindAction::Unreachable`Gary Guo-1/+1
2023-04-06Refactor unwind from Option to a new enumGary Guo-8/+8
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