| Age | Commit message (Expand) | Author | Lines |
| 2024-05-23 | Auto merge of #125436 - matthiaskrgr:rollup-uijo2ga, r=matthiaskrgr | bors | -70/+276 |
| 2024-05-23 | Rollup merge of #125417 - lqd:lld-retry, r=petrochenkov | Matthias Krüger | -0/+21 |
| 2024-05-23 | Rollup merge of #125316 - nnethercote:tweak-Spacing, r=petrochenkov | Matthias Krüger | -31/+75 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -12/+26 |
| 2024-05-23 | Rollup merge of #125054 - nnethercote:fix-124973, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-05-23 | Rollup merge of #123623 - surechen:fix_123261, r=estebank | Matthias Krüger | -26/+150 |
| 2024-05-23 | Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obk | bors | -257/+238 |
| 2024-05-23 | Handle `ReVar` in `note_and_explain_region`. | Nicholas Nethercote | -1/+4 |
| 2024-05-22 | Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmease | bors | -79/+112 |
| 2024-05-22 | Rollup merge of #125399 - scottmcm:less-hir-in-cg_ssa, r=compiler-errors | León Orell Valerian Liehr | -36/+37 |
| 2024-05-22 | Rollup merge of #125391 - nnethercote:serialize-rs-tweaks, r=compiler-errors | León Orell Valerian Liehr | -11/+14 |
| 2024-05-22 | Rollup merge of #125355 - michaelwoerister:rust_log_force_capture, r=nnethercote | León Orell Valerian Liehr | -1/+3 |
| 2024-05-22 | Rollup merge of #125306 - compiler-errors:closure-incongruency, r=oli-obk | León Orell Valerian Liehr | -31/+58 |
| 2024-05-23 | Add some comments. | Nicholas Nethercote | -11/+46 |
| 2024-05-23 | Use `JointHidden` in a couple of suitable places. | Nicholas Nethercote | -2/+2 |
| 2024-05-23 | Convert some `token_joint_hidden` calls to `token_joint`. | Nicholas Nethercote | -2/+2 |
| 2024-05-23 | Clarify a comment. | Nicholas Nethercote | -4/+4 |
| 2024-05-23 | Clarify `parse` a little. | Nicholas Nethercote | -3/+8 |
| 2024-05-23 | Clarify the meaning of the span within `mbe::TokenTree::MetaVar`. | Nicholas Nethercote | -9/+13 |
| 2024-05-22 | Auto merge of #125415 - fmease:rollup-n2bg7q5, r=fmease | bors | -47/+172 |
| 2024-05-22 | Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obk | León Orell Valerian Liehr | -20/+47 |
| 2024-05-22 | Rollup merge of #125049 - dtolnay:castbrace, r=compiler-errors | León Orell Valerian Liehr | -15/+108 |
| 2024-05-22 | Rollup merge of #125015 - fmease:pat-tys-proh-gen-args-on-ct-params, r=spasto... | León Orell Valerian Liehr | -12/+17 |
| 2024-05-22 | self-contained linker: retry without -fuse-ld=lld on older GCCs | Rémy Rakic | -0/+21 |
| 2024-05-22 | Auto merge of #124686 - saethlin:rust-file-footer, r=fmease | bors | -53/+121 |
| 2024-05-22 | Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcm | bors | -27/+45 |
| 2024-05-22 | For OutsideLoop we should not suggest add 'block label in if block, or we wii... | surechen | -26/+150 |
| 2024-05-22 | Auto merge of #124227 - compiler-errors:hack-check-method-res, r=estebank | bors | -6/+27 |
| 2024-05-22 | clarify comment | Ralf Jung | -1/+6 |
| 2024-05-22 | Stop using `to_hir_binop` in codegen | Scott McMurray | -36/+37 |
| 2024-05-22 | Auto merge of #125335 - compiler-errors:binder, r=lcnr | bors | -734/+774 |
| 2024-05-22 | Remove `#[macro_use]` extern crate tracing` from `rustc_span`. | Nicholas Nethercote | -3/+3 |
| 2024-05-22 | Add a useful comment. | Nicholas Nethercote | -0/+3 |
| 2024-05-22 | Fix up whitespace in `compiler/rustc_macros/src/serialize.rs`. | Nicholas Nethercote | -8/+8 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -77/+105 |
| 2024-05-21 | PR feedback | Ben Kimock | -19/+26 |
| 2024-05-21 | Add a footer in FileEncoder and check for it in MemDecoder | Ben Kimock | -53/+114 |
| 2024-05-21 | Auto merge of #124417 - Xiretza:translate-early-lints, r=fmease | bors | -841/+2048 |
| 2024-05-21 | Uplift OutlivesPredicate, remove a bunch of unnecessary associated types from... | Michael Goulet | -75/+79 |
| 2024-05-21 | Uplift binder | Michael Goulet | -667/+703 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -57/+57 |
| 2024-05-21 | Fix typo in deprecation lint message | Xiretza | -2/+2 |
| 2024-05-21 | Make early lints translatable | Xiretza | -531/+1157 |
| 2024-05-21 | Convert uses of BuiltinLintDiag::Normal to custom variants | Xiretza | -173/+295 |
| 2024-05-21 | Port DeprecatedMacro to diag structs | Xiretza | -96/+152 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -130/+212 |
| 2024-05-21 | Convert unexpected_cfg_{name,value} to struct diagnostics | Xiretza | -152/+436 |
| 2024-05-21 | Convert NAMED_ASM_LABELS lint to diag struct | Xiretza | -20/+14 |
| 2024-05-21 | Fix subdiagnostic-only enum variants not generating code | Xiretza | -2/+2 |
| 2024-05-21 | Add note_once/help_once to diagnostic derives | Xiretza | -4/+30 |