about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-12-16Simplify dataflow `SwitchInt` handling.Nicholas Nethercote-2/+2
2024-12-10Rename `EntrySets` as `EntryStates`.Nicholas Nethercote-1/+1
2024-11-26Make some modules non-`pub`.Nicholas Nethercote-2/+2
2024-11-26Move `always_storage_live_locals`.Nicholas Nethercote-1/+0
2024-11-23`ElaborateDrops`: use typing_env directlylcnr-2/+2
2024-11-05Remove `ResultsVisitable`.Nicholas Nethercote-2/+2
2024-11-05Replace `BorrowckResults` with `Borrowck`.Nicholas Nethercote-3/+3
2024-10-30Remove `Engine`.Nicholas Nethercote-3/+3
2024-10-14Merge `AnalysisDomain` into `Analysis`.Nicholas Nethercote-3/+3
2024-10-14Remove `GenKillAnalysis`.Nicholas Nethercote-3/+3
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-08-29Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.Nicholas Nethercote-0/+1
2024-08-11Use assert_matches around the compilerMichael Goulet-0/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-0/+2
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.Nicholas Nethercote-3/+0
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-2/+0
2024-03-20step cfgsMark Rousskov-1/+0
2024-02-10Remove unnecessary `min_specialization` after bootstrapZalathar-1/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-01-25Remove unused featuresclubby789-2/+0
2024-01-20Add a warning commentGeorgiy Komarov-0/+2
2024-01-20rustc_mir_dataflow: Add exports for external toolsGeorgiy Komarov-3/+3
2024-01-07Move PointIndex to mir_dataflow.Camille GILLOT-0/+1
2023-11-27Remove uses of `ResultsClonedCursor`.Nicholas Nethercote-1/+1
2023-11-27Remove another use of `as_results_cursor`.Nicholas Nethercote-0/+1
2023-11-27Remove some unused code relating to `ResultsCloned`.Nicholas Nethercote-1/+1
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-23Remove unnecessary `ValueAnalysisWrapper::Direction`.Nicholas Nethercote-3/+1
2023-11-23Avoid unnecessary exports.Nicholas Nethercote-5/+5
2023-11-23Remove `indexes` module.Nicholas Nethercote-4/+0
2023-11-23Move `has_rustc_mir_with`.Nicholas Nethercote-17/+1
2023-11-23Remove unused feature.Nicholas Nethercote-1/+0
2023-10-21Remove on_all_drop_children_bits.Camille GILLOT-2/+1
2023-10-06Preserve DebugInfo in DeadStoreElimination.Camille GILLOT-0/+1
2023-08-16Rename MaybeUnreachable.Camille GILLOT-1/+1
2023-08-16Allow apply_terminator_effect to customize edges.Camille GILLOT-3/+3
2023-08-16Introduce MaybeUnreachable.Camille GILLOT-2/+2
2023-07-04bring back un_derefer and rewrite it againDrMeepster-0/+1
2023-06-29Merge `un_derefer` into `MovePathLookup`DrMeepster-1/+0
2023-06-27Export AnalysisResults trait in rustc_mir_dataflowFlorian Groult-4/+4
2023-05-18Take MIR dataflow analyses by mutable reference.Jason Newcomb-2/+3
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+0
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+4
2023-02-06Handle discriminants in dataflow-const-prop.Camille GILLOT-0/+1
2022-11-07Add initial version of value analysis and dataflow constant propagationJannis Christopher Köhl-0/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0