about summary refs log tree commit diff
path: root/src/test/mir-opt/issue-41110.rs
AgeCommit message (Expand)AuthorLines
2019-04-23rustc_mir: create the `let` and "remainder" scopes in source order.Eduard-Mihai Burtescu-3/+3
2019-04-23rustc_mir: pretty-print all locals into their respective scopes.Eduard-Mihai Burtescu-8/+9
2018-12-25Remove licensesMark Rousskov-10/+0
2018-05-30rustc: use syntactic (instead of visibility) source info where appropriate.Eduard-Mihai Burtescu-3/+4
2017-11-28ci: Start running wasm32 tests on TravisAlex Crichton-0/+2
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-4/+4
2017-11-07Fix some rebasing fallout.Michael Woerister-3/+2
2017-11-07Update mir-opt tests.Michael Woerister-1/+4
2017-10-09Update README and tests for new infrastructureChristopher Vittal-3/+7
2017-08-10For box expressions, use NZ drop instead of a free blockAriel Ben-Yehuda-5/+3
2017-08-01rustc_mir: don't build unused unwind cleanup blocksAriel Ben-Yehuda-5/+10
2017-04-08borrowck::mir::dataflow: ignore unwind edges of empty dropsAriel Ben-Yehuda-0/+53