| Age | Commit message (Expand) | Author | Lines |
| 2024-03-07 | Rollup merge of #122115 - clubby789:cancel-recoverr, r=compiler-errors | Guillaume Gomez | -8/+27 |
| 2024-03-07 | Rollup merge of #122114 - saethlin:cant-find-crate-spam, r=WaffleLapkin | Guillaume Gomez | -23/+21 |
| 2024-03-07 | Rollup merge of #122110 - WaffleLapkin:miri-temp, r=RalfJung | Guillaume Gomez | -1/+7 |
| 2024-03-07 | Rollup merge of #122104 - RalfJung:rust, r=ChrisDenton | Guillaume Gomez | -22/+22 |
| 2024-03-07 | Rollup merge of #122066 - mu001999:clean, r=oli-obk | Guillaume Gomez | -26/+25 |
| 2024-03-07 | Rollup merge of #122043 - Y-Nak:move-early-binder, r=lcnr | Guillaume Gomez | -82/+74 |
| 2024-03-07 | Rollup merge of #121863 - lukas-code:silence-mismatched-super-projections, r=... | Guillaume Gomez | -102/+310 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -82/+74 |
| 2024-03-07 | improve debug logging | Lukas Markeffsky | -15/+4 |
| 2024-03-07 | Auto merge of #121154 - oli-obk:track_errors11, r=estebank | bors | -245/+736 |
| 2024-03-07 | remove the --generate-link-to-definition flags from bootstrap | r0cky | -2/+7 |
| 2024-03-07 | Auto merge of #121866 - Kobzol:opt-dist-find-llvm, r=Mark-Simulacrum | bors | -0/+13 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -22/+22 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -245/+736 |
| 2024-03-07 | Auto merge of #122054 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -181/+403 |
| 2024-03-07 | Auto merge of #122117 - matthiaskrgr:rollup-3yrv3j6, r=matthiaskrgr | bors | -200/+279 |
| 2024-03-07 | Rollup merge of #122109 - alexcrichton:compiletests-needs-threads, r=workingj... | Matthias Krüger | -76/+109 |
| 2024-03-07 | Rollup merge of #122107 - Urgau:non_local_def-allow, r=WaffleLapkin | Matthias Krüger | -56/+68 |
| 2024-03-07 | Rollup merge of #122094 - slanterns:arm-stack-probe-footnote, r=workingjubilee | Matthias Krüger | -5/+1 |
| 2024-03-07 | Rollup merge of #122088 - ChrisDenton:fixme, r=workingjubilee | Matthias Krüger | -5/+15 |
| 2024-03-07 | Rollup merge of #122072 - KonradHoeffner:patch-1, r=cuviper | Matthias Krüger | -2/+2 |
| 2024-03-07 | Rollup merge of #122062 - workingjubilee:initialize-my-fist, r=cuviper | Matthias Krüger | -52/+53 |
| 2024-03-07 | Rollup merge of #122061 - workingjubilee:prefix-llvm-error, r=cuviper | Matthias Krüger | -3/+13 |
| 2024-03-07 | Rollup merge of #122015 - dev-ardi:master, r=nnethercote | Matthias Krüger | -1/+18 |
| 2024-03-06 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-06 | Make not finding core a fatal error | Ben Kimock | -23/+21 |
| 2024-03-06 | Add advice for failing `shims/fs.rs` miri test | Maybe Waffle | -0/+4 |
| 2024-03-06 | Make `x t miri` respect `MIRI_TEMP` | Maybe Waffle | -1/+3 |
| 2024-03-06 | Cancel parsing ever made during recovery | clubby789 | -8/+27 |
| 2024-03-06 | Rollup merge of #122091 - ChrisDenton:comment, r=RalfJung | Matthias Krüger | -0/+1 |
| 2024-03-06 | Rollup merge of #122082 - fee1-dead-contrib:rm-outdated-note, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-03-06 | Rollup merge of #122074 - KonradHoeffner:patch-2, r=jhpratt | Matthias Krüger | -0/+1 |
| 2024-03-06 | Rollup merge of #122063 - Zalathar:lower-if, r=oli-obk | Matthias Krüger | -36/+45 |
| 2024-03-06 | Rollup merge of #122027 - compiler-errors:rpitit-cycle, r=spastorino | Matthias Krüger | -60/+85 |
| 2024-03-06 | Rollup merge of #122026 - clubby789:fmt-removed, r=onur-ozkan | Matthias Krüger | -6/+13 |
| 2024-03-06 | Rollup merge of #122022 - heiher:loongarch-features, r=petrochenkov | Matthias Krüger | -3/+5 |
| 2024-03-06 | Rollup merge of #121976 - lu-zero:bootstrap-cache, r=onur-ozkan | Matthias Krüger | -3/+23 |
| 2024-03-06 | Rollup merge of #121958 - chenyukang:yukang-fix-121915-import, r=petrochenkov | Matthias Krüger | -72/+230 |
| 2024-03-06 | Auto merge of #122111 - matthiaskrgr:rollup-qq4v6gs, r=matthiaskrgr | bors | -197/+675 |
| 2024-03-06 | Temporarily make allow-by-default the non_local_definitions lint | Urgau | -56/+68 |
| 2024-03-06 | Rollup merge of #122051 - erikdesjardins:cleanup, r=nikic | Matthias Krüger | -2/+1 |
| 2024-03-06 | Rollup merge of #122038 - Alexendoo:unused-qualifications, r=petrochenkov | Matthias Krüger | -34/+56 |
| 2024-03-06 | Rollup merge of #121959 - sundeep-kokkonda:patch-2, r=davidtwco | Matthias Krüger | -13/+0 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -86/+302 |
| 2024-03-06 | Rollup merge of #121190 - bvanjoi:fix-114884, r=petrochenkov | Matthias Krüger | -25/+81 |
| 2024-03-06 | Rollup merge of #117199 - Zalathar:instrument-coverage-on, r=oli-obk,Nadrieril | Matthias Krüger | -26/+44 |
| 2024-03-06 | Rollup merge of #113518 - jyn514:streaming-failures, r=cuviper | Matthias Krüger | -11/+191 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -76/+109 |
| 2024-03-06 | Document and test minimal stack size on Windows | Chris Denton | -0/+15 |