about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/terminator.rs
AgeCommit message (Expand)AuthorLines
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-1/+1
2022-01-17Rm some unused ord implspierwill-1/+1
2021-12-09Remove redundant [..]sest31-2/+2
2021-12-06Auto merge of #91279 - scottmcm:small-refactor, r=nagisabors-0/+7
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-14/+30
2021-11-26Small mir-opt refactorScott McMurray-0/+7
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-1/+1
2021-03-26Use iter::zip in compiler/Josh Stone-1/+1
2021-02-22New mir-opt pass to simplify gotos with const valuesSimon Vandel Sillesen-0/+16
2021-02-21New pass to deduplicate blocksSimon Vandel Sillesen-2/+2
2020-11-04fix a couple of clippy warnings:Matthias Krüger-1/+1
2020-10-21Lift: take self by valueBastian Kauschke-1/+1
2020-10-18Move orphan module-name/mod.rs files into module-name.rs filesest31-0/+574