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
/
coroutine.rs
Age
Commit message (
Expand
)
Author
Lines
2025-10-02
mir-opt: Eliminate dead ref statements
dianqk
-1
/
+1
2025-09-21
Add panic=immediate-abort
Ben Kimock
-2
/
+1
2025-09-18
Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmann
Stuart Cook
-1
/
+1
2025-09-17
Remove `DynKind`
León Orell Valerian Liehr
-1
/
+1
2025-09-16
Do not renumber resume local.
Camille Gillot
-27
/
+20
2025-09-01
Introduce `MirDumper` and `MirWriter`.
Nicholas Nethercote
-5
/
+16
2025-09-01
Use trait object references for closures.
Nicholas Nethercote
-5
/
+5
2025-06-29
mir: Use the `new` method for `BasicBlockData`
dianqk
-33
/
+24
2025-06-29
mir: Add a `new` method to `statement`
dianqk
-30
/
+24
2025-06-13
Unimplement unsized_locals
mejrs
-2
/
+2
2025-06-05
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None
Oli Scherer
-14
/
+17
2025-05-07
Rollup merge of #140234 - nnethercote:separate-Analysis-and-Results, r=davidtwco
Guillaume Gomez
-18
/
+33
2025-04-29
Use a closure instead of three chained iterators
Oli Scherer
-4
/
+2
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-182
/
+133
2025-04-24
Separate `Analysis` and `Results`.
Nicholas Nethercote
-16
/
+31
2025-04-24
Pass `Analysis` to `visit_*` instead of `Results`.
Nicholas Nethercote
-2
/
+2
2025-04-22
Remove unnecessary lifetime on `ResultsVisitor`.
Nicholas Nethercote
-3
/
+3
2025-04-14
Use `newtype_index!`-generated types more idiomatically
Yotam Ofek
-2
/
+2
2025-04-13
Rollup merge of #139699 - compiler-errors:coroutine-drop-phase, r=scottmcm
Jacob Pratt
-0
/
+7
2025-04-12
Proactively update coroutine drop shim's phase to account for later passes ap...
Michael Goulet
-0
/
+7
2025-04-12
In `rustc_mir_tranform`, iterate over index newtypes instead of ints
Yotam Ofek
-31
/
+22
2025-02-21
Rename `ClearCrossCrate::assert_crate_local`.
Nicholas Nethercote
-1
/
+1
2025-02-18
Inline and remove `BasicBlockData::retain_statements`.
Nicholas Nethercote
-5
/
+6
2025-02-14
Move `MirPatch` from `rustc_middle` to `rustc_mir_transform`.
Nicholas Nethercote
-2
/
+1
2025-02-14
Move drop elaboration infrastructure.
Nicholas Nethercote
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-43
/
+69
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+4
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-20
/
+20
2025-01-03
remove unused function params
Matthias Krüger
-19
/
+9
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-10
Rename some `Analysis` and `ResultsVisitor` methods.
Nicholas Nethercote
-2
/
+2
2024-12-02
Simplify `ResultsHandle`.
Nicholas Nethercote
-1
/
+1
2024-11-26
Rollup merge of #133475 - nnethercote:MaybeStorage-improvements, r=lcnr
Michael Goulet
-3
/
+2
2024-11-26
Streamline a `BitSet` creation.
Nicholas Nethercote
-2
/
+1
2024-11-26
Move `always_storage_live_locals`.
Nicholas Nethercote
-1
/
+1
2024-11-26
Make it possible for `ResultsCursor` to borrow a `Results`.
Nicholas Nethercote
-6
/
+5
2024-11-20
reduce false positives of tail-expr-drop-order from consumed values
Ding Xiang Fei
-0
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-7
/
+5
2024-11-05
Remove `ResultsVisitable`.
Nicholas Nethercote
-10
/
+8
2024-11-03
compiler: Directly use rustc_abi in mir_transform
Jubilee Young
-1
/
+1
2024-10-30
Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote
Matthias Krüger
-10
/
+5
2024-10-30
Remove `Analysis::into_engine`.
Nicholas Nethercote
-10
/
+5
2024-10-29
TypingMode :thinking:
lcnr
-2
/
+6
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-19
Get rid of const eval_* and try_eval_* helpers
Michael Goulet
-1
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-77
/
+46
2024-09-13
Rename `FlowState` as `Domain`.
Nicholas Nethercote
-5
/
+5
2024-09-09
Rollup merge of #130022 - nnethercote:dataflow-borrowck-lifetimes, r=oli-obk
Matthias Krüger
-8
/
+8
2024-09-09
Remove unnecessary lifetime from `StorageConflictVisitor`.
Nicholas Nethercote
-8
/
+8
2024-09-09
Factor out some more repetitive code.
Nicholas Nethercote
-9
/
+2
[next]