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.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-5
/
+106
2025-04-28
dropee_emit_retag function separated in drop glue build
Andrew Zhogin
-26
/
+38
2025-04-14
Move `has_self` field to `hir::AssocKind::Fn`.
Nicholas Nethercote
-1
/
+1
2025-03-18
Remove existing AFIDT implementation
Michael Goulet
-48
/
+2
2025-02-15
Don't project into `NonNull` when dropping a `Box`
Scott McMurray
-0
/
+3
2025-02-14
Move `MirPatch` from `rustc_middle` to `rustc_mir_transform`.
Nicholas Nethercote
-1
/
+1
2025-02-14
Move drop elaboration infrastructure.
Nicholas Nethercote
-3
/
+3
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+1
2025-01-10
inline: force inlining shims
David Wood
-1
/
+3
2024-12-10
Implement projection and shim for AFIDT
Michael Goulet
-3
/
+53
2024-12-04
fn_sig_for_fn_abi should return a ty::FnSig, no need for a binder
Michael Goulet
-2
/
+2
2024-11-23
remove remaining references to `Reveal`
lcnr
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-7
/
+7
2024-11-03
compiler: Directly use rustc_abi in mir_transform
Jubilee Young
-3
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-16
Don't ICE when generating Fn shim for async closure with borrowck error
Michael Goulet
-5
/
+12
2024-09-10
Use `IndexVec::from_raw` to construct a const `IndexVec`.
Nicholas Nethercote
-3
/
+2
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-1
/
+2
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-3
/
+3
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-7
/
+5
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-1
/
+1
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-08-01
MIR required_consts, mentioned_items: ensure we do not forget to fill these l...
Ralf Jung
-3
/
+9
2024-07-29
Perform instsimplify before inline to eliminate some trivial calls
DianQK
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+10
2024-07-26
Make coroutine-closures possible to be cloned
Michael Goulet
-0
/
+3
2024-07-25
Let InstCombine remove Clone shims inside Clone shims
Ben Kimock
-1
/
+2
2024-06-29
Fix FnMut/Fn shim for coroutine-closures that capture references
Michael Goulet
-18
/
+31
2024-06-21
Save 2 pointers in `TerminatorKind` (96 → 80 bytes)
Scott McMurray
-2
/
+2
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-26
/
+29
2024-06-01
Uplift TypeRelation and Relate
Michael Goulet
-2
/
+2
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-04-16
Add simple async drop glue generation
zetanumbers
-0
/
+5
2024-04-04
Auto merge of #123052 - maurer:addr-taken, r=compiler-errors
bors
-1
/
+1
2024-04-03
rename `expose_addr` to `expose_provenance`
joboet
-1
/
+1
2024-04-02
Track reason for creating a `ReifyShim`
Matthew Maurer
-1
/
+1
2024-03-26
In ConstructCoroutineInClosureShim, pass receiver by ref, not pointer
Michael Goulet
-3
/
+3
2024-03-22
Eagerly convert some ctors to use their specialized ctors
Michael Goulet
-13
/
+3
2024-03-21
Auto merge of #122568 - RalfJung:mentioned-items, r=oli-obk
bors
-1
/
+3
2024-03-20
collector: recursively traverse 'mentioned' items to evaluate their constants
Ralf Jung
-1
/
+3
2024-03-19
Add a few more comments
Michael Goulet
-0
/
+9
2024-03-19
Fix ABI for FnMut/Fn impls for async closures
Michael Goulet
-5
/
+19
2024-03-19
Only split by-ref/by-move futures for async closures
Michael Goulet
-86
/
+12
2024-02-27
Also support `fnptr(): async Fn` in codegen
Michael Goulet
-1
/
+5
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-3
/
+3
2024-02-07
Stop using is_copy_modulo_regions when building clone shim
Michael Goulet
-4
/
+1
2024-02-06
Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure
Michael Goulet
-16
/
+61
[next]