| Age | Commit message (Expand) | Author | Lines |
| 2025-07-26 | Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla... | Trevor Gross | -6/+22 |
| 2025-07-25 | Auto merge of #144338 - weihanglo:update-cargo, r=weihanglo | bors | -0/+1 |
| 2025-07-25 | Update cargo | Weihang Lo | -0/+1 |
| 2025-07-25 | Auto merge of #144449 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1125/+3791 |
| 2025-07-25 | Allow approx-constant in `x clippy library` | Philipp Krones | -0/+1 |
| 2025-07-25 | Merge commit '1db89a1b1ca87f24bf22d0bad21d14b2d81b3e99' into clippy-subtree-u... | Philipp Krones | -1125/+3790 |
| 2025-07-25 | Rollup merge of #144390 - oli-obk:arbitrary-enum-discrs, r=SparrowLii | Matthias Krüger | -13/+3 |
| 2025-07-24 | Rename tests/ui/SUMMARY.md and update rustc dev guide on error-pattern | Oneirical | -4/+4 |
| 2025-07-24 | Rollup merge of #144320 - lolbinarycat:rustdoc-search_index-BTreeMap-str, r=G... | León Orell Valerian Liehr | -3/+16 |
| 2025-07-24 | Rollup merge of #144317 - lolbinarycat:tidy-obey-build.npm, r=Kobzol | León Orell Valerian Liehr | -4/+14 |
| 2025-07-24 | Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-dead | León Orell Valerian Liehr | -1/+2 |
| 2025-07-24 | Rollup merge of #144014 - dianne:edition-guide-links, r=estebank | León Orell Valerian Liehr | -1/+1 |
| 2025-07-24 | Remove dead code and extend test coverage and diagnostics around it | Oli Scherer | -13/+3 |
| 2025-07-24 | Auto merge of #116707 - cjgillot:slice-id, r=oli-obk,RalfJung | bors | -60/+9 |
| 2025-07-23 | Remove const deduplication from the interpreter. | Camille GILLOT | -58/+7 |
| 2025-07-23 | Remove useless lifetime parameter. | Camille GILLOT | -2/+2 |
| 2025-07-23 | Auto merge of #144244 - jieyouxu:pr-full-ci, r=Kobzol | bors | -11/+352 |
| 2025-07-23 | Auto merge of #144360 - matthiaskrgr:rollup-b6ej0mm, r=matthiaskrgr | bors | -1275/+7 |
| 2025-07-23 | Rollup merge of #144315 - lolbinarycat:bootstrap-dist-package.json, r=Kobzol | Matthias Krüger | -0/+2 |
| 2025-07-23 | Rollup merge of #144311 - Gelbpunkt:ci-rustc-ppc64le-musl, r=Kobzol | Matthias Krüger | -0/+1 |
| 2025-07-23 | Rollup merge of #144173 - Kivooeo:tidy_checks, r=jieyouxu | Matthias Krüger | -1275/+4 |
| 2025-07-23 | Auto merge of #143843 - JonathanBrouwer:macro-use-parser, r=oli-obk | bors | -4/+4 |
| 2025-07-23 | Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra... | Jonathan Brouwer | -4/+4 |
| 2025-07-23 | Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieu | bors | -12/+14 |
| 2025-07-22 | rustdoc: avoid allocating a temp String for aliases in search index | binarycat | -3/+16 |
| 2025-07-22 | Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxu | bors | -34/+61 |
| 2025-07-22 | Bless bootstrap tests | Jakub Beránek | -11/+11 |
| 2025-07-22 | Move tests around to appease `tidy` | Jakub Beránek | -1/+2 |
| 2025-07-22 | Allow platform-specific code in `std_detect` | Jakub Beránek | -0/+1 |
| 2025-07-22 | pass build.npm from bootstrap to tidy and use it for npm install | binarycat | -4/+14 |
| 2025-07-22 | bootstrap: add package.json and package-lock.json to dist tarball | binarycat | -0/+2 |
| 2025-07-22 | Add powerpc64le-unknown-linux-musl to CI rustc targets | Jens Reidel | -0/+1 |
| 2025-07-22 | Only run `tests/assembly-*` and `tests/codegen-*` tests if they match the cur... | Guillaume Gomez | -3/+20 |
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -18/+23 |
| 2025-07-22 | Rename `tests/assembly` into `tests/assembly-llvm` | Guillaume Gomez | -13/+18 |
| 2025-07-22 | Rollup merge of #144164 - ognevny:opt-dist-stage0-root, r=Kobzol | Matthias Krüger | -8/+14 |
| 2025-07-22 | Rollup merge of #144126 - Shourya742:2025-06-18-fix-target-config-issue, r=Ko... | Matthias Krüger | -4/+45 |
| 2025-07-22 | Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2025-07-22 | Rollup merge of #142924 - lolbinarycat:tidy-js-extra-checks, r=Kobzol | Matthias Krüger | -140/+191 |
| 2025-07-21 | Use serde for target spec json deserialize | Noratrieb | -1/+2 |
| 2025-07-22 | Rollup merge of #144254 - ognevny:opt-dist-artifact-dir, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-07-22 | Rollup merge of #144251 - tshepang:rdg-sync, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -8/+8 |
| 2025-07-22 | Rollup merge of #144243 - lnicola:sync-from-ra, r=lnicola | 许杰友 Jieyou Xu (Joe) | -28/+278 |
| 2025-07-22 | Rollup merge of #144187 - RalfJung:type-id-base-addr, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -27/+37 |
| 2025-07-22 | Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -3/+7 |
| 2025-07-22 | Rollup merge of #144027 - RalfJung:clippy, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -63/+84 |
| 2025-07-22 | Rollup merge of #143816 - Kobzol:compiletest-check-macro, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -140/+63 |
| 2025-07-22 | Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+8 |
| 2025-07-21 | add test_lld_opt_in test | bit-aloo | -10/+3 |
| 2025-07-21 | add default_lld_opt_in_targets method and modified test accordingly | bit-aloo | -4/+51 |