summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework/mod.rs
AgeCommit message (Expand)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-08-29Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.Nicholas Nethercote-2/+2
2024-07-14Stop using the gen keyword in the compilerMichael Goulet-15/+15
2023-12-08Tweak `GenKillAnalysis`.Nicholas Nethercote-9/+12
2023-11-27Deparameterize `Results` and `ResultsCursor`.Nicholas Nethercote-1/+1
2023-11-27Remove `ResultsCloned` and `ResultsClonedCursor`.Nicholas Nethercote-2/+2
2023-11-27Remove `ResultsRefCursor`.Nicholas Nethercote-1/+1
2023-11-27Remove `CloneAnalysis`.Nicholas Nethercote-15/+0
2023-11-23Avoid unnecessary exports.Nicholas Nethercote-1/+1
2023-10-22use visibility to check unused imports and delete some stmtsbohan-1/+1
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-08-16Make TerminatorEdge plural.Camille GILLOT-4/+4
2023-08-16Rename MaybeUnreachable.Camille GILLOT-6/+8
2023-08-16Allow apply_terminator_effect to customize edges.Camille GILLOT-68/+12
2023-08-16Introduce MaybeUnreachable.Camille GILLOT-1/+17
2023-08-16Move domain_size to GenKillAnalysis.Camille GILLOT-9/+2
2023-06-27Export AnalysisResults trait in rustc_mir_dataflowFlorian Groult-1/+1
2023-05-18Take MIR dataflow analyses by mutable reference.Jason Newcomb-23/+38
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2022-08-22use type alias impl trait in `outlives_bounds::InferCtxtExt`SparrowLii-1/+2
2022-07-06Edit `rustc_mir_dataflow::framework` documentationpierwill-8/+8
2022-03-24Implement `apply_switch_int_edge_effects` for backward analysesSamuel E. Moelius III-2/+0
2022-02-23Introduce `ChunkedBitSet` and use it for some dataflow analyses.Nicholas Nethercote-4/+58
2021-12-16Remove `in_band_lifetimes` from `rustc_mir_dataflow`LegionMammal978-3/+11
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-10/+28
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-1/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+546