| Age | Commit message (Expand) | Author | Lines |
| 2025-10-03 | Respect `--error-format` in `rustdoc --test` | Urgau | -28/+52 |
| 2025-10-03 | Respect `-Z` unstable options in `rustdoc --test` | Urgau | -119/+120 |
| 2025-09-13 | Auto merge of #146494 - jdonszelmann:rollup-0bbwwwf, r=jdonszelmann | bors | -102/+345 |
| 2025-09-13 | Rollup merge of #146481 - ferrocene:pvdrz/improve-hash-coverage, r=jhpratt | Jana Dönszelmann | -0/+13 |
| 2025-09-13 | Rollup merge of #146477 - ferrocene:pvdrz/improve-char-coverage, r=Noratrieb | Jana Dönszelmann | -0/+44 |
| 2025-09-13 | Rollup merge of #146452 - ferrocene:pvdrz/improve-alloc-coverage, r=tgross35 | Jana Dönszelmann | -0/+24 |
| 2025-09-13 | Rollup merge of #146403 - cyrgani:array-sugg-sorting, r=fee1-dead | Jana Dönszelmann | -11/+23 |
| 2025-09-13 | Rollup merge of #146389 - jdonszelmann:no-std, r=oli-obk | Jana Dönszelmann | -91/+241 |
| 2025-09-12 | Auto merge of #146444 - heiher:fix-loong-jemalloc-page-size, r=Mark-Simulacrum | bors | -11/+20 |
| 2025-09-12 | Improve `core::hash` coverage | Christian Poveda | -0/+13 |
| 2025-09-12 | Auto merge of #144847 - Randl:const-ord, r=oli-obk | bors | -173/+226 |
| 2025-09-12 | Improve `core::char` coverage | Christian Poveda | -0/+44 |
| 2025-09-12 | Improve `core::alloc` coverage | Christian Poveda | -0/+24 |
| 2025-09-12 | Auto merge of #146329 - lcnr:opaque-type-infer-alias-candidates, r=BoxyUwU | bors | -38/+490 |
| 2025-09-12 | Auto merge of #146468 - Zalathar:rollup-6u3s44d, r=Zalathar | bors | -204/+502 |
| 2025-09-12 | sort array trait implementation suggestions correctly | cyrgani | -11/+23 |
| 2025-09-12 | Rollup merge of #146455 - cuviper:no-rustc-version, r=jieyouxu | Stuart Cook | -3/+2 |
| 2025-09-12 | Rollup merge of #146449 - Kobzol:gcc-fix-symlink, r=GuillaumeGomez | Stuart Cook | -1/+13 |
| 2025-09-12 | Rollup merge of #146448 - GuillaumeGomez:fix-literal-search-paths, r=lolbinar... | Stuart Cook | -2/+34 |
| 2025-09-12 | Rollup merge of #146439 - connortsui20:fix-sync-macro-attr, r=RalfJung | Stuart Cook | -12/+15 |
| 2025-09-12 | Rollup merge of #146435 - Kobzol:gcc-download-default-true, r=GuillaumeGomez | Stuart Cook | -1/+10 |
| 2025-09-12 | Rollup merge of #146433 - RalfJung:rwlock-miri, r=tgross35 | Stuart Cook | -3/+3 |
| 2025-09-12 | Rollup merge of #146432 - hermit-os:hermit-take_error, r=joboet | Stuart Cook | -2/+3 |
| 2025-09-12 | Rollup merge of #146426 - dpaoliello:miow, r=lqd | Stuart Cook | -69/+3 |
| 2025-09-12 | Rollup merge of #146413 - GuillaumeGomez:rustdoc-bare-urls, r=lolbinarycat | Stuart Cook | -19/+136 |
| 2025-09-12 | Rollup merge of #146374 - GuillaumeGomez:update-browser-ui-test, r=GuillaumeG... | Stuart Cook | -5/+5 |
| 2025-09-12 | Rollup merge of #146332 - lolbinarycat:tidy-extra-checks-regularize, r=Kobzol | Stuart Cook | -13/+45 |
| 2025-09-12 | Rollup merge of #146323 - h3fang:issue-146230-fix, r=Amanieu | Stuart Cook | -33/+44 |
| 2025-09-12 | Rollup merge of #146308 - cyrgani:concat-integer-literals, r=jackh726 | Stuart Cook | -24/+62 |
| 2025-09-12 | Rollup merge of #145895 - RalfJung:unpark, r=joboet | Stuart Cook | -16/+60 |
| 2025-09-12 | Rollup merge of #144549 - folkertdev:va-arg-arm, r=saethlin | Stuart Cook | -1/+67 |
| 2025-09-12 | Constify Eq, Ord, PartialOrd | Evgenii Zheltonozhskii | -173/+226 |
| 2025-09-12 | Auto merge of #146019 - joboet:better-dlsym, r=tgross35 | bors | -51/+112 |
| 2025-09-12 | Auto merge of #146328 - zetanumbers:fix-141951, r=lcnr | bors | -5/+40 |
| 2025-09-12 | fix typo in comment | Fang He | -1/+1 |
| 2025-09-11 | Auto merge of #145177 - joboet:move-pal-thread, r=ibraheemdev | bors | -1121/+921 |
| 2025-09-11 | test: remove an outdated normalization for rustc versions | Josh Stone | -3/+2 |
| 2025-09-11 | Auto merge of #146386 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-09-11 | update doc comment | Connor Tsui | -1/+1 |
| 2025-09-11 | Fix `libgccjit` symlink when we build GCC locally | Jakub Beránek | -1/+13 |
| 2025-09-11 | fix config for poison macro test | Connor Tsui | -15/+18 |
| 2025-09-11 | Add regression test for literal search on paths | Guillaume Gomez | -0/+30 |
| 2025-09-11 | Correctly handle literal search on paths | Guillaume Gomez | -2/+4 |
| 2025-09-11 | bootstrap: Build jemalloc for LoongArch with support for 16K pages | WANG Rui | -11/+20 |
| 2025-09-11 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-09-11 | incompletely prefer opaque type bounds when self type bottoms out in infer | Michael Goulet | -14/+457 |
| 2025-09-11 | consider the `sub_unification_table` in `stalled_on` | lcnr | -24/+33 |
| 2025-09-11 | Change the default value of `gcc.download-ci-gcc` to `true` | Jakub Beránek | -1/+10 |
| 2025-09-11 | Auto merge of #146429 - Zalathar:rollup-eivhl6u, r=Zalathar | bors | -534/+576 |
| 2025-09-11 | rwlock tests: fix miri macos test regression | Ralf Jung | -3/+3 |