about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-26Allow `--print=crate-root-lint-levels`Lieselotte-1/+2
2025-08-26contributing: restore tests/intro.md link; avoid 'this repo' wordingAli Nazzal-2/+2
2025-08-26contributing: clarify when to update a branch vs avoid during reviewAli Nazzal-6/+4
2025-08-26Remove `SolverDefId::ForeignId`Chayim Refael Friedman-7/+4
2025-08-26Comment on intentional field orderDaria Sukhonina-0/+3
2025-08-26Update GCC submoduleGuillaume Gomez-0/+0
2025-08-26Enable clippy::panic in const contexts (#15565)Samuel Tardieu-17/+50
2025-08-26Ensure the coordinator thread terminates firstDaria Sukhonina-2/+2
2025-08-26Enable clippy::panic in const contextsYoh Deadfall-17/+50
2025-08-26Fix sync conflictGuillaume Gomez-1/+1
2025-08-26Merge commit 'feb42827f11a7ae241ceecc81e9ae556fb6ba214' into subtree-update_c...Guillaume Gomez-61/+77
2025-08-26Update to LLVM 21.1.0Nikita Popov-0/+0
2025-08-26bootstrap: Make `default_codegen_backend` return `&CodegenBackendKind` instea...Guillaume Gomez-12/+6
2025-08-26bootstrap: error early if any `codegen-backends` is set to `[]`Guillaume Gomez-0/+4
2025-08-26Auto merge of #145886 - GuillaumeGomez:rollup-9qv7jhv, r=GuillaumeGomezbors-445/+486
2025-08-27fix: Prevent invalid transformation in 'Replace match with if let' assistsgasho-1/+23
2025-08-26platform-support: Fix LoongArch32 host columnWANG Rui-2/+2
2025-08-26Rollup merge of #145875 - Kobzol:bootstrap-caching, r=jieyouxuGuillaume Gomez-17/+30
2025-08-26Rollup merge of #145867 - Zalathar:range-attr, r=nikicGuillaume Gomez-11/+30
2025-08-26Rollup merge of #145863 - EliasHolzmann:formatting_options_20250825, r=m-ou-seGuillaume Gomez-11/+11
2025-08-26Rollup merge of #145861 - cuviper:vendor-clippy, r=KobzolGuillaume Gomez-0/+1
2025-08-26Rollup merge of #145841 - Kobzol:fix-miri-run, r=jieyouxuGuillaume Gomez-17/+56
2025-08-26Rollup merge of #145615 - lorenzleutgeb:socket-doc, r=ChrisDentonGuillaume Gomez-1/+1
2025-08-26Rollup merge of #145596 - lumiscosity:optimize-png-files, r=davidtwcoGuillaume Gomez-0/+0
2025-08-26Rollup merge of #145481 - mu001999-contrib:fix/closure-sugg, r=SparrowLiiGuillaume Gomez-8/+62
2025-08-26Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r...Guillaume Gomez-1/+121
2025-08-26Rollup merge of #144551 - neuschaefer:a64be-musl, r=davidtwcoGuillaume Gomez-0/+95
2025-08-26Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhprattGuillaume Gomez-379/+79
2025-08-26Use captures(address) instead of captures(none) for indirect argsNikita Popov-35/+47
2025-08-26Bless clippy tests.Mara Bos-22/+38
2025-08-26Inherit TCC in debuginfo tests on macOSMads Marquart-0/+29
2025-08-26Test `instrument-mcount`Jamie Hill-Daniel-0/+24
2025-08-26docs(cognitive_complexity): Correct lint group (#15563)Alejandra González-2/+2
2025-08-26Update tests.Mara Bos-105/+96
2025-08-26Remove 1-argument special case from format_args!().Mara Bos-20/+0
2025-08-26Add test.Mara Bos-0/+6
2025-08-26docs(cognitive_complexity): Correct lint groupDaniel Szoke-2/+2
2025-08-26Auto merge of #145874 - Kobzol:fix-dist-builds, r=jieyouxubors-31/+112
2025-08-26Merge pull request #2555 from jieyouxu/rm-rotation许杰友 Jieyou Xu (Joe)-1/+0
2025-08-26Remove myself from adhoc_groupJieyou Xu-1/+0
2025-08-26add a flag to codegen fn attrs for foreign itemsJana Dönszelmann-1/+1
2025-08-26add a flag to codegen fn attrs for foreign itemsJana Dönszelmann-14/+16
2025-08-26Auto merge of #145871 - Zalathar:rollup-lag9tlg, r=Zalatharbors-516/+1298
2025-08-26Cache LLVM config invocationsJakub Beránek-6/+21
2025-08-26Make bootstrap command caching opt-inJakub Beránek-11/+9
2025-08-26Do not unnecessarily build stage2 host rustc in some dist buildersJakub Beránek-36/+34
2025-08-26Add snapshot test for cross-compiled dist without docsJakub Beránek-5/+88
2025-08-26remove deprecated Error::description in implsMarijn Schouten-379/+79
2025-08-26stabilization_guide: fix macro name and syntax in gating exampleAli Nazzal-1/+1
2025-08-26Always build miri for the host in `x run miri`Jakub Beránek-17/+56