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
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
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
2022-08-22
use type alias impl trait in `outlives_bounds::InferCtxtExt`
SparrowLii
-1
/
+2
2022-07-06
Edit `rustc_mir_dataflow::framework` documentation
pierwill
-8
/
+8
2022-03-24
Implement `apply_switch_int_edge_effects` for backward analyses
Samuel E. Moelius III
-2
/
+0
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-4
/
+58
2021-12-16
Remove `in_band_lifetimes` from `rustc_mir_dataflow`
LegionMammal978
-3
/
+11
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-10
/
+28
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-1
/
+1
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+546