about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-17Do not look for `Cargo.toml` inside `target` (#15692)Jason Newcomb-0/+3
2025-09-17std: Fix WASI implementation of `remove_dir_all`Alex Crichton-1/+8
2025-09-17add `[const] PartialEq` bound to `PartialOrd`Nathaniel McCallum-1/+3
2025-09-17Remove jujutsu directory from search tools. (#15695)Samuel Tardieu-0/+3
2025-09-17Auto merge of #146685 - jdonszelmann:rollup-kwuih4z, r=jdonszelmannbors-89/+143
2025-09-17Lint overlapping assignments in MIR.Camille Gillot-28/+53
2025-09-17Remove jujutsu directory from search tools.Jason Newcomb-0/+3
2025-09-17Merge pull request #4589 from LorrensP-2158466/freebsd-readdirRalf Jung-27/+46
2025-09-17Merge pull request #2592 from rust-lang/tshepang-patch-5Tshepang Mbambo-4/+4
2025-09-17about-this-guide.md: improve a bitTshepang Mbambo-4/+4
2025-09-17Sort safe intrinsic listltdk-58/+62
2025-09-17readdir for freebsdLorrensP-2158466-27/+46
2025-09-17Rollup merge of #146681 - XrXr:patch-1, r=joboetJana Dönszelmann-1/+1
2025-09-17Rollup merge of #146654 - samueltardieu:issue142534, r=KobzolJana Dönszelmann-3/+3
2025-09-17Rollup merge of #146647 - jdonszelmann:move-coherence-is-core, r=urgauJana Dönszelmann-20/+21
2025-09-17Rollup merge of #146598 - bjorn3:feature_llvm_enzyme, r=davidtwcoJana Dönszelmann-15/+23
2025-09-17Rollup merge of #146536 - omskscream:#133895/clean-ui-tests, r=davidtwcoJana Dönszelmann-34/+60
2025-09-17Rollup merge of #146485 - zachs18:store_fn_arg-no-unsized, r=davidtwcoJana Dönszelmann-15/+5
2025-09-17Rollup merge of #146458 - Hayden602:bootstrap, r=KobzolJana Dönszelmann-1/+30
2025-09-17Auto merge of #139849 - thaliaarchi:args/zkvm, r=ibraheemdevbors-45/+58
2025-09-17Merge pull request #2591 from rust-lang/tshepang-patch-5nora-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-17suggestion 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-17Cleanup `FnDecl::inner_full_print`Yotam Ofek-51/+62
2025-09-17port `#[rustc_coherence_is_core]` to the new attribute parsing infrastructureJana Dönszelmann-20/+21
2025-09-17Merge pull request #20682 from A4-Tacks/fix-change-vis-applicable-on-variantShoyu Vanilla (Flint)-0/+14
2025-09-17Add space after brace in `Box<[T]>::new_uninit_slice` exampleAlan Wu-1/+1
2025-09-17Do not look for `Cargo.toml` inside `target`Samuel Tardieu-0/+3
2025-09-17Remove automatic feature freeze commentSamuel Tardieu-108/+0
2025-09-17Fix `unnecessary_unwrap` false negative (#12295) (#15689)Alex Macleod-1/+58
2025-09-17Fix applicable on variant field for change_visibilityA4-Tacks-0/+14
2025-09-17Merge pull request #20583 from btj/comments-enableChayim Refael Friedman-18/+156
2025-09-17Check ZST via `PassMode`Marcelo Domínguez-4/+19
2025-09-17Auto merge of #146331 - RalfJung:copy-prov-repeat, r=oli-obkbors-82/+88
2025-09-17Add the `rust-analyzer.semanticHighlighting.comments.enable` configuration valueBart Jacobs-18/+156
2025-09-17fix(transmute_ptr_to_ref): don't suggest `.cast` when to-type is DST (#15621)dswij-26/+150
2025-09-17Adds AArch64 GCS supportReuben Cruise-4/+18
2025-09-17rustc_codegen_llvm: Reorder conversion casesTsukasa OI-11/+11
2025-09-17rustc_codegen_llvm: Simplify `arch` conversionTsukasa OI-10/+7
2025-09-17rustc_codegen_llvm: Name major version of LLVMTsukasa OI-1/+2
2025-09-17Use `LLVMDIBuilderCreateTypedef`Zalathar-25/+17
2025-09-17Use `LLVMDIBuilderCreateQualifiedType`Zalathar-16/+13
2025-09-17Use `LLVMDIBuilderCreateStaticMemberType`Zalathar-44/+57
2025-09-17Use `LLVMDIBuilderCreateMemberType`Zalathar-27/+16
2025-09-17Support ZST argsMarcelo Domínguez-1/+27
2025-09-17update enzyme submoduleManuel Drehwald-0/+0
2025-09-17doc and move single branch match to an if letMarcelo Domínguez-6/+6
2025-09-17Adjust autodiff actitivies for ScalarPairMarcelo Domínguez-0/+17
2025-09-17Add test for autodiff abi handlingMarcelo Domínguez-0/+210