| Age | Commit message (Expand) | Author | Lines |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -1/+1 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-15 | make error emitted on `impl &Trait` nicer | Ezra Shaw | -1/+2 |
| 2023-01-12 | parse const closures | Deadbeef | -0/+4 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -20/+19 |
| 2023-01-04 | Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebank | Matthias Krüger | -2/+2 |
| 2023-01-02 | Rollup merge of #106383 - Manishearth:ast-docs, r=compiler-errors | Michael Goulet | -0/+15 |
| 2023-01-02 | Document rustc_ast::FnHeader fields | Manish Goregaokar | -0/+4 |
| 2023-01-02 | Document rustc_ast::Extern variants | Manish Goregaokar | -0/+11 |
| 2023-01-02 | Print correct base for too-large literals | clubby789 | -2/+2 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -10/+10 |
| 2022-12-25 | Auto merge of #105701 - RedDocMD:bug-105634, r=cjgillot | bors | -0/+4 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -4/+2 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -2/+2 |
| 2022-12-18 | Make `#[custom_encodable]` an attribute for `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-16 | Little fixes | Deep Majumder | -1/+1 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -7/+1 |
| 2022-12-14 | Allow .. to be parsed as let initializer | Deep Majumder | -0/+4 |
| 2022-12-13 | Rollup merge of #105620 - TaKO8Ki:remove-unnecessary-uses-of-clone, r=compile... | Matthias Krüger | -1/+1 |
| 2022-12-13 | remove unnecessary uses of `clone` | Takayuki Maeda | -1/+1 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -73/+111 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -3/+1 |
| 2022-12-05 | Remove `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -39/+44 |
| 2022-12-05 | Remove three uses of `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -2/+3 |
| 2022-12-05 | Remove `ExtCtxt::expr_lit`. | Nicholas Nethercote | -11/+23 |
| 2022-12-05 | Remove `mk_name_value_item{,_str}`. | Nicholas Nethercote | -15/+0 |
| 2022-12-04 | Rollup merge of #105142 - nbdd0121:inline_const, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -19/+18 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -1/+5 |
| 2022-12-02 | Reorder `StrLit` fields. | Nicholas Nethercote | -4/+5 |
| 2022-12-02 | Remove `token::Lit` from `ast::MetaItemLit`. | Nicholas Nethercote | -6/+33 |
| 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 |