| Age | Commit message (Expand) | Author | Lines |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -2/+1 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-18 | Make `#[custom_encodable]` an attribute for `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -7/+1 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -10/+14 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -1/+3 |
| 2022-12-02 | Reorder `StrLit` fields. | Nicholas Nethercote | -4/+5 |
| 2022-12-02 | Remove `token::Lit` from `ast::MetaItemLit`. | Nicholas Nethercote | -3/+5 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -3/+4 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -2/+2 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -6/+3 |
| 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/+3 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -1/+1 |
| 2022-11-28 | Adjust comments on `StrLit`. | Nicholas Nethercote | -2/+1 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -10/+11 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -3/+3 |
| 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 | -1/+1 |
| 2022-11-23 | Add `Mutability::ref_prefix_str`, order `Mutability`, simplify code | Maybe Waffle | -1/+11 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -46/+57 |
| 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 | -22/+22 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -12/+12 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -27/+42 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -13/+11 |
| 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-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -1/+7 |
| 2022-10-26 | remove unused parser fn | Michael Goulet | -18/+0 |
| 2022-10-18 | Fix `TyKind::is_simple_path`. | Nicholas Nethercote | -2/+5 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -2/+3 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -4/+4 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-16 | more simple formatting | Rageking8 | -8/+8 |
| 2022-09-14 | Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot | bors | -2/+2 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+1 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -2/+2 |
| 2022-09-13 | Rollup merge of #101602 - nnethercote:AttrTokenStream, r=petrochenkov | Dylan DPC | -14/+14 |
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -0/+1 |
| 2022-09-09 | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | -33/+3 |
| 2022-09-09 | review | lcnr | -1/+1 |
| 2022-09-09 | Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`. | Nicholas Nethercote | -14/+14 |