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
/
direction.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-25
Remove DesugaringKind::Replace.
Camille GILLOT
-1
/
+1
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-7
/
+7
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-1
/
+0
2023-02-23
Remove dead unwinds before drop elaboration
Tomasz Miąsko
-28
/
+3
2023-01-02
Fix handling of dead unwinds in backward analyses
Tomasz Miąsko
-1
/
+1
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-2
/
+2
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-06-07
Change `Direction::{is_forward,is_backward}` functions into constants
Tomasz Miąsko
-10
/
+4
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-7
/
+13
2022-05-22
Lifetime variance fixes for rustc
Michael Goulet
-3
/
+3
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-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
-5
/
+55
2021-12-16
Remove `in_band_lifetimes` from `rustc_mir_dataflow`
LegionMammal978
-16
/
+16
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-10
/
+49
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+564