index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
mir
/
terminator.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-11
/
+2
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-26
remove unused imports
Takayuki Maeda
-1
/
+1
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-33
/
+10
2022-09-15
derive TypeVisitable and TypeFoldable for mir types
Oli Scherer
-1
/
+1
2022-09-08
remove unnecessary `PartialOrd` and `Ord`
Takayuki Maeda
-1
/
+1
2022-06-29
move MIR syntax into a dedicated file and ping some people whenever it changes
Ralf Jung
-272
/
+6
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-1
/
+2
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-17
/
+17
2022-05-17
Change `Successors` to `impl Iterator<Item = BasicBlock>`
SparrowLii
-23
/
+27
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-2
/
+2
2022-04-11
Address various comments and change some details around place to value conver...
Jakob Degen
-3
/
+5
2022-04-11
Improve documentation for MIR terminators
Jakob Degen
-27
/
+121
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-01-17
Rm some unused ord impls
pierwill
-1
/
+1
2021-12-09
Remove redundant [..]s
est31
-2
/
+2
2021-12-06
Auto merge of #91279 - scottmcm:small-refactor, r=nagisa
bors
-0
/
+7
2021-12-03
Add initial AST and MIR support for unwinding from inline assembly
Amanieu d'Antras
-14
/
+30
2021-11-26
Small mir-opt refactor
Scott McMurray
-0
/
+7
2021-08-03
rustc: Fill out remaining parts of C-unwind ABI
Alex Crichton
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+1
2021-02-22
New mir-opt pass to simplify gotos with const values
Simon Vandel Sillesen
-0
/
+16
2021-02-21
New pass to deduplicate blocks
Simon Vandel Sillesen
-2
/
+2
2020-11-04
fix a couple of clippy warnings:
Matthias Krüger
-1
/
+1
2020-10-21
Lift: take self by value
Bastian Kauschke
-1
/
+1
2020-10-18
Move orphan module-name/mod.rs files into module-name.rs files
est31
-0
/
+574