about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-08-13Merge pull request #20390 from A4-Tacks/if-else-comp-in-args-or-letChayim Refael Friedman-1/+127
2025-08-13Rollup merge of #145356 - GuillaumeGomez:doctest-escaped, r=fmeaseGuillaume Gomez-0/+14
2025-08-13Rollup merge of #145349 - GuillaumeGomez:unstable-items-search, r=lolbinaryca...Guillaume Gomez-1/+3
2025-08-13Rollup merge of #145341 - Kobzol:codegen-backend-gcc, r=jieyouxuGuillaume Gomez-67/+98
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-46/+73
2025-08-13Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi...Guillaume Gomez-0/+77
2025-08-13Merge pull request #20448 from donni-h/patch-2Chayim Refael Friedman-1/+1
2025-08-13Update clippy testsVadim Petrochenkov-2/+22
2025-08-13Auto merge of #145298 - nikic:llvm21-rc3, r=cuviperbors-1/+3
2025-08-13Add missing entry in STAGE0_MISSING_TARGETSJens Reidel-0/+1
2025-08-13[internal] Update to the latest @vscode/vsce for extension buildWilfred Hughes-195/+1163
2025-08-13Add another example for escaped `#` character in doctest in rustdoc bookGuillaume Gomez-0/+14
2025-08-13Correctly handle when there are no unstable items in the documented crateGuillaume Gomez-1/+3
2025-08-13Print crate count for `check::Rustc` in snapshot testsJakub Beránek-9/+13
2025-08-13Use ci-mirrors for binutils in freebsd-toolchain.shNikita Popov-1/+3
2025-08-13bootstrap: Fix jemalloc 64K page support for aarch64 toolsCathal Mullan-0/+9
2025-08-13Fix dead link to Cargo.toml in documentationdonni-h-1/+1
2025-08-13Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLiibors-0/+22
2025-08-13Merge pull request #20446 from lcnr/kinda-unhelpful-3Lukas Wirth-81/+88
2025-08-13Remove the `libgccjit.so.0` alias and only create the versioned library when ...Jakub Beránek-17/+9
2025-08-13manually normalize aliaslcnr-8/+3
2025-08-13layout_of uses `PostAnalysis`lcnr-2/+6
2025-08-13implement `type_of_opaque`lcnr-72/+69
2025-08-13Make sure that we won't accidentally ship libgccjit.so in the dist componentJakub Beránek-1/+13
2025-08-13Install libgccjit into the compiler's sysroot when the GCC codegen backend is...Jakub Beránek-55/+82
2025-08-13Merge pull request #20376 from fee1-dead/traitaliasLukas Wirth-591/+102
2025-08-13Merge pull request #20445 from rust-lang/veykril/push-twmmuyzwtxnoLukas Wirth-9/+11
2025-08-13update a few fixmes, and one trivial improvementlcnr-11/+22
2025-08-13fix: Attach db for inlay hint computeLukas Wirth-9/+11
2025-08-13fix errors after rebaseDeadbeef-14/+13
2025-08-13Fix metrics checking out repos into toplevel folder instead of `target`Lukas Wirth-8/+12
2025-08-13Print fields of interned IDs in hir-ty instead of just the IDLukas Wirth-21/+25
2025-08-13add test for trait alias projectionsDeadbeef-0/+21
2025-08-13Merge Trait and TraitAlias handlingDeadbeef-577/+68
2025-08-13Bless testsJakub Beránek-1/+7
2025-08-13Manually optimize steps performed by `x clippy ci`Jakub Beránek-25/+32
2025-08-13Only check rustc when linting rustc_codegen_gccJakub Beránek-8/+7
2025-08-13Add change tracker entryJakub Beránek-0/+5
2025-08-13Lint code in CI using in-tree ClippyJakub Beránek-1/+1
2025-08-13Add more testsJakub Beránek-9/+83
2025-08-13Fix staging of linting toolsJakub Beránek-36/+38
2025-08-13Fix staging for `x clippy std`Jakub Beránek-56/+67
2025-08-13Add snapshot test for `x clippy std`Jakub Beránek-0/+17
2025-08-13Fix Clippy staging for compilerJakub Beránek-53/+84
2025-08-13Add snapshot test for `x clippy ci`Jakub Beránek-0/+57
2025-08-13Forbid running Clippy on stage 0Jakub Beránek-0/+4
2025-08-13Implement `clippy::CodegenGcc` as a separate stepJakub Beránek-7/+81
2025-08-13Merge pull request #20329 from jackh726/next-trait-solver-querifyLukas Wirth-1309/+19140
2025-08-13Prepare standard library for checking rustc in `prepare_compiler_for_check`Jakub Beránek-27/+23
2025-08-13Merge ref '1553adfe6884' from rust-lang/rustThe Miri Cronjob Bot-1439/+2168