| Age | Commit message (Expand) | Author | Lines |
| 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 | std: simplify host lookup | joboet | -212/+51 |
| 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 | Auto merge of #146728 - flip1995:clippy-subtree-update, r=samueltardieu | bors | -2479/+4380 |
| 2025-09-18 | Specialize `Iterator::eq[_by]` for `TrustedLen` iterators | Yotam Ofek | -4/+48 |
| 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 |
| 2025-09-18 | Rustup (#15704) | Philipp Krones | -111/+117 |
| 2025-09-18 | Bump Clippy version -> 0.1.92 | Philipp Krones | -5/+5 |
| 2025-09-18 | Bump nightly version -> 2025-09-18 | Philipp Krones | -2/+2 |
| 2025-09-18 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -2469/+4339 |
| 2025-09-18 | `redundant_clone`: split iterator checks into `redundant_iter_cloned` (#15277) | Alejandra González | -17/+44 |
| 2025-09-18 | Auto merge of #145993 - lcnr:allow-calling-opaques, r=BoxyUwU | bors | -162/+965 |
| 2025-09-18 | Include patch in release notes | Mark Rousskov | -2/+2 |
| 2025-09-18 | Do not replace `.unwrap_or(vec![])` by `.unwrap_or_default()` (#15699) | Jason Newcomb | -47/+86 |
| 2025-09-18 | Clean up universe evaluation during type test evaluation | Amanda Stjerna | -12/+18 |
| 2025-09-18 | Add regression test for issue 91831 | aklaiber | -0/+33 |
| 2025-09-18 | add tests, silence type annotations needed errors for opaques | lcnr | -38/+231 |
| 2025-09-18 | support calls on opaque types :< | lcnr | -124/+734 |
| 2025-09-18 | Auto merge of #146671 - ZuseZ4:update-enzyme-submodule, r=davidtwco | bors | -0/+0 |
| 2025-09-18 | Do not replace `.unwrap_or(vec![])` by `.unwrap_or_default()` | Samuel Tardieu | -47/+62 |
| 2025-09-18 | Check that `.unwrap_or(LITERAL)` doesn't trigger `unwrap_or_default` | Samuel Tardieu | -38/+62 |
| 2025-09-18 | Remove feature-freeze from gh templates (#15698) | Samuel Tardieu | -7/+1 |
| 2025-09-18 | Remove feature-freeze from gh templates | lukaslueg | -7/+1 |
| 2025-09-18 | Auto merge of #142544 - Sa4dUs:prevent-abi-changes, r=ZuseZ4 | bors | -3/+271 |
| 2025-09-18 | Remove automatic feature freeze comment (#15690) | Alejandra González | -108/+0 |
| 2025-09-18 | Set lto="fat" automatically when compiling with RUSTFLAGS="-Zautodiff=Enable". | Haidong Zhang | -6/+12 |
| 2025-09-18 | fix `option_if_let_else` when `Err` variant is ignored (#14429) | Manish Goregaokar | -16/+60 |
| 2025-09-18 | Auto merge of #146698 - Zalathar:rollup-0oxl4gx, r=Zalathar | bors | -1038/+916 |
| 2025-09-17 | test cases for option_if_let_else | Daniel Gulotta | -16/+60 |
| 2025-09-18 | Rollup merge of #146694 - camsteffen:impl-subject, r=compiler-errors | Stuart Cook | -61/+7 |
| 2025-09-18 | Rollup merge of #146673 - Zalathar:di-builder, r=nnethercote | Stuart Cook | -112/+103 |
| 2025-09-18 | Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmann | Stuart Cook | -786/+691 |
| 2025-09-18 | Rollup merge of #146645 - yotamofek:pr/rustdoc/fndecl_inner_full_print, r=fmease | Stuart Cook | -51/+62 |
| 2025-09-18 | Rollup merge of #146566 - cjgillot:mir-overlap-lint, r=saethlin | Stuart Cook | -28/+53 |