| Age | Commit message (Expand) | Author | Lines |
| 2024-05-10 | s/MetaVarExpr::Length/MetaVarExpr::Len/ | Jubilee Young | -8/+8 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -1/+4 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-05-06 | Move some tests from `rustc_expand` to `rustc_parse`. | Nicholas Nethercote | -1639/+0 |
| 2024-05-03 | Refactor `Frame`. | Nicholas Nethercote | -48/+50 |
| 2024-05-03 | Type annotate `repeats`. | Nicholas Nethercote | -1/+1 |
| 2024-05-03 | Introduce `Invocation::span_mut`. | Nicholas Nethercote | -5/+9 |
| 2024-05-03 | Replace a hard-to-read line. | Nicholas Nethercote | -1/+2 |
| 2024-05-03 | Tweak `fully_expand_fragment` loop. | Nicholas Nethercote | -11/+9 |
| 2024-05-03 | Remove unnecessary `pub`s. | Nicholas Nethercote | -11/+12 |
| 2024-05-03 | Fix some comment formatting. | Nicholas Nethercote | -12/+16 |
| 2024-05-03 | Inline and remove three `DummyResult` methods. | Nicholas Nethercote | -32/+22 |
| 2024-05-03 | Remove unnecessary re-export of `MacroKind`. | Nicholas Nethercote | -3/+1 |
| 2024-05-03 | De-`pub` some `rustc_expand` modules. | Nicholas Nethercote | -7/+5 |
| 2024-05-03 | Remove unused `ExpCtxt` methods. | Nicholas Nethercote | -27/+0 |
| 2024-05-03 | Remove an unnecessary `#[macro_use]`. | Nicholas Nethercote | -1/+0 |
| 2024-05-03 | Remove an unnecessary re-export of `rustc_span::hygiene`. | Nicholas Nethercote | -2/+1 |
| 2024-05-03 | rustc_expand: clean up attributes. | Nicholas Nethercote | -5/+5 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -3/+3 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -4/+4 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -6/+6 |
| 2024-04-26 | Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead | Jacob Pratt | -215/+12 |
| 2024-04-26 | Move some functions from `rustc_expand` to `rustc_builtin_macros`. | Nicholas Nethercote | -211/+3 |
| 2024-04-26 | Introduce `DeriveResolution`. | Nicholas Nethercote | -4/+9 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -6/+6 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -40/+35 |
| 2024-04-22 | rustc_expand: make diagnostic translatable | Xiretza | -4/+8 |
| 2024-04-22 | expand: fix minor diagnostics bug | Xiretza | -1/+5 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -1/+1 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -1/+1 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -3/+3 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -1/+1 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -2/+2 |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -1/+1 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-04-02 | Rollup merge of #123182 - jhpratt:fix-decodable-derive, r=davidtwco | Jacob Pratt | -8/+32 |
| 2024-04-02 | Avoid expanding to unstable internal method | Jacob Pratt | -8/+32 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -2/+2 |
| 2024-03-27 | Suggest correct path in include_bytes! | Kornel | -1/+16 |
| 2024-03-27 | Helper function for resolve_path | Kornel | -14/+11 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-03-21 | Rollup merge of #122752 - nnethercote:Interpolated-cleanups, r=petrochenkov | Matthias Krüger | -31/+25 |
| 2024-03-21 | Rollup merge of #122773 - tshepang:make-expand-translatable, r=fee1-dead | Matthias Krüger | -3/+16 |
| 2024-03-21 | Streamline `NamedMatch`. | Nicholas Nethercote | -25/+20 |
| 2024-03-21 | Factor out `tt` pushes. | Nicholas Nethercote | -6/+5 |
| 2024-03-20 | make "expected paren or brace" error translatable | Tshepang Mbambo | -3/+16 |
| 2024-03-20 | Rollup merge of #122540 - WaffleLapkin:ununexpected, r=estebank | Matthias Krüger | -1/+2 |
| 2024-03-19 | Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obk | bors | -2/+1 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |