| Age | Commit message (Expand) | Author | Lines |
| 2025-07-28 | Fix `cast-lossless` should not suggest when casting type is from macro input ... | Samuel Tardieu | -0/+23 |
| 2025-07-28 | remove config wrappers of download_toolchain and maybe_download_fmt and durin... | bit-aloo | -17/+13 |
| 2025-07-28 | lookup_link_section: support arrays of function pointers | Ralf Jung | -10/+22 |
| 2025-07-28 | fix: `cast-lossless` should not suggest when casting type is from macro input | yanglsh | -0/+23 |
| 2025-07-28 | Merge pull request #20303 from Hmikihiro/migrate_path_transform | Shoyu Vanilla (Flint) | -87/+170 |
| 2025-07-28 | Do not treat NixOS as a Pascal-cased identifier | Samuel Tardieu | -4/+4 |
| 2025-07-28 | fix: Reject upvar scrutinees for `loop_match` | Shoyu Vanilla | -7/+113 |
| 2025-07-28 | use dry_run and verbose directly from exec_ctx | bit-aloo | -30/+27 |
| 2025-07-28 | fix `Atomic*::as_ptr` wording | usamoi | -9/+9 |
| 2025-07-28 | Support multiple crate versions in --extern-html-root-url | Kornel | -7/+37 |
| 2025-07-28 | Test renamed crates in rustdoc | Kornel | -0/+23 |
| 2025-07-28 | Save names of used extern crates | Kornel | -0/+20 |
| 2025-07-28 | Clarify update_extern_crate | Kornel | -5/+27 |
| 2025-07-28 | Avoid redundant lookup in CrateLoader::existing_match | Kornel | -1/+1 |
| 2025-07-28 | Fix `match_single_binding` wrongly handles scope (#15060) | dswij | -71/+505 |
| 2025-07-28 | Fix tests/codegen-llvm/simd/extract-insert-dyn.rs test failure on riscv64 | Caiweiran | -9/+18 |
| 2025-07-28 | Auto merge of #144543 - scottmcm:more-sroa, r=cjgillot | bors | -68/+40 |
| 2025-07-28 | update fortanix run-make test | Folkert de Vries | -15/+28 |
| 2025-07-28 | use `minicore` for fortanix assembly tests | Folkert de Vries | -27/+46 |
| 2025-07-28 | Don't show '$saved_file' literally in IDE status updates | Wilfred Hughes | -1/+12 |
| 2025-07-28 | Add regression test | Oli Scherer | -0/+253 |
| 2025-07-28 | Add `core::mem::DropGuard` | Yosh | -0/+207 |
| 2025-07-28 | remove the markers | Tshepang Mbambo | -136/+0 |
| 2025-07-28 | fixed typo chunks->as_chunks | xonx | -1/+1 |
| 2025-07-28 | add --link-targets-dir flag to linkchecker | Pietro Albini | -25/+52 |
| 2025-07-28 | Merge pull request #4502 from Patrick-6/reduce-cc-version | Ralf Jung | -4/+6 |
| 2025-07-28 | Raw Pointers are Constant PatKinds too | Boxy | -0/+2 |
| 2025-07-28 | add an argument parser to linkchecker | Pietro Albini | -5/+46 |
| 2025-07-28 | bump linkchecker to edition 2024 | Pietro Albini | -1/+1 |
| 2025-07-28 | add support for ./x check src/tools/linkchecker | Pietro Albini | -0/+7 |
| 2025-07-28 | Auto merge of #144562 - matthiaskrgr:rollup-mlvn7qo, r=matthiaskrgr | bors | -325/+351 |
| 2025-07-28 | Reduce required cc crate version. | Patrick-6 | -4/+6 |
| 2025-07-28 | avoid the need to specify if toc should be generated | Tshepang Mbambo | -11/+198 |
| 2025-07-28 | Merge pull request #4500 from RalfJung/rustup | Ralf Jung | -2975/+7325 |
| 2025-07-28 | Merge pull request #2520 from rust-lang/tshepang/error-pattern | Tshepang Mbambo | -4/+5 |
| 2025-07-28 | reword to avoid using a term used in a confusing manner, "error annotations" | Tshepang Mbambo | -2/+3 |
| 2025-07-28 | fix pauses | Tshepang Mbambo | -2/+2 |
| 2025-07-28 | Merge pull request #2519 from rust-lang/rustc-pull | Tshepang Mbambo | -5140/+10017 |
| 2025-07-28 | revert accidental change | Ralf Jung | -1/+5 |
| 2025-07-28 | Merge commit 'abd9cba5acbcc35fb4cc59ce25580fa1624b5571' | Ralf Jung | -2979/+7325 |
| 2025-07-28 | prepare for sync | Ralf Jung | -1/+1 |
| 2025-07-28 | Rollup merge of #144530 - Zalathar:instances-used, r=lqd | Matthias Krüger | -22/+28 |
| 2025-07-28 | Rollup merge of #144503 - bjorn3:lto_refactors3, r=petrochenkov | Matthias Krüger | -197/+41 |
| 2025-07-28 | Rollup merge of #144472 - okaneco:char_bound, r=Mark-Simulacrum | Matthias Krüger | -14/+26 |
| 2025-07-28 | Rollup merge of #144399 - bjorn3:stdlib_tests_separate_packages, r=Mark-Simul... | Matthias Krüger | -38/+77 |
| 2025-07-28 | Rollup merge of #144300 - hkBst:clippy-fix-7, r=Mark-Simulacrum | Matthias Krüger | -13/+12 |
| 2025-07-28 | Rollup merge of #144151 - Kivooeo:issue1, r=jieyouxu | Matthias Krüger | -32/+152 |
| 2025-07-28 | Rollup merge of #144072 - usamoi:docs, r=Mark-Simulacrum | Matthias Krüger | -9/+15 |
| 2025-07-28 | Merge ref '733dab558992' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -17351/+25373 |
| 2025-07-28 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |