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-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-2
/
+1
2022-09-06
Generalize the Assume intrinsic statement to a general Intrinsic statement
Oli Scherer
-2
/
+1
2022-09-06
Lower the assume intrinsic to a MIR statement
Oli Scherer
-0
/
+1
2022-08-30
Refactor MIR phases
Jakob Degen
-4
/
+0
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-7
/
+7
2022-08-25
Elaborate all box dereferences in `ElaborateBoxDerefs`
Tomasz Miąsko
-81
/
+7
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-07-07
MIR dataflow: Rename function to `always_storage_live_locals`
pierwill
-2
/
+2
2022-06-21
Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk
bors
-10
/
+84
2022-06-20
Drop magic value 3 from code
Wei Liu
-2
/
+6
2022-06-17
Auto merge of #97863 - JakobDegen:bitset-choice, r=nnethercote
bors
-1
/
+2
2022-06-15
condense duplicate code into seperate functions
DrMeepster
-9
/
+10
2022-06-15
remove box derefs from codgen
DrMeepster
-10
/
+83
2022-06-14
`BitSet` perf improvements
Jakob Degen
-1
/
+2
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-1
/
+1
2022-06-07
Remove `AlwaysLiveLocals` wrapper struct
Tomasz Miąsko
-5
/
+5
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