| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2024-03-18 | When displaying multispans, ignore empty lines adjacent to `...` | Esteban Küber | -2/+1 |
| 2024-03-15 | Use `do yeet ()` and `do yeet _` instead of `None?` and `Err(_)?` in compiler | Maybe Waffle | -1/+2 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -2/+2 |
| 2024-03-13 | delay expand macro bang when there has indeterminate path | bohan | -33/+89 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -2/+13 |
| 2024-03-06 | Add MatchKind member to the Match expr for pretty printing & fmt | Ross Smyth | -2/+2 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -2/+13 |
| 2024-03-06 | Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgr | bors | -2/+12 |
| 2024-03-05 | Rollup merge of #121829 - nnethercote:dummy-tweaks-2, r=petrochenkov | Matthias Krüger | -2/+12 |
| 2024-03-05 | Move visitor utils to `rustc_ast_ir` | Jason Newcomb | -2/+1 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -8/+8 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -6/+6 |
| 2024-03-05 | Decouple `DummyAstNode` and `DummyResult`. | Nicholas Nethercote | -2/+12 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -199/+187 |
| 2024-03-04 | Rename a misnamed `Session` parameter. | Nicholas Nethercote | -4/+4 |
| 2024-03-04 | Move `sess` function and use it more. | Nicholas Nethercote | -10/+8 |
| 2024-03-04 | Remove `file_path_mapping` param from `ParseSess::new`. | Nicholas Nethercote | -13/+5 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -0/+3 |
| 2024-03-01 | Detect more cases of `=` to `:` typo | Esteban Küber | -0/+3 |
| 2024-02-29 | Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -27/+13 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -185/+208 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -0/+3 |