about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-07Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwcoGuillaume Gomez-2/+2
2025-04-24Separate `Analysis` and `Results`.Nicholas Nethercote-2/+2
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-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-14Move drop elaboration infrastructure.Nicholas Nethercote-2/+1
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