| Age | Commit message (Expand) | Author | Lines |
| 2025-08-20 | Rollup merge of #145623 - compiler-errors:pretty-async-name, r=wesleywiser | Jacob Pratt | -0/+18 |
| 2025-08-19 | Pretty print the name of an future from calling async closure | Michael Goulet | -0/+18 |
| 2025-08-13 | add test | lcnr | -0/+17 |
| 2025-08-11 | Rollup merge of #145194 - compiler-errors:coro-witness-re, r=lcnr | Stuart Cook | -0/+14 |
| 2025-08-10 | Ignore coroutine witness type region args in auto trait confirmation | Michael Goulet | -0/+14 |
| 2025-08-08 | Add test for upvar breakage | Michael Goulet | -0/+55 |
| 2025-08-08 | Check coroutine upvars and in dtorck constraint | Michael Goulet | -0/+45 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -2/+2 |
| 2025-07-31 | Remove the witness type from coroutine args | Michael Goulet | -27/+3 |
| 2025-07-31 | Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness | Michael Goulet | -2/+24 |
| 2025-07-31 | Rollup merge of #143672 - beepster4096:box_drop_flags_again, r=oli-obk | Stuart Cook | -0/+255 |
| 2025-07-29 | add `nonpoison::mutex` implementation | Connor Tsui | -8/+8 |
| 2025-07-26 | Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxu | Trevor Gross | -4/+6 |
| 2025-07-25 | async drop tests for box | beepster4096 | -0/+255 |
| 2025-07-23 | Point at the type that doesn't impl `Clone` in more cases beyond closures | Esteban Küber | -5/+7 |
| 2025-07-23 | Add `ignore-backends` annotations in failing GCC backend ui tests | Guillaume Gomez | -4/+6 |
| 2025-07-18 | Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obk | Matthias Krüger | -0/+45 |
| 2025-07-18 | Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk | bors | -11/+1218 |
| 2025-07-17 | Eagerly unify coroutine witness in old solver | Michael Goulet | -2/+2 |
| 2025-07-15 | Add tests, some of them fail... | Michael Goulet | -0/+1206 |
| 2025-07-15 | Gate things properly | Michael Goulet | -2/+64 |
| 2025-07-15 | Consider outlives assumptions when proving auto traits for coroutine interiors | Michael Goulet | -63/+2 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -16/+0 |
| 2025-07-09 | Make AsyncDrop check that it's being implemented on a local ADT | Michael Goulet | -0/+45 |
| 2025-07-05 | Rename tests named with `mbe` to use `macro` instead | Josh Triplett | -4/+4 |
| 2025-07-04 | Rollup merge of #142440 - Kivooeo:tf14, r=tgross35 | Jubilee | -0/+33 |
| 2025-07-01 | cleaned up some tests | Kivooeo | -2/+6 |
| 2025-07-01 | Give some UI tests more apropriate names | Trevor Gross | -0/+29 |
| 2025-06-30 | Unconditionally run `check_item_type` on all items | Oli Scherer | -8/+8 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -3/+30 |
| 2025-06-24 | Rollup merge of #135731 - frank-king:feature/pin-borrow, r=eholk,traviscross | Jubilee | -302/+0 |
| 2025-06-23 | compiletest: Improve diagnostics for line annotation mismatches | Vadim Petrochenkov | -2/+2 |
| 2025-06-18 | Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error,... | Trevor Gross | -0/+29 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -14/+2 |
| 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 |