| Age | Commit message (Expand) | Author | Lines |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -31/+31 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -16/+22 |
| 2024-01-27 | Make the coroutine def id of an async closure the child of the closure def id | Michael Goulet | -0/+31 |
| 2024-01-26 | Rollup merge of #120360 - compiler-errors:afit-sized-lol, r=lcnr | Matthias Krüger | -0/+18 |
| 2024-01-26 | Rollup merge of #120322 - compiler-errors:higher-ranked-async-closures, r=oli... | Matthias Krüger | -0/+29 |
| 2024-01-25 | Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obk | Matthias Krüger | -0/+16 |
| 2024-01-25 | Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFIT | Michael Goulet | -0/+18 |
| 2024-01-24 | Don't manually resolve async closures in rustc_resolve | Michael Goulet | -0/+29 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -16/+22 |
| 2024-01-19 | Rollup merge of #119984 - kpreid:waker-noop, r=dtolnay | Matthias Krüger | -9/+5 |
| 2024-01-18 | Rollup merge of #120057 - oli-obk:not_sure_wtf_is_going_on, r=compiler-errors | Matthias Krüger | -0/+40 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -9/+5 |
| 2024-01-17 | Don't ICE when deducing future output if other errors already occurred | Oli Scherer | -0/+40 |
| 2024-01-16 | Async closures will move params into the future always | Michael Goulet | -34/+3 |
| 2024-01-15 | Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errors | Matthias Krüger | -16/+4 |
| 2024-01-13 | Bless tests | George-lewis | -0/+26 |
| 2024-01-11 | Keep error types around, even in obligations. | Oli Scherer | -16/+4 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -15/+108 |
| 2024-01-08 | Make cycle error more resilient to where it starts | Michael Goulet | -13/+10 |
| 2024-01-08 | Point out source of recursion | Michael Goulet | -16/+34 |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -11/+2 |
| 2024-01-07 | update ui tests | Gray Olson | -1/+1 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -8/+8 |
| 2024-01-05 | Remove revisions for THIR unsafeck | Matthew Jasper | -51/+9 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -2/+2 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -2/+2 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -6/+6 |
| 2023-12-25 | select AsyncFn traits during overloaded call op | Michael Goulet | -1/+1 |
| 2023-12-25 | Add AsyncFn family of traits | Michael Goulet | -0/+16 |
| 2023-12-22 | Update test outputs | Eric Holk | -9/+4 |
| 2023-12-19 | Add additional tests and update existing tests | Eric Holk | -1/+109 |
| 2023-12-19 | Desugar for await loops | Eric Holk | -0/+24 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -0/+25 |
| 2023-12-14 | Rollup merge of #118948 - compiler-errors:noop, r=eholk | Jubilee | -44/+31 |
| 2023-12-14 | Use the Waker::noop API in tests | Michael Goulet | -44/+31 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-12 | Coroutine variant fields can be uninitialized | Tomasz Miąsko | -3/+11 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -2/+2 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -2/+2 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -2/+2 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -2/+2 |
| 2023-12-07 | Resolve assoc item bindings by namespace | León Orell Valerian Liehr | -5/+10 |
| 2023-11-28 | Fix spans for bad await in inline const | Michael Goulet | -47/+8 |
| 2023-11-28 | Eagerly return ExprKind::Err on yield/await in wrong coroutine context | Michael Goulet | -4/+0 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -90/+90 |
| 2023-11-19 | Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naber | Takayuki Maeda | -8/+20 |
| 2023-11-18 | tweak logic of "unknown field" label | Esteban Küber | -13/+5 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -1/+0 |
| 2023-11-16 | address review comment | Esteban Küber | -5/+13 |
| 2023-11-16 | recover primary span label | Esteban Küber | -14/+22 |