about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/terminator
AgeCommit message (Collapse)AuthorLines
2020-10-18Move orphan module-name/mod.rs files into module-name.rs filesest31-574/+0
2020-10-11Use SmallVec in SwitchTargetsJonas Schievink-9/+10
This allows building common SwitchTargets (eg. for `if`s) without allocation.
2020-10-10Refactor how SwitchInt stores jump targetsJonas Schievink-24/+88
2020-09-24Resolve https://github.com/rust-lang/rust/pull/76673#discussion_r494426303Simon Vandel Sillesen-0/+2
2020-08-30mv compiler to compiler/mark-0/+507