| Age | Commit message (Expand) | Author | Lines |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -0/+31 |
| 2023-12-27 | Auto merge of #119105 - dtolnay:paren, r=WaffleLapkin | bors | -41/+283 |
| 2023-12-22 | Rollup merge of #119169 - fmease:pretty-yeet-syntactic-cruft, r=compiler-errors | Matthias Krüger | -15/+2 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -3/+7 |
| 2023-12-22 | Rid the AST & HIR pretty printers of syntactic cruft | León Orell Valerian Liehr | -15/+2 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -3/+5 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -3/+5 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -1/+1 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -3/+7 |
| 2023-12-18 | Fix parenthesization of subexprs containing statement boundary | David Tolnay | -41/+283 |
| 2023-12-08 | Do not parenthesize exterior struct lit inside match guards | David Tolnay | -53/+102 |
| 2023-12-08 | Inline cond_needs_par into print_let | David Tolnay | -1/+1 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -2/+2 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -2/+2 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -16/+21 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -1/+1 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -2/+2 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -16/+21 |
| 2023-11-28 | Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`. | Nicholas Nethercote | -3/+3 |
| 2023-11-22 | Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-dead | bors | -55/+17 |
| 2023-11-22 | Remove or downgrade unnecessary `pub` visibility markers. | Nicholas Nethercote | -6/+6 |
| 2023-11-22 | Remove `IterDelimited`. | Nicholas Nethercote | -49/+11 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -1/+1 |
| 2023-11-04 | Fix remaining uses of `CaptureBy::Value` | Dinu Blanovschi | -1/+1 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -2/+2 |
| 2023-10-16 | Preserve unicode escapes in format string literals when pretty-printing AST | Paul Gey | -2/+2 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -1/+1 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -1/+5 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -1/+1 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -9/+26 |
| 2023-07-23 | more clippy::style fixes: | Matthias Krüger | -4/+4 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+5 |
| 2023-06-15 | Fix suggestion for E0404 not dealing with multiple generics | 许杰友 Jieyou Xu (Joe) | -13/+15 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -2/+1 |
| 2023-05-01 | Rip it out | Nilstrieb | -3/+9 |
| 2023-05-01 | Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-04-30 | Close parentheses for `offset_of` in AST pretty printing | Nilstrieb | -1/+1 |
| 2023-04-27 | Tweak await span | Michael Goulet | -1/+1 |
| 2023-04-21 | minor tweaks | DrMeepster | -7/+6 |
| 2023-04-21 | offset_of | DrMeepster | -0/+21 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -2/+2 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -3/+3 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -4/+11 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -1/+1 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -1/+2 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -1/+1 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -4/+0 |
| 2023-03-02 | Force parentheses around `match` expression in binary expression | bwmf2 | -0/+4 |
| 2023-01-27 | Replace format flags u32 by enums and bools. | Mara Bos | -14/+14 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -0/+104 |