| Age | Commit message (Expand) | Author | Lines |
| 2024-05-23 | Rollup merge of #125316 - nnethercote:tweak-Spacing, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -2/+2 |
| 2024-05-23 | Convert some `token_joint_hidden` calls to `token_joint`. | Nicholas Nethercote | -2/+2 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -6/+6 |
| 2024-05-21 | Convert uses of BuiltinLintDiag::Normal to custom variants | Xiretza | -11/+14 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -5/+3 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -6/+6 |
| 2024-05-18 | Fix println! ICE when parsing percent prefix number | wuaoxiang | -9/+15 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -6/+6 |
| 2024-05-15 | Fix new for_loops_over_fallibles hits in compiler. | Zachary S | -2/+2 |
| 2024-05-09 | Rollup merge of #124919 - nnethercote:Recovered-Yes-ErrorGuaranteed, r=compil... | Matthias Krüger | -3/+2 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -3/+2 |
| 2024-05-09 | Auto merge of #124157 - wutchzone:partial_eq, r=estebank | bors | -7/+6 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -4/+7 |
| 2024-05-04 | Various improvements to entrypoint code | Nilstrieb | -1/+1 |
| 2024-05-03 | Use `parse` renaming of `rustc_parse_format`. | Nicholas Nethercote | -2/+2 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -4/+2 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -3/+3 |
| 2024-04-26 | Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead | Jacob Pratt | -116/+324 |
| 2024-04-26 | Adjust some `pub`s. | Nicholas Nethercote | -81/+81 |
| 2024-04-26 | Move some functions from `rustc_expand` to `rustc_builtin_macros`. | Nicholas Nethercote | -26/+225 |
| 2024-04-26 | Introduce `DeriveResolution`. | Nicholas Nethercote | -6/+13 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -3/+3 |
| 2024-04-25 | Name the field in `Expander`. | Nicholas Nethercote | -4/+6 |
| 2024-04-23 | Do not add leading asterisk in the `PartialEq` | Daniel Sedlak | -3/+2 |
| 2024-04-23 | Fix typos | Daniel Sedlak | -4/+4 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -1/+1 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -6/+2 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -2/+1 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -4/+7 |
| 2024-04-14 | builtin-derive: tag → discriminant | Ralf Jung | -60/+60 |
| 2024-04-12 | Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelix | Matthias Krüger | -4/+6 |
| 2024-04-11 | remove some things that do not need to be | Matthias Krüger | -6/+4 |
| 2024-04-08 | Add pattern types to parser | Oli Scherer | -0/+31 |
| 2024-04-01 | Fix error message for `env!` when env var is not valid Unicode | beetrees | -21/+38 |
| 2024-03-29 | rustdoc: point at span in `include_str!`-ed md file | Michael Howell | -4/+6 |
| 2024-03-28 | change BuiltinDeriveFn type to get ExtCtxt by immutable ref and fix signatures | klensy | -13/+13 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -20/+20 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -23/+19 |
| 2024-03-28 | compiler: fix few needless_pass_by_ref_mut clippy lints | klensy | -15/+15 |
| 2024-03-27 | Suggest correct path in include_bytes! | Kornel | -31/+126 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -7/+7 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -4/+3 |
| 2024-03-20 | Make type_ascribe! not a built-in | Michael Goulet | -37/+0 |
| 2024-03-15 | Make `unexpected` always "return" `PResult<()>` & add `unexpected_any` | Maybe Waffle | -2/+2 |
| 2024-03-13 | delay expand macro bang when there has indeterminate path | bohan | -196/+259 |
| 2024-03-12 | Remove unused fields in some structures | Arthur Carcano | -7/+7 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -4/+4 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -5/+5 |
| 2024-03-08 | Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov | Matthias Krüger | -42/+42 |