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
/
elaborate_drop.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-02
Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191...
Samuel Tardieu
-0
/
+4
2025-07-25
span_bug instead of handling currently impossible drop case
beepster4096
-7
/
+8
2025-07-25
fix box destructor generation
beepster4096
-27
/
+28
2025-07-24
fix up issues with internal compiler docs revealed by stricter lint
binarycat
-0
/
+4
2025-06-29
mir: Use the `new` method for `BasicBlockData`
dianqk
-59
/
+55
2025-06-29
mir: Add a `new` method to `statement`
dianqk
-8
/
+3
2025-06-14
Async drop - fix for StorageLive/StorageDead codegen for pinned async drop fu...
Andrew Zhogin
-0
/
+14
2025-06-05
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None
Oli Scherer
-8
/
+5
2025-06-03
Rollup merge of #141677 - azhogin:azhogin/async-drop-unexpected-type-instead-...
Matthias Krüger
-2
/
+14
2025-06-01
Async drop - type instead of async drop fn and incorrect drop signature don't...
Andrew Zhogin
-2
/
+14
2025-05-23
Emit dummy open drop for unsafe binder
Michael Goulet
-0
/
+17
2025-05-21
Rollup merge of #141328 - azhogin:azhogin/async-drop-ice-for-empty-impl-fix, ...
Matthias Krüger
-1
/
+23
2025-05-21
Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later p...
Andrew Zhogin
-8
/
+13
2025-05-21
When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974)
Andrew Zhogin
-1
/
+23
2025-04-29
Fix for async drop ice with partly dropped tuple
Andrew Zhogin
-1
/
+1
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-63
/
+417
2025-04-14
Use `newtype_index!`-generated types more idiomatically
Yotam Ofek
-9
/
+8
2025-04-11
Use delayed bug for normalization errors in drop elaboration
Matthew Jasper
-7
/
+4
2025-02-19
Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errors
bors
-2
/
+15
2025-02-19
Remove `rustc_middle::mir::tcx` module.
Nicholas Nethercote
-1
/
+1
2025-02-17
Handle normalization failures in drop elaboration
Matthew Jasper
-2
/
+15
2025-02-15
Don't project into `NonNull` when dropping a `Box`
Scott McMurray
-4
/
+26
2025-02-14
Move `MirPatch` from `rustc_middle` to `rustc_mir_transform`.
Nicholas Nethercote
-1
/
+2
2025-02-14
Move drop elaboration infrastructure.
Nicholas Nethercote
-0
/
+1022