| Age | Commit message (Expand) | Author | Lines |
| 2025-09-25 | rustdoc-search: use the same ID for entry and path to same item | Michael Howell | -8/+24 |
| 2025-09-25 | Auto merge of #147037 - matthiaskrgr:rollup-xtgqzuu, r=matthiaskrgr | bors | -346/+431 |
| 2025-09-25 | resolve: Do not finalize shadowed bindings | Vadim Petrochenkov | -7/+4 |
| 2025-09-25 | Add `clippy::unconditional_recursion` to `./x clippy ci` | Josh Stone | -0/+2 |
| 2025-09-25 | Rename `verbose` to `do_if_verbose` | Jakub Beránek | -37/+40 |
| 2025-09-25 | Rollup merge of #146933 - yotamofek:pr/rustdoc/highlight_no_write_str, r=Guil... | Matthias Krüger | -95/+80 |
| 2025-09-25 | Rollup merge of #142401 - oli-obk:pattern-mango, r=petrochenkov | Matthias Krüger | -0/+28 |
| 2025-09-25 | Rollup merge of #141032 - petrosagg:extract-if-ub, r=joboet | Matthias Krüger | -0/+10 |
| 2025-09-25 | Rollup merge of #135771 - GuillaumeGomez:jump-to-def-perf, r=fmease | Matthias Krüger | -92/+152 |
| 2025-09-25 | Rollup merge of #116882 - fmease:rustdoc-generalized-priv-repr-heuristic, r=r... | Matthias Krüger | -159/+161 |
| 2025-09-25 | Remove `is_verbose_than` function | Jakub Beránek | -6/+1 |
| 2025-09-25 | Remove `verbose_than` function | Jakub Beránek | -15/+5 |
| 2025-09-25 | Make `cargo test` work again | Jakub Beránek | -8/+30 |
| 2025-09-25 | Correctly display merged doctest compilation time | Guillaume Gomez | -3/+7 |
| 2025-09-25 | Add applicable in closure for convert_to_guarded_return | A4-Tacks | -5/+49 |
| 2025-09-25 | Fix not applicable for if-expr in let-stmt | A4-Tacks | -6/+28 |
| 2025-09-25 | Ensure that `--build-dir` is always specified in tests | Jakub Beránek | -23/+4 |
| 2025-09-25 | Add let-chain support for convert_to_guarded_return | A4-Tacks | -38/+179 |
| 2025-09-25 | Fix fixes for unused raw variables | A4-Tacks | -2/+16 |
| 2025-09-25 | Rollup merge of #147013 - fmease:fix-docs-doctest-build-arg, r=GuillaumeGomez | Stuart Cook | -21/+5 |
| 2025-09-25 | Rollup merge of #147008 - neuschaefer:bootstrap-jobs, r=Kobzol | Stuart Cook | -0/+2 |
| 2025-09-25 | Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJung | Stuart Cook | -41/+5 |
| 2025-09-25 | Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,RalfJung | Stuart Cook | -0/+5 |
| 2025-09-25 | Rollup merge of #145973 - vexide:vex-std, r=tgross35 | Stuart Cook | -8/+19 |
| 2025-09-25 | Merge pull request #20738 from jackh726/next-trait-solver-next4 | Shoyu Vanilla (Flint) | -127/+97 |
| 2025-09-25 | Merge pull request #20735 from itsjunetime/fix_scip_salsa | Shoyu Vanilla (Flint) | -1/+1 |
| 2025-09-25 | bootstrap.py: Respect build.jobs while building bootstrap tool | J. Neuschäfer | -0/+2 |
| 2025-09-25 | rustdoc: hide `#[repr(...)]` if it isn't part of the public ABI | León Orell Valerian Liehr | -26/+76 |
| 2025-09-25 | rustdoc: Fully escape link section and export name | León Orell Valerian Liehr | -2/+2 |
| 2025-09-25 | rustdoc: Slightly clean up attr rendering | León Orell Valerian Liehr | -97/+56 |
| 2025-09-25 | Install cargo for proc-macro-srv tests | Laurențiu Nicola | -2/+2 |
| 2025-09-25 | rustdoc: Fix documentation for `--doctest-build-arg` | León Orell Valerian Liehr | -21/+5 |
| 2025-09-25 | Auto merge of #146981 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-09-25 | Also install rustfmt on stable | Laurențiu Nicola | -3/+3 |
| 2025-09-25 | Merge ref 'caccb4d0368b' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -20016/+43537 |
| 2025-09-25 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-09-24 | fix SCIP panicking due to salsa not attaching | itsjunetime | -1/+1 |
| 2025-09-24 | Make install test target independent | Jakub Beránek | -55/+61 |
| 2025-09-24 | unstably constify float mul_add methods | Jeremy Smart | -41/+5 |
| 2025-09-24 | Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-09-24 | Rollup merge of #146932 - ShoyuVanilla:ra-in-tree-hack, r=lcnr | Matthias Krüger | -40/+5 |
| 2025-09-24 | Rollup merge of #146897 - lolbinarycat:rustdoc-invalid_html_tags-ice-146890, ... | Matthias Krüger | -1/+2 |
| 2025-09-24 | rustdoc-search: stringdex update with more packing | Michael Howell | -28/+52 |
| 2025-09-24 | Implement fallback properly | Chayim Refael Friedman | -230/+770 |
| 2025-09-24 | Merge pull request #20683 from regexident/inference-result-types-iter | Chayim Refael Friedman | -0/+20 |
| 2025-09-24 | std: add support for armv7a-vex-v5 target | Tropical | -8/+19 |
| 2025-09-24 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-09-24 | Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da... | bors | -3/+4 |
| 2025-09-24 | Switch next-solver related rustc dependencies of r-a to crates.io ones | Shoyu Vanilla | -40/+5 |
| 2025-09-24 | const validation: better error for maybe-null references | Ralf Jung | -1/+1 |