summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/generic/engine.rs
AgeCommit message (Expand)AuthorLines
2020-03-03Use correct place for `enum_place`Dylan MacKenzie-20/+28
2020-03-01Rollup merge of #69562 - ecstatic-morse:dataflow-generator-discriminant, r=ol...Yuki Okushi-54/+72
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-1/+1
2020-02-28Don't bug when taking discriminant of generatorDylan MacKenzie-54/+72
2020-02-27Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obkbors-5/+70
2020-02-24don't explicitly compare against true or falseMatthias Krüger-1/+1
2020-02-13Support effects for particular edges of `SwitchInt`Dylan MacKenzie-5/+70
2020-02-11Skip caching block transfer functions for acyclic MIRDylan MacKenzie-10/+14
2020-02-09Add option to `dot::render` for monospace fontDylan MacKenzie-1/+1
2020-01-19Document all methodsDylan MacKenzie-0/+6
2020-01-14Implement new dataflow framework and cursorDylan MacKenzie-0/+421