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
Age
Commit message (
Expand
)
Author
Lines
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-19
/
+19
2024-12-18
Auto merge of #133328 - nnethercote:simplify-SwitchInt-handling, r=tmiasko
bors
-133
/
+59
2024-12-18
Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino
许杰友 Jieyou Xu (Joe)
-1
/
+0
2024-12-18
Remove a comment that shouldn't have been committed.
Nicholas Nethercote
-1
/
+0
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-16
Remove a `FIXME` comment.
Nicholas Nethercote
-2
/
+0
2024-12-16
Remove `opt_clone_from_or_clone`.
Nicholas Nethercote
-30
/
+13
2024-12-16
Simplify dataflow `SwitchInt` handling.
Nicholas Nethercote
-112
/
+57
2024-12-13
Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk
Matthias Krüger
-194
/
+132
2024-12-10
Rollup merge of #134065 - nnethercote:mv-write_graphviz_results, r=tmiasko
León Orell Valerian Liehr
-187
/
+182
2024-12-10
Reorder some `Analysis` methods.
Nicholas Nethercote
-33
/
+33
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-97
/
+95
2024-12-10
Rename `EntrySets` as `EntryStates`.
Nicholas Nethercote
-14
/
+15
2024-12-10
Remove unused dataflow trait impls and bounds.
Nicholas Nethercote
-62
/
+1
2024-12-09
Move `write_graphviz_results` from `results.rs` to `graphviz.rs`.
Nicholas Nethercote
-187
/
+182
2024-12-09
Remove `ChunkedBitSet` impls that are no longer needed.
Nicholas Nethercote
-24
/
+2
2024-12-09
Use `MixedBitSet` instead of `ChunkedBitSet` in `fmt.rs`.
Nicholas Nethercote
-6
/
+6
2024-12-05
Introduce `MixedBitSet`.
Nicholas Nethercote
-3
/
+45
2024-12-02
Simplify `ResultsHandle`.
Nicholas Nethercote
-17
/
+3
2024-12-02
Fix crash with `-Zdump-mir-dataflow`
Nicholas Nethercote
-5
/
+5
2024-11-29
Stop using `HybridBitSet` in dataflow diffs.
Nicholas Nethercote
-7
/
+7
2024-11-29
Remove unused `HybridBitSet` methods from `BitSetExt`.
Nicholas Nethercote
-34
/
+2
2024-11-26
Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillot
Michael Goulet
-129
/
+2
2024-11-26
Make it possible for `ResultsCursor` to borrow a `Results`.
Nicholas Nethercote
-25
/
+76
2024-11-26
Add some useful comments.
Nicholas Nethercote
-12
/
+24
2024-11-26
Merge `apply_effects_in_block` and `join_state_into_successors_of`.
Nicholas Nethercote
-162
/
+132
2024-11-22
Remove the `DefinitelyInitializedPlaces` analysis.
Nicholas Nethercote
-129
/
+2
2024-11-05
Remove `ResultsVisitable`.
Nicholas Nethercote
-160
/
+61
2024-11-05
Replace `BorrowckResults` with `Borrowck`.
Nicholas Nethercote
-3
/
+3
2024-10-30
Rollup merge of #132346 - nnethercote:some-graphviz-tweaks, r=cjgillot
许杰友 Jieyou Xu (Joe)
-53
/
+58
2024-10-30
Return label from `write_node_label`.
Nicholas Nethercote
-4
/
+10
2024-10-30
Simplify `graphviz::Formatter`.
Nicholas Nethercote
-27
/
+26
2024-10-30
Rename `BlockFormatter::results` as `BlockFormatter::cursor`.
Nicholas Nethercote
-26
/
+26
2024-10-30
Remove `Engine`.
Nicholas Nethercote
-99
/
+77
2024-10-30
Remove `Analysis::into_engine`.
Nicholas Nethercote
-49
/
+31
2024-10-14
Add defaults for `Analysis::apply_{call_return_effect,terminator_effect}`.
Nicholas Nethercote
-15
/
+10
2024-10-14
Merge `AnalysisDomain` into `Analysis`.
Nicholas Nethercote
-28
/
+22
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
-190
/
+17
2024-10-14
Remove `ResultsCursor::contains`.
Nicholas Nethercote
-11
/
+0
2024-10-06
Rename NestedMetaItem to MetaItemInner
codemountains
-1
/
+1
2024-10-01
fix extension for `-Zdump-mir-dataflow` graphviz files
Rémy Rakic
-1
/
+1
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-3
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-37
/
+31
2024-09-13
Rename `FlowState` as `Domain`.
Nicholas Nethercote
-47
/
+46
2024-08-29
Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.
Nicholas Nethercote
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-21
/
+20
[next]