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
/
points.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-07
Reimplement DestinationPropagation according to live ranges.
Camille GILLOT
-79
/
+1
2025-09-07
Introduce fast insertion at extremities to IntervalSet.
Camille GILLOT
-27
/
+39
2025-04-24
Separate `Analysis` and `Results`.
Nicholas Nethercote
-2
/
+4
2025-04-24
Pass `Analysis` to `visit_*` instead of `Results`.
Nicholas Nethercote
-2
/
+2
2025-04-22
Remove unnecessary lifetime on `ResultsVisitor`.
Nicholas Nethercote
-3
/
+3
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-3
/
+3
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-2
/
+2
2024-11-05
Remove `ResultsVisitable`.
Nicholas Nethercote
-11
/
+10
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-13
Rename `FlowState` as `Domain`.
Nicholas Nethercote
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-01-22
Use a plain bitset for liveness analyses.
Camille GILLOT
-3
/
+3
2024-01-07
Use for_each instead of fold.
Camille GILLOT
-2
/
+2
2024-01-07
Fix comment.
Camille GILLOT
-3
/
+1
2024-01-07
Do not recompute liveness for DestinationPropagation.
Camille GILLOT
-1
/
+65
2024-01-07
Move PointIndex to mir_dataflow.
Camille GILLOT
-0
/
+94