| Age | Commit message (Expand) | Author | Lines |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -6/+15 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -49/+29 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -84/+76 |
| 2023-12-20 | Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler... | Matthias Krüger | -5/+5 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -49/+29 |
| 2023-12-20 | Rollup merge of #118691 - chfogelman:improve-cstr-error, r=fmease | Matthias Krüger | -7/+29 |
| 2023-12-19 | Add additional tests and update existing tests | Eric Holk | -1/+2 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -5/+5 |
| 2023-12-19 | Improve compiler error for c-strings in pre-2021 | Carter Hunt Fogelman | -7/+29 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -6/+14 |
| 2023-12-18 | Use `.into_diagnostic()` less. | Nicholas Nethercote | -84/+76 |
| 2023-12-18 | Rename `Parser::span_diagnostic` as `Parser::dcx`. | Nicholas Nethercote | -42/+40 |
| 2023-12-18 | Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`. | Nicholas Nethercote | -4/+4 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -3/+3 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -1/+1 |
| 2023-12-14 | Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-er... | Jubilee | -2/+2 |
| 2023-12-15 | Change `msg: impl Into<String>` for bug diagnostics. | Nicholas Nethercote | -2/+2 |
| 2023-12-12 | Rollup merge of #118891 - compiler-errors:async-gen-blocks, r=eholk | Jubilee | -9/+18 |
| 2023-12-12 | Actually parse async gen blocks correctly | Michael Goulet | -9/+18 |
| 2023-12-12 | Don't gate the feature twice | Nadrieril | -1/+4 |
| 2023-12-12 | Correctly gate the parsing of match arms without body | Nadrieril | -1/+6 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -24/+27 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -5/+12 |
| 2023-12-10 | remove redundant imports | surechen | -8/+1 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -68/+85 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -56/+66 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -6/+6 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -11/+18 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -136/+155 |
| 2023-12-07 | Rollup merge of #116420 - bvanjoi:fix-116203, r=Nilstrieb | Matthias Krüger | -1/+3 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -10/+12 |
| 2023-12-05 | Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errors | Michael Goulet | -10/+12 |
| 2023-12-05 | Auto merge of #118457 - eholk:genfn, r=compiler-errors | bors | -25/+55 |
| 2023-12-05 | Rollup merge of #117922 - estebank:unclosed-generics, r=b-naber | Matthias Krüger | -10/+35 |
| 2023-12-04 | Address code review feedback | Eric Holk | -2/+2 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -27/+27 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -25/+47 |
| 2023-12-04 | Make async gen fn an error | Eric Holk | -0/+6 |
| 2023-12-04 | gate gen fn behind gen_blocks | Eric Holk | -0/+4 |
| 2023-12-04 | Lower return types for gen fn to impl Iterator | Eric Holk | -4/+0 |
| 2023-12-04 | Add genness to FnHeader | Eric Holk | -2/+4 |
| 2023-12-04 | Fix parser ICE when recovering `dyn`/`impl` after `for<...>` | sjwang05 | -10/+12 |
| 2023-12-03 | Detect attempts to expand a macro to a match arm again | Nadrieril | -27/+18 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -109/+137 |
| 2023-12-03 | Auto merge of #118542 - chenyukang:yukang-fix-parser-ice-118531, r=cjgillot | bors | -12/+4 |
| 2023-12-02 | Fix parser ICE from attrs | yukang | -12/+4 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -40/+33 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -2/+2 |
| 2023-12-01 | Tweak unclosed generics errors | Esteban Küber | -10/+35 |
| 2023-11-29 | Avoid unnecessary pattern parse errors on `ref box` | Esteban Küber | -3/+3 |