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_mir_transform
/
src
/
generator.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-30
validate derefer, run derefer inside generator
ouz-a
-0
/
+4
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-2
/
+3
2022-05-18
Update MIR passes that assumed inline can never unwind.
Luqman Aden
-2
/
+2
2022-05-13
Add bound_type_of
Jack Huey
-2
/
+4
2022-05-10
Introduce EarlyBinder
Jack Huey
-4
/
+2
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-2
/
+2
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-23
Clarify which kinds of MIR are allowed during which phases.
Jakob Degen
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-4
/
+4
2022-02-26
Rollup merge of #94087 - tmiasko:rm-ignore-borrow-on-drop, r=jackh726
Matthias Krüger
-4
/
+2
2022-02-19
Adopt let else in more places
est31
-14
/
+8
2022-02-17
Remove unused `unsound_ignore_borrow_on_drop`
Tomasz Miąsko
-4
/
+2
2022-02-16
Adopt let_else in even more places
est31
-3
/
+1
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-3
/
+0
2022-01-06
Normalize generator-local types with unevaluated constants
Michael Goulet
-4
/
+6
2021-12-22
Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`
Aaron Hill
-1
/
+1
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-8
/
+10
2021-12-02
Update passes with new interface
Dylan MacKenzie
-0
/
+4
2021-09-28
Rebase resume argument projections during state transform
Tomasz Miąsko
-2
/
+3
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-10
/
+10
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+1500