| Age | Commit message (Expand) | Author | Lines |
| 2024-12-31 | Make sure we check the future type is Sized in AsyncFn* | Michael Goulet | -0/+51 |
| 2024-12-25 | Actually print all the relevant parts of a coroutine in verbose mode | Michael Goulet | -2/+2 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -4/+4 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -12/+4 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -4/+4 |
| 2024-12-13 | Auto merge of #132706 - compiler-errors:async-closures, r=oli-obk | bors | -277/+96 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -277/+96 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -2/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -10/+4 |
| 2024-12-12 | Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile... | bors | -4/+4 |
| 2024-12-11 | Arbitrary self types v2: use Receiver trait | Adrian Taylor | -4/+4 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -0/+160 |
| 2024-12-10 | Rollup merge of #134017 - compiler-errors:call-once-deduction, r=jieyouxu | León Orell Valerian Liehr | -0/+14 |
| 2024-12-08 | Don't use AsyncFnOnce::CallOnceFuture bounds for signature deduction | Michael Goulet | -0/+14 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -1/+1 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -2/+2 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -2/+2 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -16/+12 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -26/+26 |
| 2024-12-02 | Move tests back to using AsyncFn | Michael Goulet | -58/+60 |
| 2024-11-30 | Do not create trait object type if missing associated types | Michael Goulet | -51/+2 |
| 2024-11-28 | Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxu | bors | -5/+1 |
| 2024-11-28 | Rollup merge of #133358 - compiler-errors:pin-coerce, r=eholk | Guillaume Gomez | -4/+25 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -5/+1 |
| 2024-11-25 | Tweak parameter mismatch explanation to not say unknown | Michael Goulet | -3/+3 |
| 2024-11-22 | Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmease | Michael Goulet | -6/+37 |
| 2024-11-23 | Don't type error if we fail to coerce Pin because it doesnt contain a ref | Michael Goulet | -4/+25 |
| 2024-11-23 | Move pin ergonomics tests | Michael Goulet | -0/+0 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -28/+27 |
| 2024-11-22 | Pretty print AsyncFn traits too | Michael Goulet | -6/+37 |
| 2024-11-08 | Manually register some bounds for a better span | Michael Goulet | -0/+5 |
| 2024-11-08 | Get rid of check_opaque_type_well_formed | Michael Goulet | -7/+11 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -4/+4 |
| 2024-11-02 | Auto merge of #132147 - estebank:long-types-2, r=davidtwco | bors | -16/+21 |
| 2024-11-02 | Remove or fix some FIXME(async_closure) | Michael Goulet | -15/+24 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -16/+18 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -0/+3 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -33/+33 |
| 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 |