| Age | Commit message (Expand) | Author | Lines |
| 2024-10-24 | Consider param-env candidates even if they have errors | Michael Goulet | -16/+2 |
| 2024-10-22 | Rollup merge of #131549 - compiler-errors:try-in-sync, r=spastorino | Matthias Krüger | -2/+59 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -0/+89 |
| 2024-10-12 | Also note for fields | Michael Goulet | -2/+32 |
| 2024-10-12 | Add a note for ? on future in sync function | Michael Goulet | -0/+27 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-10-10 | UI tests: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -2/+2 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -0/+89 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -19/+19 |
| 2024-10-04 | Rollup merge of #130633 - eholk:pin-reborrow-self, r=compiler-errors | Jubilee | -5/+14 |
| 2024-10-04 | Bless ui tests. | Camille GILLOT | -19/+19 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -6/+6 |
| 2024-09-27 | Rollup merge of #130718 - jackh726:known-bug-cleanup, r=compiler-errors | Matthias Krüger | -8/+6 |
| 2024-09-27 | Cleanup some known-bug issues | Jack Huey | -8/+6 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -6/+6 |
| 2024-09-23 | Allow reborrowing pinned self methods | Eric Holk | -2/+1 |
| 2024-09-23 | Allow reborrowing Pin<&mut Self> | Eric Holk | -5/+15 |
| 2024-09-22 | No longer mark RTN as incomplete | Michael Goulet | -119/+9 |
| 2024-09-20 | Auto merge of #130631 - GuillaumeGomez:rollup-jpgy1iv, r=GuillaumeGomez | bors | -0/+136 |
| 2024-09-20 | Rollup merge of #130526 - eholk:pin-reborrow, r=compiler-errors | Guillaume Gomez | -0/+136 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -0/+2 |
| 2024-09-19 | pin_ergonomics: allow reborrowing as Pin<&T> | Eric Holk | -0/+46 |
| 2024-09-19 | Add a test case to make sure we don't reborrow twice | Eric Holk | -1/+26 |
| 2024-09-19 | Allow shortening reborrows | Eric Holk | -0/+14 |
| 2024-09-18 | Begin experimental support for pin reborrowing | Eric Holk | -0/+51 |
| 2024-09-16 | Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:... | Michael Goulet | -0/+34 |
| 2024-09-16 | Encode coroutine_by_move_body_def_id in crate metadata | Michael Goulet | -0/+5 |
| 2024-09-16 | Don't ICE when generating Fn shim for async closure with borrowck error | Michael Goulet | -0/+45 |
| 2024-09-14 | Consider synthetic closure bodies to be typeck children | Michael Goulet | -0/+19 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+2 |
| 2024-09-10 | Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida... | Michael Goulet | -0/+20 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -23/+23 |
| 2024-09-07 | Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwco | Matthias Krüger | -0/+19 |
| 2024-09-07 | Don't build by-move body when async closure is tainted | Michael Goulet | -0/+27 |
| 2024-09-01 | Replace walk with visit so we dont skip outermost expr kind in def collector | Michael Goulet | -0/+12 |
| 2024-09-01 | Do not call query to compute coroutine layout for synthetic body of async clo... | Michael Goulet | -0/+19 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -2/+13 |
| 2024-08-20 | bless ui tests | Ralf Jung | -23/+23 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -3/+3 |
| 2024-08-19 | Fix wrong argument for `get_fn_decl` | Wafarm | -0/+43 |
| 2024-08-17 | Bless test fallout | Michael Goulet | -3/+3 |
| 2024-08-15 | Rollup merge of #129101 - compiler-errors:deref-on-parent-by-ref, r=lcnr | Matthias Krüger | -0/+34 |
| 2024-08-14 | Infer async closure args from Fn bound even if there is no corresponding Futu... | Michael Goulet | -0/+49 |
| 2024-08-14 | Fix projections when parent capture is by-ref | Michael Goulet | -0/+34 |
| 2024-08-10 | Auto merge of #128572 - compiler-errors:fix-elaborate-box-derefs-on-debug, r=... | bors | -0/+35 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -2/+2 |
| 2024-08-09 | Rollup merge of #128791 - compiler-errors:async-fn-unsafe, r=lcnr | Matthias Krüger | -0/+86 |
| 2024-08-08 | Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement Fn | Michael Goulet | -0/+86 |
| 2024-08-02 | Stop doing weird index stuff in ElaborateBoxDerefs | Michael Goulet | -0/+35 |
| 2024-08-01 | Skip over args when determining if coroutine-closure's inner coroutine consum... | Michael Goulet | -0/+17 |