about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-08-14Rollup merge of #145353 - CathalMullan:jemalloc-tools, r=KobzolJakub Beránek-0/+9
2025-08-14Rollup merge of #145324 - Kobzol:bootstrap-host-only, r=jieyouxuJakub Beránek-119/+119
2025-08-14Rollup merge of #145261 - Kobzol:bootstrap-tracing, r=jieyouxuJakub Beránek-412/+560
2025-08-14Complete functionality and general cleanupMarcelo Domínguez-28/+0
2025-08-14rustc-dev-guide :3lcnr-2/+2
2025-08-14Rename and document `ONLY_HOSTS` in bootstrapJakub Beránek-114/+119
2025-08-14Remove `ONLY_HOSTS` value overrides that just set the default value and had n...Jakub Beránek-5/+0
2025-08-14Revert "rustdoc search: prefer stable items in search results"Guillaume Gomez-37/+2
2025-08-14Revert "rustdoc: IndexItem::{stability -> is_unstable}"Guillaume Gomez-4/+9
2025-08-14Revert "rustdoc search: add performance note about searchIndexUnstable check"Guillaume Gomez-6/+0
2025-08-14Revert "Correctly handle when there are no unstable items in the documented c...Guillaume Gomez-3/+1
2025-08-14ci: clean windows disk space in backgroundMarcoIeni-1/+179
2025-08-14Rollup merge of #145179 - joshtriplett:number, r=RalfJungGuillaume Gomez-2/+2
2025-08-14Rollup merge of #144959 - Marcondiro:master, r=Mark-SimulacrumGuillaume Gomez-1/+1
2025-08-14Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJungGuillaume Gomez-0/+2
2025-08-14Rollup merge of #142372 - Urgau:improve-remap_path_prefix-doc, r=wesleywiserGuillaume Gomez-14/+61
2025-08-14Rollup merge of #140434 - a4lg:rustdoc-multi-footnote-refs, r=fmease,Guillaum...Guillaume Gomez-9/+24
2025-08-13bootstrap: Update completions for new --timings argumentJosh Triplett-4/+16
2025-08-13bootstrap: Support passing `--timings` to cargoJosh Triplett-8/+31
2025-08-14rustdoc: Allow multiple references to a single footnoteTsukasa OI-9/+24
2025-08-14Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxubors-144/+431
2025-08-13Auto merge of #144793 - petrochenkov:extprel3, r=davidtwcobors-2/+22
2025-08-13Auto merge of #145366 - GuillaumeGomez:rollup-v0a6v3u, r=GuillaumeGomezbors-114/+265
2025-08-13Improve `--remap-path-prefix` documentationUrgau-14/+61
2025-08-13fix(compiler/rustc_codegen_llvm): apply `target-cpu` attributeStackOverflowExcept1on-1/+1
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-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-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-13Auto merge of #144722 - ywxt:parallel-reproducibile, r=SparrowLiibors-0/+22
2025-08-13Remove the `libgccjit.so.0` alias and only create the versioned library when ...Jakub Beránek-17/+9
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-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