| Age | Commit message (Expand) | Author | Lines |
| 2024-01-26 | Rollup merge of #120329 - nnethercote:3349-precursors, r=fee1-dead | Matthias Krüger | -69/+27 |
| 2024-01-26 | Auto merge of #119968 - clubby789:unused-feature, r=compiler-errors | bors | -2/+0 |
| 2024-01-25 | Rollup merge of #120316 - GuillaumeGomez:fix-ast-visitor, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2024-01-25 | Remove unused features | clubby789 | -2/+0 |
| 2024-01-25 | Rename the unescaping functions. | Nicholas Nethercote | -5/+4 |
| 2024-01-25 | Rework `CStrUnit`. | Nicholas Nethercote | -3/+3 |
| 2024-01-25 | Avoid useless checking in `from_token_lit`. | Nicholas Nethercote | -62/+21 |
| 2024-01-24 | Don't call `walk_` functions directly if there is an equivalent `visit_` method. | Guillaume Gomez | -5/+5 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -8/+5 |
| 2024-01-20 | Auto merge of #116672 - maurer:128-align, r=nikic | bors | -2/+6 |
| 2024-01-19 | LLVM 18 x86 data layout update | Matthew Maurer | -2/+6 |
| 2024-01-19 | Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31 | Matthias Krüger | -3/+7 |
| 2024-01-18 | Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin | Matthias Krüger | -3/+7 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -10/+2 |
| 2024-01-17 | Deny braced macro invocations in let-else | Michael Goulet | -3/+7 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -3/+7 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -2/+57 |
| 2024-01-12 | Detect `NulInCStr` error earlier. | Nicholas Nethercote | -10/+2 |
| 2024-01-06 | Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser | bors | -21/+5 |
| 2024-01-04 | macro_rules: Less hacky heuristic for using `tt` metavariable spans | Vadim Petrochenkov | -22/+1 |
| 2023-12-31 | Avoid specialization for AttrId deserialization | bjorn3 | -17/+1 |
| 2023-12-31 | Avoid specialization for the Span Encodable and Decodable impls | bjorn3 | -4/+4 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -2/+9 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -18/+3 |
| 2023-12-23 | Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=compiler-... | Matthias Krüger | -2/+10 |
| 2023-12-23 | bool->enum for ast::PatKind::Struct presence of `..` | Alona Enraght-Moony | -2/+10 |
| 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 |