about summary refs log tree commit diff
path: root/src/test/mir-opt/generator-drop-cleanup.rs
AgeCommit message (Expand)AuthorLines
2022-11-02Ban dashes in miropt test file namesJakob Degen-14/+0
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-1/+1
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-04-17Ignore generator-drop-cleanup on wasm32-bareJonas Schievink-0/+2
2020-04-17Adjust mir-opt test and make it drop somethingJonas Schievink-0/+1
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-37/+1
2020-02-03Fix miscompilationJonas Schievink-3/+2
2020-02-02No resume argument in the drop shimJonas Schievink-1/+0
2020-02-02Adjust mir-opt tests to new `yield` loweringJonas Schievink-3/+5
2019-06-25Use `as_temp` to evaluate statement expressionsMatthew Jasper-0/+2
2019-05-14Emit StorageDead for all locals in generatorsTyler Mandry-0/+1
2019-04-25Support variantful generatorsTyler Mandry-1/+2
2019-03-03Don't incorrectly mark blocks in generator drop shims as cleanupMatthew Jasper-0/+43