summaryrefslogtreecommitdiff
path: root/compiler/rustc_mir_dataflow/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb2023-04-181-1/+1
* Stabilize a portion of 'once_cell'Trevor Gross2023-03-291-1/+0
* Simplify message pathsest312023-03-111-1/+1
* errors: generate typed identifiers in each crateDavid Wood2023-02-221-0/+4
* Handle discriminants in dataflow-const-prop.Camille GILLOT2023-02-061-0/+1
* Add initial version of value analysis and dataflow constant propagationJannis Christopher Köhl2022-11-071-0/+1
* remove cfg(bootstrap)Pietro Albini2022-09-261-1/+0
* Only enable the let_else feature on bootstrapest312022-09-151-1/+1
* Migrate rustc_mir_dataflow to diagnostic structs52252252022-08-231-0/+3
* add new rval, pull deref earlyouz-a2022-07-121-0/+1
* Remove box syntax from rustc_mir_dataflow and rustc_mir_transformest312022-05-221-1/+0
* only_local: always check for misuselcnr2022-05-101-16/+10
* Stabilize `bool::then_some`Josh Triplett2022-05-041-1/+0
* Implement `apply_switch_int_edge_effects` for backward analysesSamuel E. Moelius III2022-03-241-1/+1
* Remove `in_band_lifetimes` from `rustc_mir_dataflow`LegionMammal9782021-12-161-1/+0
* Stabilize iter::zip.PFPoitras2021-12-141-1/+0
* Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras2021-12-031-3/+3
* update cfg(bootstrap)Pietro Albini2021-10-231-1/+0
* Adopt let_else across the compilerest312021-10-161-0/+1
* Stabilize `const_panic`Jacob Pratt2021-10-041-1/+1
* Make rustc_mir_dataflow::framework::graphviz and rustc_mir_transform::MirPass...Will Crichton2021-09-151-2/+2
* Rebase fallout.Camille GILLOT2021-09-081-0/+1
* Move the dataflow framework to its own crate.Camille GILLOT2021-09-071-0/+71