| Age | Commit message (Expand) | Author | Lines |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -12/+27 |
| 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 | -4/+8 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -12/+27 |
| 2023-12-17 | Rollup merge of #118880 - GearsDatapacks:issue-118859-fix, r=compiler-errors | Matthias Krüger | -3/+32 |
| 2023-12-16 | Auto merge of #118897 - nnethercote:more-unescaping-cleanups, r=fee1-dead | bors | -44/+30 |
| 2023-12-15 | Fix enforcement of generics for associated items | Michael Goulet | -0/+22 |
| 2023-12-14 | Change expr_trailing_brace to an exhaustive match to force new expression kin... | GearsDatapacks | -3/+32 |
| 2023-12-13 | Unify single-char and multi-char `CStrUnit::Char` handling. | Nicholas Nethercote | -1/+0 |
| 2023-12-13 | Don't rebuild raw strings when unescaping. | Nicholas Nethercote | -43/+30 |
| 2023-12-12 | Don't gate the feature twice | Nadrieril | -0/+13 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -25/+40 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -18/+64 |
| 2023-12-10 | remove redundant imports | surechen | -3/+3 |
| 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 | -18/+31 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -4/+10 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -14/+19 |
| 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 | -4/+22 |
| 2023-12-04 | Address code review feedback | Eric Holk | -2/+3 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -20/+10 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -50/+42 |
| 2023-12-04 | Add genness to FnHeader | Eric Holk | -3/+22 |
| 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 | -4/+22 |
| 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 | -2/+6 |
| 2023-11-29 | Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillot | Matthias Krüger | -8/+19 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -2/+6 |
| 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-27 | Detect Python-like slicing and suggest how to fix | Hirochika Matsumoto | -0/+5 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -4/+3 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+2 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -1/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -1/+1 |
| 2023-11-21 | Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir | Michael Goulet | -3/+1 |
| 2023-11-17 | Auto merge of #114292 - estebank:issue-71039, r=b-naber | bors | -22/+42 |
| 2023-11-17 | Rollup merge of #117892 - estebank:fat-arrow-typo, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -22/+42 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-14 | Detect more `=>` typos | Esteban Küber | -1/+2 |
| 2023-11-13 | Fix comment | Sleep_AllDay | -2/+2 |
| 2023-11-04 | Add the vis.visit_capture_by() in noop_visit_expr | Dinu Blanovschi | -1/+2 |
| 2023-11-04 | add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rs | Dinu Blanovschi | -0/+13 |
| 2023-11-04 | fixes for rustfmt + ast visitor | Dinu Blanovschi | -1/+5 |