index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_dataflow
/
src
/
framework
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-08
Apply effects to otherwise edge in dataflow analysis
Amogh Shivaram
-0
/
+1
2025-04-24
Separate `Analysis` and `Results`.
Nicholas Nethercote
-17
/
+13
2025-02-17
Remove `SwitchIntTarget`.
Nicholas Nethercote
-6
/
+1
2025-02-17
Add `SwitchTargetValue`.
Nicholas Nethercote
-2
/
+4
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-3
/
+3
2024-12-16
Simplify dataflow `SwitchInt` handling.
Nicholas Nethercote
-16
/
+23
2024-12-13
Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk
Matthias Krüger
-40
/
+42
2024-12-10
Rollup merge of #134065 - nnethercote:mv-write_graphviz_results, r=tmiasko
León Orell Valerian Liehr
-1
/
+1
2024-12-10
Reorder some `Analysis` methods.
Nicholas Nethercote
-21
/
+21
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-18
/
+19
2024-12-10
Rename `EntrySets` as `EntryStates`.
Nicholas Nethercote
-8
/
+9
2024-12-09
Move `write_graphviz_results` from `results.rs` to `graphviz.rs`.
Nicholas Nethercote
-1
/
+1
2024-12-09
Remove `ChunkedBitSet` impls that are no longer needed.
Nicholas Nethercote
-17
/
+1
2024-12-05
Introduce `MixedBitSet`.
Nicholas Nethercote
-1
/
+17
2024-12-02
Fix crash with `-Zdump-mir-dataflow`
Nicholas Nethercote
-2
/
+2
2024-11-29
Remove unused `HybridBitSet` methods from `BitSetExt`.
Nicholas Nethercote
-19
/
+1
2024-11-26
Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillot
Michael Goulet
-10
/
+0
2024-11-26
Make it possible for `ResultsCursor` to borrow a `Results`.
Nicholas Nethercote
-4
/
+3
2024-11-26
Add some useful comments.
Nicholas Nethercote
-2
/
+3
2024-11-26
Merge `apply_effects_in_block` and `join_state_into_successors_of`.
Nicholas Nethercote
-7
/
+2
2024-11-22
Remove the `DefinitelyInitializedPlaces` analysis.
Nicholas Nethercote
-10
/
+0
2024-11-05
Remove `ResultsVisitable`.
Nicholas Nethercote
-1
/
+1
2024-11-05
Replace `BorrowckResults` with `Borrowck`.
Nicholas Nethercote
-1
/
+1
2024-10-30
Remove `Engine`.
Nicholas Nethercote
-6
/
+72
2024-10-30
Remove `Analysis::into_engine`.
Nicholas Nethercote
-14
/
+19
2024-10-14
Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`.
Nicholas Nethercote
-7
/
+10
2024-10-14
Merge `AnalysisDomain` into `Analysis`.
Nicholas Nethercote
-22
/
+19
2024-10-14
Remove `GenKillAnalysis`.
Nicholas Nethercote
-149
/
+10
2024-10-14
Minimize use of `GenKill`.
Nicholas Nethercote
-2
/
+2
2024-10-14
Tweak `GenKillAnalysis` method arguments.
Nicholas Nethercote
-5
/
+4
2024-10-14
Remove `Engine::new_gen_kill`.
Nicholas Nethercote
-52
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-29
Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.
Nicholas Nethercote
-2
/
+2
2024-07-14
Stop using the gen keyword in the compiler
Michael Goulet
-15
/
+15
2023-12-08
Tweak `GenKillAnalysis`.
Nicholas Nethercote
-9
/
+12
2023-11-27
Deparameterize `Results` and `ResultsCursor`.
Nicholas Nethercote
-1
/
+1
2023-11-27
Remove `ResultsCloned` and `ResultsClonedCursor`.
Nicholas Nethercote
-2
/
+2
2023-11-27
Remove `ResultsRefCursor`.
Nicholas Nethercote
-1
/
+1
2023-11-27
Remove `CloneAnalysis`.
Nicholas Nethercote
-15
/
+0
2023-11-23
Avoid unnecessary exports.
Nicholas Nethercote
-1
/
+1
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-08-16
Make TerminatorEdge plural.
Camille GILLOT
-4
/
+4
2023-08-16
Rename MaybeUnreachable.
Camille GILLOT
-6
/
+8
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-68
/
+12
2023-08-16
Introduce MaybeUnreachable.
Camille GILLOT
-1
/
+17
2023-08-16
Move domain_size to GenKillAnalysis.
Camille GILLOT
-9
/
+2
2023-06-27
Export AnalysisResults trait in rustc_mir_dataflow
Florian Groult
-1
/
+1
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-23
/
+38
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
[next]