about summary refs log tree commit diff
path: root/src/test/mir-opt/remove_fake_borrows.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-15/+0
2022-12-17Rename CleanupNonCodegenStatements to CleanupPostBorrowckTomasz Miąsko-1/+1
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-94/+1
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-5/+5
2020-02-01Update existing tests for or-patternsMatthew Jasper-12/+12
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+1
2019-10-04Fix ABI, run and fix more tests, re-enable CI for PRsThomas Lively-1/+1
2019-06-25Add StorageDead statements for `while` conditionsMatthew Jasper-8/+8
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-34/+22
2019-05-21Give match arms a drop/region scopeMatthew Jasper-24/+26
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-2/+0
2019-03-03Check which blocks are cleanup in mir-opt testsMatthew Jasper-2/+2
2019-02-21Move the exit block of the match to the endMatthew Jasper-22/+22
2019-02-21Simplify the cleanup_post_borrowck passesMatthew Jasper-5/+5
2019-02-21Clean up MIR match loweringMatthew Jasper-50/+48
2018-09-24Add a MIR transform to remove fake readsMatthew Jasper-0/+122