| Age | Commit message (Expand) | Author | Lines |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -3/+10 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -36/+51 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -36/+51 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -3/+7 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -3/+10 |
| 2023-12-15 | Fix enforcement of generics for associated items | Michael Goulet | -0/+22 |
| 2023-12-12 | Don't gate the feature twice | Nadrieril | -0/+13 |
| 2023-12-08 | Introduce closure_id method on CoroutineKind | Michael Goulet | -0/+8 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -8/+20 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -3/+8 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -5/+10 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -0/+2 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -2/+20 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -17/+8 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -24/+30 |
| 2023-12-04 | Add genness to FnHeader | Eric Holk | -2/+6 |
| 2023-12-03 | Disallow an arm without a body (except for never patterns) | Nadrieril | -2/+2 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -2/+20 |
| 2023-12-02 | Auto merge of #117912 - GeorgeWort:master, r=petrochenkov | bors | -0/+12 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+4 |
| 2023-11-28 | Name explicit registers in conflict register errors for inline assembly | George Wort | -0/+12 |
| 2023-11-28 | Remove `hir::BinOp`, `hir::BinOpKind`, and `hir::UnOp`. | Nicholas Nethercote | -3/+13 |
| 2023-11-28 | Rename `BinOpKind::lazy` as `BinOpKind::is_lazy`. | Nicholas Nethercote | -1/+2 |
| 2023-11-28 | Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`. | Nicholas Nethercote | -4/+4 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -4/+3 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -1/+0 |
| 2023-11-04 | feat(hir): Store the `Span` of the `move` keyword | Dinu Blanovschi | -1/+4 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -6/+32 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -6/+26 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+6 |
| 2023-10-24 | Augment `stringify.rs` test. | Nicholas Nethercote | -0/+7 |
| 2023-10-19 | Uplift movability and mutability, the simple way | Michael Goulet | -62/+1 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -2/+2 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+4 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -0/+10 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -0/+10 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -1/+2 |
| 2023-08-03 | Remove `MacDelimiter`. | Nicholas Nethercote | -29/+3 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -0/+2 |
| 2023-07-22 | Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi... | Matthias Krüger | -1/+6 |
| 2023-07-04 | Add effects during lowering for `~const` bounds | Deadbeef | -0/+9 |
| 2023-06-28 | Adjust inner span of implicit self ref argument | Michael Goulet | -1/+6 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+6 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+2 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -3/+10 |
| 2023-05-05 | misc nameres changes for anon consts | Boxy | -3/+10 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -0/+3 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+18 |