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
/
engine.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-30
Remove `Engine`.
Nicholas Nethercote
-311
/
+0
2024-10-30
Remove `Analysis::into_engine`.
Nicholas Nethercote
-35
/
+12
2024-10-14
Merge `AnalysisDomain` into `Analysis`.
Nicholas Nethercote
-3
/
+2
2024-10-14
Remove `Engine::new_gen_kill`.
Nicholas Nethercote
-80
/
+8
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
-5
/
+5
2024-09-13
Rename `FlowState` as `Domain`.
Nicholas Nethercote
-2
/
+2
2024-08-29
Add `warn(unreachable_pub)` to `rustc_mir_dataflow`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-12
/
+8
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+6
2023-11-27
Deparameterize `Results` and `ResultsCursor`.
Nicholas Nethercote
-10
/
+6
2023-11-27
Remove `ResultsCloned` and `ResultsClonedCursor`.
Nicholas Nethercote
-18
/
+1
2023-11-27
Remove uses of `ResultsClonedCursor`.
Nicholas Nethercote
-0
/
+1
2023-11-27
Remove `ResultsRefCursor`.
Nicholas Nethercote
-14
/
+1
2023-11-27
Remove another use of `as_results_cursor`.
Nicholas Nethercote
-22
/
+34
2023-11-27
Remove `CloneAnalysis`.
Nicholas Nethercote
-14
/
+5
2023-11-27
Remove some unused code relating to `ResultsCloned`.
Nicholas Nethercote
-14
/
+0
2023-11-27
Use typedefs to clarify some impls.
Nicholas Nethercote
-1
/
+4
2023-11-23
Use `'mir` lifetime name more.
Nicholas Nethercote
-7
/
+7
2023-11-23
Remove unnecessary and misleading `..` in a pattern.
Nicholas Nethercote
-1
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-08-16
Specify that method only applies statement effects.
Camille GILLOT
-6
/
+11
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-8
/
+9
2023-08-16
Move domain_size to GenKillAnalysis.
Camille GILLOT
-1
/
+1
2023-08-16
Create bottom on-the-fly instead of cloning it.
Camille GILLOT
-3
/
+4
2023-06-14
make mir dataflow graphviz dumps opt-in
Rémy Rakic
-7
/
+7
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-19
/
+83
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-05
Disable path trimming during graphviz output
clubby789
-1
/
+2
2023-02-23
Remove dead unwinds before drop elaboration
Tomasz Miąsko
-30
/
+2
2022-12-01
Create `format_args` as late as possible
Oli Scherer
-8
/
+1
2022-08-29
Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
Matthias Krüger
-5
/
+4
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-5
/
+4
2022-08-23
Migrate rustc_mir_dataflow to diagnostic structs
5225225
-6
/
+7
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-3
/
+3
2022-07-07
Move `is_cfg_cyclic` from Body to BasicBlocks
Tomasz Miąsko
-1
/
+1
2022-06-07
Change `Direction::{is_forward,is_backward}` functions into constants
Tomasz Miąsko
-2
/
+2
2022-05-10
only_local: always check for misuse
lcnr
-5
/
+2
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-4
/
+5
2022-02-19
Adopt let else in more places
est31
-4
/
+2
2021-12-16
Remove `in_band_lifetimes` from `rustc_mir_dataflow`
LegionMammal978
-9
/
+12
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+414