| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | Add the vis.visit_capture_by() in noop_visit_expr | Dinu Blanovschi | -1/+2 |
| 2023-11-04 | add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rs | Dinu Blanovschi | -0/+13 |
| 2023-11-04 | fixes for rustfmt + ast visitor | Dinu Blanovschi | -1/+5 |
| 2023-11-04 | feat(hir): Store the `Span` of the `move` keyword | Dinu Blanovschi | -1/+4 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -3/+3 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -11/+38 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -11/+31 |
| 2023-10-26 | Rollup merge of #117114 - nnethercote:improve-stringify-test, r=petrochenkov | Matthias Krüger | -0/+7 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+7 |
| 2023-10-24 | Augment `stringify.rs` test. | Nicholas Nethercote | -0/+7 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -1/+0 |
| 2023-10-19 | Uplift movability and mutability, the simple way | Michael Goulet | -63/+6 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -11/+15 |
| 2023-10-14 | Rollup merge of #116696 - c410-f3r:in-doc, r=petrochenkov | Matthias Krüger | -0/+27 |
| 2023-10-13 | Misc improvements | Caio | -0/+27 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -11/+15 |
| 2023-10-12 | Use `TokenStream::token_alone` in one place. | Nicholas Nethercote | -4/+4 |
| 2023-10-12 | Rename `Token::is_op` as `Token::is_punct`. | Nicholas Nethercote | -1/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -1/+1 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -1/+1 |
| 2023-10-01 | Factor out the two `entry_point_type` functions. | Nicholas Nethercote | -0/+27 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -0/+16 |
| 2023-09-12 | `#[diagnostic::on_unimplemented]` without filters | Georg Semmler | -0/+16 |
| 2023-09-11 | Move let expression checking to parsing | Matthew Jasper | -5/+5 |
| 2023-09-04 | improve `AttrTokenStream` | mojave2 | -11/+7 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+12 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+12 |
| 2023-08-19 | Fix a stack overflow with long else if chains | John Kåre Alsaker | -1/+2 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -0/+10 |
| 2023-08-06 | Generate better function argument names in global_allocator expansion | David Tolnay | -5/+17 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -0/+10 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -6/+10 |
| 2023-08-03 | Auto merge of #114353 - nnethercote:parser-ast-cleanups, r=petrochenkov | bors | -39/+9 |
| 2023-08-03 | Remove `MacDelimiter`. | Nicholas Nethercote | -37/+9 |
| 2023-08-02 | Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obk | Nilstrieb | -6/+0 |
| 2023-08-02 | get auto traits for parallel rustc | SparrowLii | -6/+0 |
| 2023-08-02 | Fix an erroneous comment. | Nicholas Nethercote | -2/+0 |
| 2023-07-31 | Remove `TokenTreeCursor::replace_prev_and_rewind`. | Nicholas Nethercote | -9/+0 |
| 2023-07-31 | Move doc comment desugaring out of `TokenCursor`. | Nicholas Nethercote | -3/+89 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -4/+12 |
| 2023-07-28 | Auto merge of #114119 - nnethercote:opt-TokenKind-clone, r=petrochenkov | bors | -1/+16 |
| 2023-07-28 | Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov | bors | -37/+33 |
| 2023-07-27 | Optimize `TokenKind::clone`. | Nicholas Nethercote | -1/+16 |
| 2023-07-27 | Remove `Iterator` impl for `TokenTreeCursor`. | Nicholas Nethercote | -13/+8 |
| 2023-07-27 | Make `TokenTree::uninterpolate` take `&self` and return a `Cow`. | Nicholas Nethercote | -12/+14 |
| 2023-07-27 | Use `TokenStream::trees` instead of `into_trees` for attributes. | Nicholas Nethercote | -14/+13 |
| 2023-07-23 | more clippy::style fixes: | Matthias Krüger | -1/+1 |
| 2023-07-22 | Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi... | Matthias Krüger | -1/+6 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -1/+1 |