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
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
[prev]