| Age | Commit message (Expand) | Author | Lines |
| 2022-08-20 | Auto merge of #100564 - nnethercote:box-ast-MacCall, r=spastorino | bors | -11/+11 |
| 2022-08-17 | Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2022-08-17 | Box the `MacCall` in various types. | Nicholas Nethercote | -11/+11 |
| 2022-08-16 | Rollup merge of #100610 - nnethercote:ast-and-parser-tweaks, r=spastorino | Dylan DPC | -1/+5 |
| 2022-08-16 | Rename some things related to literals. | Nicholas Nethercote | -2/+2 |
| 2022-08-16 | Add some more AST node size assertions. | Nicholas Nethercote | -0/+5 |
| 2022-08-16 | Remove `{ast,hir}::WhereEqPredicate::id`. | Nicholas Nethercote | -1/+0 |
| 2022-08-16 | Shrink `ast::Attribute`. | Nicholas Nethercote | -2/+8 |
| 2022-08-11 | Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-08-11 | Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqd | Dylan DPC | -17/+20 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -6/+5 |
| 2022-08-09 | Stringify non-shorthand visibility correctly | Jacob Pratt | -1/+1 |
| 2022-08-10 | Add a couple more AST node size assertions. | Nicholas Nethercote | -0/+2 |
| 2022-08-10 | Avoid repeating qualifiers on `static_assert_size` calls. | Nicholas Nethercote | -17/+18 |
| 2022-08-04 | Move LifetimeCollectVisitor to rustc_ast_lowering | Santiago Pastorino | -59/+0 |
| 2022-08-04 | Explicitly gather lifetimes and definitions in RPIT | Santiago Pastorino | -1/+60 |
| 2022-08-01 | Improve size assertions. | Nicholas Nethercote | -13/+24 |
| 2022-07-12 | Add back expr size checks | Maybe Waffle | -2/+2 |
| 2022-07-12 | Comment out expr size check | Maybe Waffle | -2/+2 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -1/+26 |
| 2022-07-08 | Auto merge of #98758 - nnethercote:more-derive-output-improvements, r=Mark-Si... | bors | -0/+8 |
| 2022-07-04 | Don't repeat `AssertParamIs{Clone,Eq}` assertions. | Nicholas Nethercote | -0/+8 |
| 2022-07-02 | ast: Add span to `Extern` | Nixon Enraght-Moony | -4/+7 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -3/+3 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -3/+3 |
| 2022-06-08 | Rollup merge of #97856 - compiler-errors:bad-let-suggestions, r=estebank | Michael Goulet | -0/+16 |
| 2022-06-07 | Don't suggest adding let in certain if conditions | Michael Goulet | -0/+16 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -3/+3 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -3/+1 |
| 2022-06-03 | Remove emit_unit | bjorn3 | -2/+2 |
| 2022-06-03 | Remove support for -Zast-json and -Zast-json-noexpand | bjorn3 | -3/+0 |
| 2022-05-23 | Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillot | Dylan DPC | -10/+0 |
| 2022-05-22 | rustc_ast: Support MacArgs::inner_tokens for arbitrary expressions | Vadim Petrochenkov | -16/+3 |
| 2022-05-22 | rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast` | Vadim Petrochenkov | -2/+1 |
| 2022-05-21 | Merge crate and restricted visibilities | Jacob Pratt | -1/+0 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -10/+1 |
| 2022-05-20 | Introduce BareFnTy::decl_span and fix generics span. | Camille GILLOT | -0/+2 |
| 2022-05-11 | ast: Introduce some traits to get AST node properties generically | Vadim Petrochenkov | -17/+0 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -1/+1 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -6/+58 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -6/+58 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -1/+1 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+5 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -0/+1 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -11/+11 |
| 2022-04-27 | Avoid producing `NoDelim` values in `MacArgs::delim()`. | Nicholas Nethercote | -3/+3 |
| 2022-04-17 | Auto merge of #96016 - Aaron1011:hash-name-cleanup, r=cjgillot | bors | -2/+2 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -1/+15 |
| 2022-04-13 | Remove last vestiges of skippng ident span hashing | Aaron Hill | -2/+2 |
| 2022-04-10 | better error for binder on associated type bound | Michael Goulet | -1/+1 |