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
/
direction.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-16
Remove a `FIXME` comment.
Nicholas Nethercote
-2
/
+0
2024-12-16
Remove `opt_clone_from_or_clone`.
Nicholas Nethercote
-30
/
+13
2024-12-16
Simplify dataflow `SwitchInt` handling.
Nicholas Nethercote
-96
/
+34
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-44
/
+44
2024-11-26
Add some useful comments.
Nicholas Nethercote
-3
/
+6
2024-11-26
Merge `apply_effects_in_block` and `join_state_into_successors_of`.
Nicholas Nethercote
-155
/
+130
2024-11-05
Remove `ResultsVisitable`.
Nicholas Nethercote
-28
/
+28
2024-10-14
Remove `Engine::new_gen_kill`.
Nicholas Nethercote
-58
/
+8
2024-09-13
Rename `FlowState` as `Domain`.
Nicholas Nethercote
-10
/
+10
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-02-24
Change InlineAsm to allow multiple targets instead
Gary Guo
-5
/
+8
2023-12-08
Remove unused arguments from `ResultsVisitor::visit_block_{start,end}`.
Nicholas Nethercote
-4
/
+4
2023-11-23
Use `'mir` lifetime name more.
Nicholas Nethercote
-7
/
+7
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-4
/
+4
2023-08-16
Specify that method only applies statement effects.
Camille GILLOT
-3
/
+3
2023-08-16
Make TerminatorEdge plural.
Camille GILLOT
-12
/
+12
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-107
/
+60
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-9
/
+1
2023-06-08
Auto merge of #108293 - Jarcho:mut_analyses, r=eholk
bors
-30
/
+30
2023-05-25
Remove DesugaringKind::Replace.
Camille GILLOT
-1
/
+1
2023-05-18
Take MIR dataflow analyses by mutable reference.
Jason Newcomb
-30
/
+30
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