| Age | Commit message (Expand) | Author | Lines |
| 2025-06-18 | AsyncDrop trait without sync Drop generates an error | Andrew Zhogin | -0/+29 |
| 2025-06-15 | Rollup merge of #142347 - azhogin:azhogin/async-drop-storage-live-dead-fix, r... | León Orell Valerian Liehr | -1/+133 |
| 2025-06-15 | Move `tests/ui/async-await/pin-ergonomics` to `tests/ui` | Frank King | -513/+0 |
| 2025-06-15 | Implement pinned borrows, part of `pin_ergonomics` | Frank King | -0/+211 |
| 2025-06-14 | Async drop - fix for StorageLive/StorageDead codegen for pinned async drop fu... | Andrew Zhogin | -1/+133 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -32/+15 |
| 2025-06-11 | stabilize gai | Boxy | -14/+2 |
| 2025-06-11 | Rollup merge of #142042 - estebank:explicit-lifetime-verbose-suggestion, r=co... | Matthias Krüger | -9/+16 |
| 2025-06-10 | Remove check_mod_loops query and run the checks per-body instead | Oli Scherer | -16/+16 |
| 2025-06-09 | Make E0621 missing lifetime suggestion verbose | Esteban Küber | -9/+16 |
| 2025-06-07 | Rollup merge of #142045 - estebank:obligation-cause-code-suggestion, r=compil... | Jacob Pratt | -20/+29 |
| 2025-06-06 | Make obligation cause code suggestions verbose | Esteban Küber | -20/+29 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -13/+2 |
| 2025-06-04 | Rollup merge of #141932 - azhogin:azhogin/async-drop-inside-asyncgen-fix, r=o... | Matthias Krüger | -0/+9 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -13/+2 |
| 2025-06-04 | Fix for async drop inside async gen fn | Andrew Zhogin | -0/+9 |
| 2025-06-03 | Rollup merge of #141677 - azhogin:azhogin/async-drop-unexpected-type-instead-... | Matthias Krüger | -0/+77 |
| 2025-06-01 | Async drop - type instead of async drop fn and incorrect drop signature don't... | Andrew Zhogin | -0/+77 |
| 2025-05-27 | Rollup merge of #141587 - ferrocene:lw-yurotqzwvwlw, r=jieyouxu | Michael Goulet | -36/+45 |
| 2025-05-27 | Rollup merge of #141584 - compiler-errors:typing-env-synthetic-body, r=lcnr | Michael Goulet | -0/+13 |
| 2025-05-27 | Use more detailed spans in dyn compat errors within bodies | Oli Scherer | -8/+8 |
| 2025-05-26 | Add missing edition directives for async-await tests | Lukas Wirth | -36/+45 |
| 2025-05-26 | Support opaque_types_defined_by for SyntheticCoroutineBody | Michael Goulet | -0/+13 |
| 2025-05-26 | Deduplicate dyn compatibility violations due to coercion | Michael Goulet | -57/+3 |
| 2025-05-24 | Rollup merge of #141438 - compiler-errors:dyn-compatible-call, r=lcnr | Matthias Krüger | -61/+3 |
| 2025-05-23 | Do not try to confirm non-dyn compatible method | Michael Goulet | -61/+3 |
| 2025-05-23 | Rollup merge of #140967 - azhogin:azhogin/async-drop-poll-shim-for-error-drop... | Matthias Krüger | -0/+40 |
| 2025-05-23 | Async drop poll shim for error dropee generates noop body (fixes #140930) | Andrew Zhogin | -0/+40 |
| 2025-05-21 | Fix FnOnce impl for AsyncFn/AsyncFnMut closures in new solver | Michael Goulet | -0/+15 |
| 2025-05-21 | Rollup merge of #141328 - azhogin:azhogin/async-drop-ice-for-empty-impl-fix, ... | Matthias Krüger | -0/+28 |
| 2025-05-21 | Rollup merge of #141296 - azhogin:azhogin/async-drop-broken-mir-place-deref-f... | Matthias Krüger | -0/+26 |
| 2025-05-21 | Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later p... | Andrew Zhogin | -0/+26 |
| 2025-05-21 | When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974) | Andrew Zhogin | -0/+28 |
| 2025-05-20 | Warning when dependency crate has async drop types, and the feature is disabl... | Andrew Zhogin | -2/+2 |
| 2025-05-19 | Warning added when dependency crate has async drop types, and the feature is ... | Andrew Zhogin | -1/+15 |
| 2025-05-19 | Rollup merge of #141094 - satler-git:issue-101650, r=lcnr | Stuart Cook | -0/+24 |
| 2025-05-17 | add regression test for rust-lang#101650 | satler | -0/+24 |
| 2025-05-15 | Async drop fix for dropee from another crate (#140858) | Andrew Zhogin | -0/+63 |
| 2025-05-12 | ui/async-drop-initial: factor in panic strategy in destructor size check | Jorge Aparicio | -1/+4 |
| 2025-05-11 | Async drop fix for async_drop_in_place<T> layout calculated for unspecified T | Andrew Zhogin | -0/+21 |
| 2025-05-05 | Do not gather local all together at the beginning of typeck | Michael Goulet | -2/+2 |
| 2025-04-29 | Fix for async drop ice with partly dropped tuple | Andrew Zhogin | -0/+11 |
| 2025-04-28 | Rollup merge of #140276 - compiler-errors:typeof-less-eagerly, r=lcnr | Chris Denton | -0/+39 |
| 2025-04-28 | Do not compute type_of for impl item if impl where clauses are unsatisfied | Michael Goulet | -0/+39 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -64/+1080 |
| 2025-04-26 | Rollup merge of #140318 - compiler-errors:specialized-async-fn-kind-err, r=fe... | Matthias Krüger | -0/+43 |
| 2025-04-26 | Simply try to unpeel AsyncFnKindHelper goal in emit_specialized_closure_kind_... | Michael Goulet | -0/+43 |
| 2025-04-23 | More | Michael Goulet | -5/+4 |
| 2025-04-19 | Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwco | bors | -1/+1 |
| 2025-04-17 | Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur... | Matthias Krüger | -3/+3 |