about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src
AgeCommit message (Expand)AuthorLines
2025-07-28use let chains in hir, lint, mirKivooeo-40/+34
2025-07-11Remove support for SwitchInt edge effects in backward dataflow analysesTomasz Miąsko-9/+6
2025-07-11Call `get_switch_int_data` on a block with SwitchInt terminatorTomasz Miąsko-1/+1
2025-07-09Auto merge of #142707 - ashivaram23:drop_wildcard, r=dianqkbors-34/+94
2025-07-08Apply effects to otherwise edge in dataflow analysisAmogh Shivaram-34/+94
2025-06-29mir: Use the `new` method for `BasicBlockData`dianqk-5/+5
2025-06-29mir: Add a `new` method to `statement`dianqk-1/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-07Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwcoGuillaume Gomez-167/+165
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-1/+11
2025-04-25Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnrMatthias Krüger-1/+1
2025-04-24Separate `Analysis` and `Results`.Nicholas Nethercote-139/+135
2025-04-24Pass `Analysis` to `visit_*` instead of `Results`.Nicholas Nethercote-30/+32
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-22Remove unnecessary lifetime on `ResultsVisitor`.Nicholas Nethercote-15/+15
2025-04-22Remove unused `ResultsCursor` methods.Nicholas Nethercote-15/+0
2025-04-22Move `StateDiffCollector`'s use point.Nicholas Nethercote-10/+11
2025-04-21Store `Results` in Formatter.Nicholas Nethercote-20/+20
2025-04-17Avoid an `unwrap` in `RustcMirAttrs::set_field`.Nicholas Nethercote-22/+23
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-2/+3
2025-04-16Remove support for `#[rustc_mir(borrowck_graphviz_format="gen_kill")]`.Nicholas Nethercote-1/+1
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-7/+3
2025-02-22Fix binding mode problemsMichael Goulet-3/+3
2025-02-19Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errorsMatthias Krüger-2/+0
2025-02-19Remove `rustc_middle::mir::tcx` module.Nicholas Nethercote-2/+0
2025-02-17Remove `SwitchIntTarget`.Nicholas Nethercote-18/+10
2025-02-17Add `SwitchTargetValue`.Nicholas Nethercote-8/+15
2025-02-17Refactor `apply_effects_in_block`.Nicholas Nethercote-13/+7
2025-02-14Move drop elaboration infrastructure.Nicholas Nethercote-1046/+22
2025-02-08Rustfmtbjorn3-38/+51
2025-02-03Contracts core intrinsics.Felix S. Klock II-1/+5
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-3/+7
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-2/+2
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-0/+2
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-65/+65
2024-12-24Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obkbors-0/+2
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+2
2024-12-22Delete `Rvalue::Len`Scott McMurray-2/+0
2024-12-22Auto merge of #134326 - scottmcm:slice-drop-shim-ptrmetadata, r=saethlinbors-9/+66
2024-12-18Auto merge of #133328 - nnethercote:simplify-SwitchInt-handling, r=tmiaskobors-235/+177
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-1/+0
2024-12-18Remove a comment that shouldn't have been committed.Nicholas Nethercote-1/+0
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-3/+2