| Age | Commit message (Expand) | Author | Lines |
| 2024-05-23 | Rollup merge of #125336 - momvart:smir-77-intrinsic, r=celinval | León Orell Valerian Liehr | -16/+74 |
| 2024-05-23 | Rollup merge of #122382 - mu001999:dead_code/enhance, r=petrochenkov | León Orell Valerian Liehr | -16/+33 |
| 2024-05-23 | Add conversion from IntrinsicDef to FnDef | Mohammad Omidvar | -0/+6 |
| 2024-05-23 | Rollup merge of #125438 - tbu-:pr_rm_to_string_lossy, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2024-05-23 | Rollup merge of #125416 - compiler-errors:param-env-missing-copy, r=lcnr | Matthias Krüger | -5/+4 |
| 2024-05-23 | Rollup merge of #125409 - tbu-:pr_raw_dylib_only_windows, r=lcnr | Matthias Krüger | -6/+6 |
| 2024-05-23 | Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwco | Matthias Krüger | -27/+32 |
| 2024-05-23 | Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk | Matthias Krüger | -31/+45 |
| 2024-05-23 | Rollup merge of #124516 - oli-obk:taint_const_eval, r=RalfJung | Matthias Krüger | -7/+22 |
| 2024-05-23 | Rollup merge of #124297 - oli-obk:define_opaque_types13, r=jackh726 | Matthias Krüger | -1/+1 |
| 2024-05-23 | Allow const eval failures if the cause is a type layout issue | Oli Scherer | -7/+22 |
| 2024-05-23 | Auto merge of #125436 - matthiaskrgr:rollup-uijo2ga, r=matthiaskrgr | bors | -70/+276 |
| 2024-05-23 | Remove unneeded string conversion | Tobias Bucher | -4/+4 |
| 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-23 | Detect unused structs which implement private traits | r0cky | -16/+33 |
| 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-22 | Cleanup: Fix up some diagnostics | León Orell Valerian Liehr | -27/+32 |
| 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 | Use correct param-env in MissingCopyImplementations | Michael Goulet | -5/+4 |
| 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 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -31/+45 |
| 2024-05-22 | Rename `FrameworkOnlyWindows` to `RawDylibOnlyWindows` | Tobias Bucher | -6/+6 |
| 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 |