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-12-10
remove redundant imports
surechen
-2
/
+1
2023-12-08
Implement `async gen` blocks
Michael Goulet
-0
/
+8
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-1
/
+3
2023-10-30
Add a custom panic message for resuming `gen` blocks after they panicked
Oli Scherer
-2
/
+1
2023-10-27
Fuse `gen` blocks
Oli Scherer
-2
/
+3
2023-10-27
Basic generators work
Oli Scherer
-2
/
+3
2023-10-26
Add hir::GeneratorKind::Gen
Oli Scherer
-0
/
+10
2023-10-23
Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov
bors
-2
/
+0
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-2
/
+0
2023-10-21
Implement JumpThreading pass.
Camille GILLOT
-0
/
+9
2023-10-20
Rename `CoroutineKind::Gen` to `::Coroutine`
Oli Scherer
-4
/
+8
2023-10-20
s/generator/coroutine/
Oli Scherer
-4
/
+4
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-13
/
+13
2023-09-19
organize mir pretty.rs and move more things into it; move statement-related t...
Ralf Jung
-205
/
+163
2023-08-24
make MIR less verbose
Ralf Jung
-4
/
+13
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-24
/
+64
2023-08-20
give some unwind-related terminators a more clear name
Ralf Jung
-12
/
+14
2023-08-16
Make TerminatorEdge plural.
Camille GILLOT
-13
/
+13
2023-08-16
Allow apply_terminator_effect to customize edges.
Camille GILLOT
-0
/
+106
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-13
/
+13
2023-06-23
Make `UnwindAction::Continue` explicit in MIR dump
Gary Guo
-1
/
+2
2023-05-21
Tweak the post-order for multi-successor blocks
Scott McMurray
-1
/
+1
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-6
/
+6
2023-04-06
Add `UnwindAction::Terminate`
Gary Guo
-0
/
+1
2023-04-06
Add `UnwindAction::Unreachable`
Gary Guo
-14
/
+24
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-70
/
+74
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
[next]