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
2023-04-01
Use `FieldIdx` in various things related to aggregates
Scott McMurray
-2
/
+2
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-6
/
+7
2023-03-21
Use local key in providers
Michael Goulet
-3
/
+2
2023-03-14
Wrap the whole LocalInfo in ClearCrossCrate.
Camille GILLOT
-2
/
+8
2023-03-09
Introduce a no-op PlaceMention statement for `let _ =`.
Camille GILLOT
-0
/
+1
2023-03-08
Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko
Matthias Krüger
-2
/
+0
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-2
/
+0
2023-03-05
drop_tracking_mir: avoid good path bug.
Camille GILLOT
-6
/
+8
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-10
/
+9
2023-02-17
Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errors
Matthias Krüger
-3
/
+3
2023-02-16
`BasicBlock::new(0)` -> `START_BLOCK` [no functional changes]
Scott McMurray
-3
/
+3
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2023-02-02
Stop deaggregating enums in MIR.
Camille GILLOT
-18
/
+12
2023-01-29
Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk
bors
-0
/
+1
2023-01-28
Only compute mir_generator_witnesses query in drop_tracking_mir mode.
Camille GILLOT
-16
/
+17
2023-01-27
Restrict amount of ignored locals.
Camille GILLOT
-9
/
+28
2023-01-27
Separate witness type computation from the generator transform.
Camille GILLOT
-28
/
+282
2023-01-27
Remember where a type was kept in MIR.
Camille GILLOT
-2
/
+11
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+1
2023-01-19
Transform async ResumeTy in generator transform
Arpad Borsos
-7
/
+111
2022-12-13
Don't require owned data in `MaybeStorageLive`
Jakob Degen
-1
/
+1
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-5
/
+1
2022-12-06
make retagging work even with 'unstable' places
Ralf Jung
-10
/
+0
2022-12-01
Create `format_args` as late as possible
Oli Scherer
-4
/
+4
2022-11-24
Avoid `GenFuture` shim when compiling async constructs
Arpad Borsos
-27
/
+68
2022-11-20
Factor out conservative_is_privately_uninhabited
Cameron Steffen
-1
/
+1
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
[next]