about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework
AgeCommit message (Expand)AuthorLines
2024-11-05Remove `ResultsVisitable`.Nicholas Nethercote-160/+61
2024-11-05Replace `BorrowckResults` with `Borrowck`.Nicholas Nethercote-3/+3
2024-10-30Rollup merge of #132346 - nnethercote:some-graphviz-tweaks, r=cjgillot许杰友 Jieyou Xu (Joe)-53/+58
2024-10-30Return label from `write_node_label`.Nicholas Nethercote-4/+10
2024-10-30Simplify `graphviz::Formatter`.Nicholas Nethercote-27/+26
2024-10-30Rename `BlockFormatter::results` as `BlockFormatter::cursor`.Nicholas Nethercote-26/+26
2024-10-30Remove `Engine`.Nicholas Nethercote-99/+77
2024-10-30Remove `Analysis::into_engine`.Nicholas Nethercote-49/+31
2024-10-14Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`.Nicholas Nethercote-15/+10
2024-10-14Merge `AnalysisDomain` into `Analysis`.Nicholas Nethercote-28/+22
2024-10-14Remove `GenKillAnalysis`.Nicholas Nethercote-149/+10
2024-10-14Minimize use of `GenKill`.Nicholas Nethercote-2/+2
2024-10-14Tweak `GenKillAnalysis` method arguments.Nicholas Nethercote-5/+4
2024-10-14Remove `Engine::new_gen_kill`.Nicholas Nethercote-190/+17
2024-10-14Remove `ResultsCursor::contains`.Nicholas Nethercote-11/+0
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-1/+1
2024-10-01fix extension for `-Zdump-mir-dataflow` graphviz filesRémy Rakic-1/+1
2024-09-24Dogfood `feature(file_buffered)`Josh Stone-3/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-37/+31
2024-09-13Rename `FlowState` as `Domain`.Nicholas Nethercote-47/+46
2024-08-29Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.Nicholas Nethercote-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-21/+20
2024-07-14Stop using the gen keyword in the compilerMichael Goulet-15/+15
2024-07-01Make jump threading state sparse.Camille GILLOT-0/+14
2024-06-21Save 2 pointers in `TerminatorKind` (96 → 80 bytes)Scott McMurray-2/+2
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.Nicholas Nethercote-0/+1
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-0/+1
2024-02-24Change InlineAsm to allow multiple targets insteadGary Guo-6/+11
2024-01-25Remove unused featuresclubby789-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-4/+6
2023-12-10remove redundant importssurechen-2/+0
2023-12-08Tweak `GenKillAnalysis`.Nicholas Nethercote-9/+12
2023-12-08Remove `impl_visitable!`.Nicholas Nethercote-2/+2
2023-12-08Remove unused arguments from `ResultsVisitor::visit_block_{start,end}`.Nicholas Nethercote-34/+8
2023-11-27Deparameterize `Results` and `ResultsCursor`.Nicholas Nethercote-72/+27
2023-11-27Remove `ResultsCloned` and `ResultsClonedCursor`.Nicholas Nethercote-26/+4
2023-11-27Remove uses of `ResultsClonedCursor`.Nicholas Nethercote-0/+1
2023-11-27Remove `ResultsRefCursor`.Nicholas Nethercote-29/+2
2023-11-27Remove another use of `as_results_cursor`.Nicholas Nethercote-40/+61
2023-11-27Remove `CloneAnalysis`.Nicholas Nethercote-29/+5
2023-11-27Remove some unused code relating to `ResultsCloned`.Nicholas Nethercote-26/+1
2023-11-27Use typedefs to clarify some impls.Nicholas Nethercote-2/+5
2023-11-24Remove `ResultsCursor::get_with_analysis`.Nicholas Nethercote-5/+0
2023-11-24Remove unnecessary `mut`.Nicholas Nethercote-1/+1
2023-11-23Use `'mir` lifetime name more.Nicholas Nethercote-14/+14
2023-11-23Remove unnecessary and misleading `..` in a pattern.Nicholas Nethercote-1/+0
2023-11-23Reduce `pub` usage.Nicholas Nethercote-4/+4
2023-11-23Avoid unnecessary exports.Nicholas Nethercote-1/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-3/+3
2023-10-22use visibility to check unused imports and delete some stmtsbohan-1/+1