| Age | Commit message (Expand) | Author | Lines |
| 2025-09-19 | Update cfg_if! to cfg_select! | Thalia Archibald | -1/+1 |
| 2025-09-19 | Fix std build for xtensa | Thalia Archibald | -0/+1 |
| 2025-09-19 | Fix unsupported std::sys::thread | Thalia Archibald | -7/+1 |
| 2025-09-19 | Auto merge of #146797 - matthiaskrgr:rollup-xy0g8n7, r=matthiaskrgr | bors | -34/+37 |
| 2025-09-19 | Rollup merge of #146785 - hkBst:btree-1, r=joboet | Matthias Krüger | -1/+7 |
| 2025-09-19 | Rollup merge of #146781 - joshtriplett:mbe-derive-fix-feature-gate, r=wesleyw... | Matthias Krüger | -3/+3 |
| 2025-09-19 | Rollup merge of #146777 - RalfJung:x-cdpath, r=Kobzol | Matthias Krüger | -1/+2 |
| 2025-09-19 | Rollup merge of #146776 - hkBst:clippy-fix-12, r=jdonszelmann | Matthias Krüger | -28/+22 |
| 2025-09-19 | Rollup merge of #146690 - npmccallum:convo, r=tgross35 | Matthias Krüger | -1/+3 |
| 2025-09-19 | Auto merge of #146700 - Zalathar:quoted-args, r=nikic | bors | -49/+92 |
| 2025-09-19 | btree: safety comments for init and new | Marijn Schouten | -1/+7 |
| 2025-09-19 | Auto merge of #146765 - Zalathar:rollup-ewh4s9o, r=Zalathar | bors | -13056/+10337 |
| 2025-09-19 | mbe: Fix feature gate for `macro_derive` | Josh Triplett | -3/+3 |
| 2025-09-19 | fix ./x readdir logic when CDPATH is set | Ralf Jung | -1/+2 |
| 2025-09-19 | fixes for numerous clippy warnings | Marijn Schouten | -28/+22 |
| 2025-09-19 | Rollup merge of #146740 - RalfJung:miri, r=RalfJung | Stuart Cook | -1749/+7466 |
| 2025-09-19 | Rollup merge of #146738 - beepster4096:widnows, r=jieyouxu | Stuart Cook | -1/+1 |
| 2025-09-19 | Rollup merge of #146709 - a4lg:stdarch-sync-20250917, r=Kobzol | Stuart Cook | -10367/+1891 |
| 2025-09-19 | Rollup merge of #146691 - alexcrichton:wasip1-remove-dir-all-buffer, r=juntyr | Stuart Cook | -1/+8 |
| 2025-09-19 | Rollup merge of #146663 - erickt:win, r=wesleywiser | Stuart Cook | -2/+22 |
| 2025-09-19 | Rollup merge of #146638 - lcnr:canonical-separate-module, r=BoxyUwU | Stuart Cook | -556/+576 |
| 2025-09-19 | Rollup merge of #146615 - a4lg:codegen-llvm-feature-conversion-tidying, r=wor... | Stuart Cook | -22/+20 |
| 2025-09-19 | Rollup merge of #146541 - joboet:simplify-lookup-host, r=tgross35 | Stuart Cook | -212/+51 |
| 2025-09-19 | Rollup merge of #146484 - notriddle:stringdex-js-opt, r=GuillaumeGomez | Stuart Cook | -140/+290 |
| 2025-09-19 | Rollup merge of #146229 - Hayden602:issue-142796-fix, r=ZuseZ4 | Stuart Cook | -6/+12 |
| 2025-09-19 | Auto merge of #145737 - cjgillot:gvn-valueset, r=saethlin | bors | -44/+180 |
| 2025-09-19 | std: simplify host lookup | joboet | -212/+51 |
| 2025-09-19 | fix miri bootstrap build | Ralf Jung | -2/+16 |
| 2025-09-18 | Auto merge of #137122 - yotamofek:pr/std/iter-eq-exact-size, r=the8472 | bors | -4/+48 |
| 2025-09-18 | canonical: yeet `EvalCtxt`, mk `Canonicalizer` private | lcnr | -211/+233 |
| 2025-09-18 | move `mod canonical` out of `eval_ctxt` | lcnr | -231/+229 |
| 2025-09-18 | update lockfile | Ralf Jung | -15/+22 |
| 2025-09-18 | Merge pull request #4592 from RalfJung/sqrt | Ralf Jung | -38/+54 |
| 2025-09-18 | fix tidy spellchecking on windows | beepster4096 | -1/+1 |
| 2025-09-18 | share sqrt implemention across float types | Ralf Jung | -39/+25 |
| 2025-09-18 | Auto merge of #146728 - flip1995:clippy-subtree-update, r=samueltardieu | bors | -2479/+4380 |
| 2025-09-18 | implement sqrt for f16 and f128 | Ralf Jung | -15/+45 |
| 2025-09-18 | Specialize `Iterator::eq[_by]` for `TrustedLen` iterators | Yotam Ofek | -4/+48 |
| 2025-09-18 | Merge pull request #4583 from Patrick-6/miri-genmc-estimation | Ralf Jung | -170/+395 |
| 2025-09-18 | tweak genmc error report note | Ralf Jung | -14/+23 |
| 2025-09-18 | Auto merge of #146727 - matthiaskrgr:rollup-98812uj, r=matthiaskrgr | bors | -128/+892 |
| 2025-09-18 | Allow windows resource compiler to be overridden | Erick Tryzelaar | -2/+22 |
| 2025-09-18 | Update Cargo.lock | Philipp Krones | -5/+5 |
| 2025-09-18 | Merge commit '20ce69b9a63bcd2756cd906fe0964d1e901e042a' into clippy-subtree-u... | Philipp Krones | -2474/+4375 |
| 2025-09-18 | Rollup merge of #146723 - Mark-Simulacrum:relnotes-fix, r=Kobzol | Matthias Krüger | -2/+2 |
| 2025-09-18 | Rollup merge of #146717 - amandasystems:remove-placeholder-hack, r=lcnr | Matthias Krüger | -12/+18 |
| 2025-09-18 | Rollup merge of #146622 - aklaiber:91831_add_regression_test, r=jdonszelmann | Matthias Krüger | -0/+33 |
| 2025-09-18 | Rollup merge of #146597 - modhanami:add-struct-tail-recursion-limit-span, r=o... | Matthias Krüger | -65/+111 |
| 2025-09-18 | Rollup merge of #146487 - ferrocene:pvdrz/improve-num-coverage, r=joboet | Matthias Krüger | -0/+7 |
| 2025-09-18 | Rollup merge of #146434 - folkertdev:c-variadic-inherent-methods, r=workingju... | Matthias Krüger | -49/+721 |