| Age | Commit message (Expand) | Author | Lines |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -30/+97 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -27/+34 |
| 2023-12-20 | Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler... | Matthias Krüger | -4/+5 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -27/+34 |
| 2023-12-20 | resolve: Eagerly feed closure visibilities | Vadim Petrochenkov | -5/+1 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -4/+5 |
| 2023-12-19 | Desugar for await loops | Eric Holk | -28/+94 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -4/+5 |
| 2023-12-19 | Auto merge of #119093 - michaelwoerister:mcp533-18, r=petrochenkov | bors | -15/+14 |
| 2023-12-19 | Auto merge of #119061 - compiler-errors:async-gen-abi, r=wesleywiser | bors | -20/+32 |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -15/+14 |
| 2023-12-18 | Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgr | bors | -1/+4 |
| 2023-12-18 | Rollup merge of #118967 - RossSmyth:panic-messages, r=TaKO8Ki | Matthias Krüger | -1/+4 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -1/+1 |
| 2023-12-18 | Ensure `yield` expressions desugar correctly in async generators | Michael Goulet | -20/+32 |
| 2023-12-18 | resolve: Replace visibility table in resolver outputs with query feeding | Vadim Petrochenkov | -4/+6 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -3/+1 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -3/+1 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -6/+38 |
| 2023-12-15 | banish hir::GenericBound::LangItemTrait | Michael Goulet | -6/+37 |
| 2023-12-15 | Collect lang items from AST | Michael Goulet | -0/+1 |
| 2023-12-15 | Annotate some more bugs | Michael Goulet | -4/+9 |
| 2023-12-15 | Add better ICE messages for some undescriptive panics | Ross Smyth | -1/+4 |
| 2023-12-13 | Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2023-12-12 | Correctly gate the parsing of match arms without body | Nadrieril | -2/+5 |
| 2023-12-10 | Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Ki | bors | -2/+5 |
| 2023-12-10 | remove redundant imports | surechen | -4/+2 |
| 2023-12-09 | Rollup merge of #118766 - compiler-errors:lower-spans, r=spastorino | Guillaume Gomez | -5/+6 |
| 2023-12-09 | Lower some forgotten coroutine spans | Michael Goulet | -2/+2 |
| 2023-12-09 | Lower spans for opaque duplicated lifetimes, const infer vars | Michael Goulet | -3/+3 |
| 2023-12-09 | Lower constness span in host param | Michael Goulet | -0/+1 |
| 2023-12-08 | More nits | Michael Goulet | -1/+2 |
| 2023-12-08 | Introduce closure_id method on CoroutineKind | Michael Goulet | -4/+1 |
| 2023-12-08 | Support bare unit structs in destructuring assignments | Michael Goulet | -0/+2 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -52/+192 |
| 2023-12-08 | Add tests | Michael Goulet | -9/+16 |
| 2023-12-08 | Make some matches exhaustive to avoid bugs, fix tools | Michael Goulet | -0/+1 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -16/+26 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -17/+24 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -13/+128 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -10/+66 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -49/+18 |
| 2023-12-05 | Enable new capture rules by default on edition 2024 | Michael Goulet | -0/+1 |
| 2023-12-05 | Add lifetime_capture_rules_2024 | Michael Goulet | -2/+4 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -49/+18 |
| 2023-12-04 | Address code review feedback | Eric Holk | -10/+10 |
| 2023-12-04 | Fix some broken tests | Eric Holk | -1/+1 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -43/+23 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -124/+93 |
| 2023-12-04 | Lower return types for gen fn to impl Iterator | Eric Holk | -72/+158 |