| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -25/+17 |
| 2023-12-03 | Disallow arm bodies on never patterns | Nadrieril | -8/+22 |
| 2023-12-03 | Disallow guards on never patterns | Nadrieril | -2/+13 |
| 2023-12-03 | Disallow an arm without a body (except for never patterns) | Nadrieril | -3/+19 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -7/+22 |
| 2023-12-02 | Avoid per-register closure expansions | Mark Rousskov | -58/+63 |
| 2023-12-02 | Auto merge of #117912 - GeorgeWort:master, r=petrochenkov | bors | -6/+15 |
| 2023-12-02 | Inline and remove `LoweringContext::handler()`. | Nicholas Nethercote | -6/+2 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -14/+15 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-11-29 | Auto merge of #118433 - matthiaskrgr:rollup-fi9lrwg, r=matthiaskrgr | bors | -43/+22 |
| 2023-11-29 | Rollup merge of #118401 - nnethercote:rustc_ast_lowering, r=compiler-errors | Matthias Krüger | -83/+95 |
| 2023-11-29 | Rollup merge of #118419 - compiler-errors:await-span2, r=cjgillot | Matthias Krüger | -19/+20 |
| 2023-11-29 | Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillot | Matthias Krüger | -24/+2 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+1 |
| 2023-11-28 | Fix spans for bad await in inline const | Michael Goulet | -17/+18 |
| 2023-11-28 | Eagerly return ExprKind::Err on yield/await in wrong coroutine context | Michael Goulet | -3/+3 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -14/+34 |
| 2023-11-28 | Name explicit registers in conflict register errors for inline assembly | George Wort | -6/+15 |
| 2023-11-28 | Remove unnecessary `Option` from `LoweringContext::allow_{try_trait,gen_futur... | Nicholas Nethercote | -16/+19 |
| 2023-11-28 | Add `LoweringContext::new`. | Nicholas Nethercote | -37/+41 |
| 2023-11-28 | Create `LoweringContext::lower_assoc_item`. | Nicholas Nethercote | -31/+37 |
| 2023-11-28 | Reduce exposure of some things. | Nicholas Nethercote | -3/+3 |
| 2023-11-28 | Remove unused feature. | Nicholas Nethercote | -1/+0 |