| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-11-16 | Suggest `unwrap()` on field not found for `Result`/`Option` | Esteban Küber | -2/+10 |
| 2023-11-16 | Suggest field typo through derefs | Esteban Küber | -14/+10 |
| 2023-10-28 | Remove asmjs from tests | Jubilee Young | -1/+0 |
| 2023-10-27 | Recover from incorrectly ordered/duplicated function keywords | clubby789 | -6/+13 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-10-25 | Rename in preparation for moving the `async` printing out of `CoroutineSource` | Oli Scherer | -7/+7 |
| 2023-10-25 | Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk | Matthias Krüger | -0/+51 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -4/+24 |
| 2023-10-24 | Merge impl_wf_inference into coherence checking | Michael Goulet | -0/+51 |
| 2023-10-24 | Remove incomplete features from RPITIT/AFIT tests | Michael Goulet | -37/+10 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -3/+10 |
| 2023-10-22 | Auto merge of #116256 - apekros:issue-114912, r=cjgillot | bors | -0/+33 |
| 2023-10-21 | fix spans for removing `.await` on `for` expressions | Lukas Markeffsky | -1/+19 |
| 2023-10-20 | Rename lots of files that had `generator` in their name | Oli Scherer | -26/+26 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -51/+51 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -17/+17 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -3/+10 |
| 2023-10-18 | Don't ICE when encountering unresolved regions in fully_resolve | Michael Goulet | -0/+28 |
| 2023-10-16 | Fix inline const pattern unsafety checking in THIR | Matthew Jasper | -4/+24 |
| 2023-10-14 | Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandry | Matthias Krüger | -1/+1 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -584/+94 |
| 2023-10-13 | Fix AFIT lint message to mention pitfall | Michael Goulet | -1/+1 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -4/+4 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -44/+16 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -0/+16 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+2 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -2/+2 |
| 2023-10-05 | Auto merge of #116273 - compiler-errors:refine2, r=tmandry | bors | -6/+6 |
| 2023-10-05 | Auto merge of #116184 - compiler-errors:afit-lint, r=tmandry | bors | -0/+65 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+2 |