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
/
shim
Age
Commit message (
Expand
)
Author
Lines
2025-06-29
mir: Use the `new` method for `BasicBlockData`
dianqk
-19
/
+13
2025-06-29
mir: Add a `new` method to `statement`
dianqk
-19
/
+19
2025-06-05
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None
Oli Scherer
-6
/
+6
2025-05-23
Async drop poll shim for error dropee generates noop body (fixes #140930)
Andrew Zhogin
-3
/
+4
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-600
/
+391
2025-02-08
Rustfmt
bjorn3
-13
/
+15
2025-01-28
Represent the raw pointer for a array length check as a new kind of fake borrow
Michael Goulet
-9
/
+3
2024-12-18
mir: require `is_cleanup` when creating `BasicBlockData`
DianQK
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-4
/
+4
2024-11-03
compiler: Directly use rustc_abi in mir_transform
Jubilee Young
-1
/
+1
2024-09-24
be even more precise about "cast" vs "coercion"
Lukas Markeffsky
-4
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-17
/
+15
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-2
/
+2
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-1
/
+1
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-1
/
+1
2024-05-29
Optimize async drop glue for some old types
Daria Sukhonina
-6
/
+31
2024-05-13
Auto merge of #125076 - compiler-errors:alias-term, r=lcnr
bors
-2
/
+1
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-2
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-04-18
Fix disabling the export of noop async_drop_in_place_raw
Daria Sukhonina
-25
/
+29
2024-04-17
Use non-exhaustive matches for TyKind
Daria Sukhonina
-39
/
+41
2024-04-16
Add simple async drop glue generation
zetanumbers
-0
/
+612