| Age | Commit message (Expand) | Author | Lines |
| 2023-02-21 | Use `ThinVec` in `ast::WhereClause`. | Nicholas Nethercote | -1/+1 |
| 2023-02-21 | Use `ThinVec` in `ast::Generics` and related types. | Nicholas Nethercote | -4/+3 |
| 2023-02-07 | Expand const-if-const trait bounds correctly | Michael Goulet | -2/+12 |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -1/+1 |
| 2023-01-31 | Use `Edition` methods a bit more | Maybe Waffle | -1/+1 |
| 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 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-14 | Fix ast_pretty for format_args for {:x?} and {:X?}. | Mara Bos | -2/+2 |
| 2023-01-12 | Add FIXME comments about asm and format_args ast_pretty. | Mara Bos | -0/+2 |
| 2023-01-12 | parse const closures | Deadbeef | -0/+2 |
| 2023-01-12 | Expand format_args!() in rust_ast_lowering. | Mara Bos | -0/+102 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -10/+10 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -2/+4 |
| 2022-12-06 | Remove outdated syntax from trait alias pretty printing | Maybe Waffle | -13/+2 |
| 2022-12-05 | Remove three uses of `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -2/+3 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -15/+15 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -0/+1 |
| 2022-12-02 | Remove `token::Lit` from `ast::MetaItemLit`. | Nicholas Nethercote | -1/+1 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -1/+2 |
| 2022-12-02 | Rename `LitKind::to_token_lit` as `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -1/+1 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -15/+15 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -1/+1 |
| 2022-12-01 | Auto merge of #104861 - nnethercote:attr-cleanups, r=petrochenkov | bors | -8/+11 |
| 2022-11-29 | add `FIXME:` where it belongs
| Waffle Maybe | -1/+1 |
| 2022-11-29 | `rustc_ast_pretty`: remove `ref` patterns | Maybe Waffle | -216/+214 |
| 2022-11-29 | Avoid more `MetaItem`-to-`Attribute` conversions. | Nicholas Nethercote | -8/+11 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -0/+1 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -1/+1 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -6/+6 |
| 2022-11-28 | Remove `Lit::from_included_bytes`. | Nicholas Nethercote | -2/+2 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -6/+6 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -23/+17 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -8/+13 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -6/+10 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -0/+4 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -1/+1 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -2/+4 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -16/+10 |
| 2022-09-03 | Fix global_asm macro pretty printing | Michael Goulet | -0/+2 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -16/+10 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-17 | Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-08-16 | Rename some things related to literals. | Nicholas Nethercote | -1/+1 |
| 2022-08-16 | Shrink `ast::Attribute`. | Nicholas Nethercote | -2/+2 |
| 2022-08-11 | Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -5/+9 |
| 2022-08-09 | Stringify non-shorthand visibility correctly | Jacob Pratt | -2/+2 |