about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-11-07Add initial version of value analysis and dataflow constant propagationJannis Christopher Köhl-0/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-08-23Migrate rustc_mir_dataflow to diagnostic structs5225225-0/+3
2022-07-12add new rval, pull deref earlyouz-a-0/+1
2022-05-22Remove box syntax from rustc_mir_dataflow and rustc_mir_transformest31-1/+0
2022-05-10only_local: always check for misuselcnr-16/+10
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-03-24Implement `apply_switch_int_edge_effects` for backward analysesSamuel E. Moelius III-1/+1
2021-12-16Remove `in_band_lifetimes` from `rustc_mir_dataflow`LegionMammal978-1/+0
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-3/+3
2021-10-23update cfg(bootstrap)Pietro Albini-1/+0
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-04Stabilize `const_panic`Jacob Pratt-1/+1
2021-09-15Make rustc_mir_dataflow::framework::graphviz and rustc_mir_transform::MirPass...Will Crichton-2/+2
2021-09-08Rebase fallout.Camille GILLOT-0/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+71