| Age | Commit message (Expand) | Author | Lines |
| 2025-05-18 | rename to get rid of the 'raw' concept | Folkert de Vries | -69/+67 |
| 2025-05-18 | delay error for unsupported options | Folkert de Vries | -79/+39 |
| 2025-05-18 | attempt to have rustfmt use the new logic | Folkert de Vries | -20/+14 |
| 2025-05-18 | a new parser generating the exact same error messages | Folkert de Vries | -150/+226 |
| 2025-05-18 | Rollup merge of #141139 - jieyouxu:fix-rfl, r=Urgau | León Orell Valerian Liehr | -3/+3 |
| 2025-05-18 | Rollup merge of #141132 - bvanjoi:issue-141082, r=fmease | León Orell Valerian Liehr | -6/+51 |
| 2025-05-18 | Rollup merge of #141071 - xizheyin:behind-upstream, r=Urgau | León Orell Valerian Liehr | -0/+3 |
| 2025-05-18 | Rollup merge of #141045 - dpaoliello:noarmhazard, r=jieyouxu | León Orell Valerian Liehr | -6/+8 |
| 2025-05-18 | Rollup merge of #140966 - est31:let_chains_library, r=tgross35 | León Orell Valerian Liehr | -4/+1 |
| 2025-05-18 | Rollup merge of #140924 - Urgau:f32_f64_const_tests, r=Mark-Simulacrum | León Orell Valerian Liehr | -143/+189 |
| 2025-05-18 | Rollup merge of #140511 - mathisbot:master, r=dtolnay | León Orell Valerian Liehr | -3/+4 |
| 2025-05-18 | Rollup merge of #140113 - Urgau:rustc-book-page-toc, r=ehuss | León Orell Valerian Liehr | -0/+190 |
| 2025-05-18 | Auto merge of #141129 - compiler-errors:register-region-obl, r=oli-obk | bors | -0/+8 |
| 2025-05-18 | Merge pull request #19687 from gohome001/highlight_unsafe | Lukas Wirth | -0/+67 |
| 2025-05-18 | Fixing minor typo in book (#14835) | Samuel Tardieu | -1/+1 |
| 2025-05-18 | fix minor typo: toolcahin => toolchain | Pete LeVasseur | -1/+1 |
| 2025-05-18 | Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field of... | xizheyin | -24/+28 |
| 2025-05-18 | Add test sugg-field-in-format-string-issue-141136 | xizheyin | -0/+60 |
| 2025-05-18 | Do not call `TyCtxt::type_of()` on a trait | Samuel Tardieu | -2/+22 |
| 2025-05-18 | replace `try_reserve_exact` with `try_with_capacity` in `std::fs::read` | Fluid | -2/+1 |
| 2025-05-18 | Merge pull request #4327 from rust-lang/rustup-2025-05-18 | Ralf Jung | -4308/+5558 |
| 2025-05-18 | attempt to make doctests work properly with old and new cargo | Ralf Jung | -2/+5 |
| 2025-05-18 | Remove uses of `#[feature(avx512_target_feature)]` | sayantn | -27/+17 |
| 2025-05-18 | Stabilize `avx512_target_feature` | sayantn | -36/+36 |
| 2025-05-18 | fmt | The Miri Cronjob Bot | -1/+5 |
| 2025-05-18 | Merge from rustc | The Miri Cronjob Bot | -4307/+5550 |
| 2025-05-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-18 | Auto merge of #141063 - dianqk:llvm-20.1.5, r=cuviper | bors | -0/+0 |
| 2025-05-18 | Auto merge of #141039 - lqd:expensive-sanity, r=compiler-errors | bors | -9/+13 |
| 2025-05-17 | Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercote | bors | -24/+16 |
| 2025-05-17 | extract operand parser | Folkert de Vries | -83/+93 |
| 2025-05-17 | determine later whether an explicit reg was used | Folkert de Vries | -11/+9 |
| 2025-05-17 | Fast path for register_region_obligation | Michael Goulet | -0/+8 |
| 2025-05-17 | Auto merge of #138087 - tgross35:core-float-math, r=Amanieu | bors | -3704/+4711 |
| 2025-05-17 | remove extra tests that really might not be all that useful | GrantBirki | -55/+0 |
| 2025-05-17 | Correct rustc version for the stabilization of runtime detection of VEX varia... | sayantn | -5/+5 |
| 2025-05-17 | revert forward slash to backslash | GrantBirki | -1/+1 |
| 2025-05-17 | Auto merge of #141133 - matthiaskrgr:rollup-u8ndxyz, r=matthiaskrgr | bors | -311/+427 |
| 2025-05-17 | rustc-dev-guide: fix Rust for Linux rust-lang/rust label | Jieyou Xu | -2/+2 |
| 2025-05-17 | triagebot: fix Rust for Linux ping group rust-lang/rust label | Jieyou Xu | -1/+1 |
| 2025-05-17 | Update triagebot.toml | xizheyin | -1/+1 |
| 2025-05-17 | Use `crate::` prefix for root macro suggestions | bohan | -6/+51 |
| 2025-05-17 | Rollup merge of #141131 - yotamofek:pr/rustdoc/match-ergo, r=fmease | Matthias Krüger | -121/+99 |
| 2025-05-17 | Rollup merge of #141125 - lcnr:coroutine_obligations_use_borrowck, r=compiler... | Matthias Krüger | -7/+61 |
| 2025-05-17 | Rollup merge of #141121 - compiler-errors:ambig-is-not-err, r=lcnr | Matthias Krüger | -2/+45 |
| 2025-05-17 | Rollup merge of #141118 - Veykril:lw-ymmtxytkrrqs, r=compiler-errors | Matthias Krüger | -0/+14 |
| 2025-05-17 | Rollup merge of #141035 - lqd:lld-warn, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2025-05-17 | Rollup merge of #140917 - RalfJung:checktools, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2025-05-17 | Rollup merge of #139103 - joboet:abort_dedup, r=tgross35 | Matthias Krüger | -152/+85 |
| 2025-05-17 | Rollup merge of #137432 - djscythe:char_u8_str_as_ascii_unchecked, r=scottmcm | Matthias Krüger | -0/+63 |