| Age | Commit message (Expand) | Author | Lines |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -8/+15 |
| 2022-12-02 | Rename `LitKind::to_token_lit` as `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -4/+4 |
| 2022-12-01 | Make inline const block `ExprWithBlock` | Gary Guo | -0/+1 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -19/+18 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -12/+5 |
| 2022-11-29 | Avoid more `MetaItem`-to-`Attribute` conversions. | Nicholas Nethercote | -124/+52 |
| 2022-11-29 | Inline and remove `MetaItemLit::from_lit_kind`. | Nicholas Nethercote | -9/+2 |
| 2022-11-29 | Reorder some types. | Nicholas Nethercote | -27/+27 |
| 2022-11-29 | Improve comments about attributes and meta items. | Nicholas Nethercote | -10/+14 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -1/+5 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -8/+8 |
| 2022-11-28 | Adjust comments on `StrLit`. | Nicholas Nethercote | -2/+1 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -31/+32 |
| 2022-11-28 | Remove `Lit::from_included_bytes`. | Nicholas Nethercote | -8/+0 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -31/+33 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -2/+30 |
| 2022-11-23 | Add `Mutability::mutably_str` | Maybe Waffle | -0/+8 |
| 2022-11-23 | Don't accept `Mutability` by ref | Maybe Waffle | -2/+2 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -0/+10 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -3/+4 |
| 2022-11-23 | Add `Mutability::ref_prefix_str`, order `Mutability`, simplify code | Maybe Waffle | -1/+11 |
| 2022-11-23 | Fix an ICE parsing a malformed attribute. | Nicholas Nethercote | -3/+6 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -90/+107 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -1/+1 |
| 2022-11-21 | Remove `ref` patterns from `rustc_ast` | Maybe Waffle | -224/+214 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -16/+15 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -43/+82 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -48/+65 |
| 2022-11-15 | Rollup merge of #104391 - nnethercote:deriving-cleanups, r=jackh726 | Matthias Krüger | -9/+7 |
| 2022-11-14 | Remove TraitDef::generics. | Nicholas Nethercote | -9/+7 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+1 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -3/+17 |
| 2022-11-11 | Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank | bors | -0/+17 |
| 2022-11-09 | Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad | Dylan DPC | -18/+11 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -1/+1 |
| 2022-11-05 | Remove `unescape_byte_literal`. | Nicholas Nethercote | -18/+11 |
| 2022-11-02 | rustdoc: use ThinVec for cleaned generics | Michael Howell | -1/+1 |
| 2022-10-26 | remove unused parser fn | Michael Goulet | -18/+0 |
| 2022-10-23 | Workaround unstable stmt_expr_attributes for method receiver expressions. | Camille GILLOT | -1/+18 |
| 2022-10-18 | Fix `TyKind::is_simple_path`. | Nicholas Nethercote | -2/+5 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -4/+7 |
| 2022-10-12 | Auto merge of #102692 - nnethercote:TokenStreamBuilder, r=Aaron1011 | bors | -72/+45 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -6/+6 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -6/+6 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -1/+1 |
| 2022-10-09 | allow or avoid for loops over option in compiler and tests | Maybe Waffle | -8/+6 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+0 |
| 2022-10-05 | Remove `TokenStreamBuilder`. | Nicholas Nethercote | -72/+45 |
| 2022-10-03 | Rewrite `Token::is_op`. | Nicholas Nethercote | -11/+8 |