| Age | Commit message (Expand) | Author | Lines |
| 2025-09-17 | Do not look for `Cargo.toml` inside `target` (#15692) | Jason Newcomb | -0/+3 |
| 2025-09-17 | std: Fix WASI implementation of `remove_dir_all` | Alex Crichton | -1/+8 |
| 2025-09-17 | add `[const] PartialEq` bound to `PartialOrd` | Nathaniel McCallum | -1/+3 |
| 2025-09-17 | Remove jujutsu directory from search tools. (#15695) | Samuel Tardieu | -0/+3 |
| 2025-09-17 | Auto merge of #146685 - jdonszelmann:rollup-kwuih4z, r=jdonszelmann | bors | -89/+143 |
| 2025-09-17 | Lint overlapping assignments in MIR. | Camille Gillot | -28/+53 |
| 2025-09-17 | Remove jujutsu directory from search tools. | Jason Newcomb | -0/+3 |
| 2025-09-17 | Merge pull request #4589 from LorrensP-2158466/freebsd-readdir | Ralf Jung | -27/+46 |
| 2025-09-17 | Merge pull request #2592 from rust-lang/tshepang-patch-5 | Tshepang Mbambo | -4/+4 |
| 2025-09-17 | about-this-guide.md: improve a bit | Tshepang Mbambo | -4/+4 |
| 2025-09-17 | Sort safe intrinsic list | ltdk | -58/+62 |
| 2025-09-17 | readdir for freebsd | LorrensP-2158466 | -27/+46 |
| 2025-09-17 | Rollup merge of #146681 - XrXr:patch-1, r=joboet | Jana Dönszelmann | -1/+1 |
| 2025-09-17 | Rollup merge of #146654 - samueltardieu:issue142534, r=Kobzol | Jana Dönszelmann | -3/+3 |
| 2025-09-17 | Rollup merge of #146647 - jdonszelmann:move-coherence-is-core, r=urgau | Jana Dönszelmann | -20/+21 |
| 2025-09-17 | Rollup merge of #146598 - bjorn3:feature_llvm_enzyme, r=davidtwco | Jana Dönszelmann | -15/+23 |
| 2025-09-17 | Rollup merge of #146536 - omskscream:#133895/clean-ui-tests, r=davidtwco | Jana Dönszelmann | -34/+60 |
| 2025-09-17 | Rollup merge of #146485 - zachs18:store_fn_arg-no-unsized, r=davidtwco | Jana Dönszelmann | -15/+5 |
| 2025-09-17 | Rollup merge of #146458 - Hayden602:bootstrap, r=Kobzol | Jana Dönszelmann | -1/+30 |
| 2025-09-17 | Auto merge of #139849 - thaliaarchi:args/zkvm, r=ibraheemdev | bors | -45/+58 |
| 2025-09-17 | Merge pull request #2591 from rust-lang/tshepang-patch-5 | nora | -1/+1 |
| 2025-09-17 | `match_as_ref`: do not lint if other arm is not `None => None` (#15693) | Alex Macleod | -9/+73 |
| 2025-09-17 | suggestion for `rest_pat_in_fully_bound_structs` (#15648) | Samuel Tardieu | -6/+83 |
| 2025-09-17 | `match_as_ref`: do not lint if other arm is not `None => None` | Samuel Tardieu | -9/+73 |
| 2025-09-17 | Cleanup `FnDecl::inner_full_print` | Yotam Ofek | -51/+62 |
| 2025-09-17 | port `#[rustc_coherence_is_core]` to the new attribute parsing infrastructure | Jana Dönszelmann | -20/+21 |
| 2025-09-17 | Merge pull request #20682 from A4-Tacks/fix-change-vis-applicable-on-variant | Shoyu Vanilla (Flint) | -0/+14 |
| 2025-09-17 | Add space after brace in `Box<[T]>::new_uninit_slice` example | Alan Wu | -1/+1 |
| 2025-09-17 | Do not look for `Cargo.toml` inside `target` | Samuel Tardieu | -0/+3 |
| 2025-09-17 | Remove automatic feature freeze comment | Samuel Tardieu | -108/+0 |
| 2025-09-17 | Fix `unnecessary_unwrap` false negative (#12295) (#15689) | Alex Macleod | -1/+58 |
| 2025-09-17 | Fix applicable on variant field for change_visibility | A4-Tacks | -0/+14 |
| 2025-09-17 | Merge pull request #20583 from btj/comments-enable | Chayim Refael Friedman | -18/+156 |
| 2025-09-17 | Check ZST via `PassMode` | Marcelo Domínguez | -4/+19 |
| 2025-09-17 | Auto merge of #146331 - RalfJung:copy-prov-repeat, r=oli-obk | bors | -82/+88 |
| 2025-09-17 | Add the `rust-analyzer.semanticHighlighting.comments.enable` configuration value | Bart Jacobs | -18/+156 |
| 2025-09-17 | fix(transmute_ptr_to_ref): don't suggest `.cast` when to-type is DST (#15621) | dswij | -26/+150 |
| 2025-09-17 | Adds AArch64 GCS support | Reuben Cruise | -4/+18 |
| 2025-09-17 | rustc_codegen_llvm: Reorder conversion cases | Tsukasa OI | -11/+11 |
| 2025-09-17 | rustc_codegen_llvm: Simplify `arch` conversion | Tsukasa OI | -10/+7 |
| 2025-09-17 | rustc_codegen_llvm: Name major version of LLVM | Tsukasa OI | -1/+2 |
| 2025-09-17 | Use `LLVMDIBuilderCreateTypedef` | Zalathar | -25/+17 |
| 2025-09-17 | Use `LLVMDIBuilderCreateQualifiedType` | Zalathar | -16/+13 |
| 2025-09-17 | Use `LLVMDIBuilderCreateStaticMemberType` | Zalathar | -44/+57 |
| 2025-09-17 | Use `LLVMDIBuilderCreateMemberType` | Zalathar | -27/+16 |
| 2025-09-17 | Support ZST args | Marcelo Domínguez | -1/+27 |
| 2025-09-17 | update enzyme submodule | Manuel Drehwald | -0/+0 |
| 2025-09-17 | doc and move single branch match to an if let | Marcelo Domínguez | -6/+6 |
| 2025-09-17 | Adjust autodiff actitivies for ScalarPair | Marcelo Domínguez | -0/+17 |
| 2025-09-17 | Add test for autodiff abi handling | Marcelo Domínguez | -0/+210 |