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
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-1
/
+0
2023-02-23
Remove dead unwinds before drop elaboration
Tomasz Miąsko
-58
/
+5
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-11
/
+11
2023-01-02
Fix handling of dead unwinds in backward analyses
Tomasz Miąsko
-1
/
+1
2022-12-11
Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead
Matthias Krüger
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+1
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-2
/
+2
2022-12-01
Create `format_args` as late as possible
Oli Scherer
-8
/
+1
2022-11-07
Move HasTop and HasBottom into lattice.rs
Jannis Christopher Köhl
-0
/
+34
2022-11-07
Add initial version of value analysis and dataflow constant propagation
Jannis Christopher Köhl
-1
/
+4
2022-08-29
Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk
Matthias Krüger
-13
/
+10
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-13
/
+10
2022-08-23
Migrate rustc_mir_dataflow to diagnostic structs
5225225
-6
/
+7
2022-08-22
use type alias impl trait in `outlives_bounds::InferCtxtExt`
SparrowLii
-1
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-3
/
+3
2022-07-07
Rollup merge of #98981 - pierwill:pierwill/dataflow-docs-edits, r=Dylan-DPC
Dylan DPC
-8
/
+8
2022-07-07
Move `switch_sources` from Body to BasicBlocks
Tomasz Miąsko
-1
/
+1
2022-07-07
Move `predecessors` from Body to BasicBlocks
Tomasz Miąsko
-1
/
+1
2022-07-07
Move `is_cfg_cyclic` from Body to BasicBlocks
Tomasz Miąsko
-1
/
+1
2022-07-06
Edit `rustc_mir_dataflow::framework` documentation
pierwill
-8
/
+8
2022-07-05
Edit `rustc_mir_dataflow::framework::lattice::FlatSet` docs
pierwill
-5
/
+7
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-2
/
+2
2022-06-07
Change `Direction::{is_forward,is_backward}` functions into constants
Tomasz Miąsko
-22
/
+16
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-12
/
+20
2022-05-22
Lifetime variance fixes for rustc
Michael Goulet
-4
/
+4
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-1
/
+1
2022-05-10
only_local: always check for misuse
lcnr
-5
/
+2
2022-05-08
Use sparse representation of switch sources
Tomasz Miąsko
-1
/
+1
2022-05-08
Avoid constructing switch sources unless necessary
Tomasz Miąsko
-3
/
+4
2022-04-30
Fix -Zdump-mir-dataflow by implementing DebugWithContext for ChunkedBitSet
Tomasz Miąsko
-36
/
+62
2022-03-27
Nit
Dylan MacKenzie
-3
/
+1
2022-03-26
Address review comments
Samuel E. Moelius III
-7
/
+11
2022-03-24
Implement `apply_switch_int_edge_effects` for backward analyses
Samuel E. Moelius III
-7
/
+55
2022-02-23
Introduce `ChunkedBitSet` and use it for some dataflow analyses.
Nicholas Nethercote
-22
/
+111
2022-02-19
Adopt let else in more places
est31
-7
/
+4
2021-12-16
Remove `in_band_lifetimes` from `rustc_mir_dataflow`
LegionMammal978
-46
/
+57
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-31
/
+110
2021-10-23
Ignore errors re: unreachable blocks in dataflow cursor unit tests
Dylan MacKenzie
-0
/
+9
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
/
+3304