about summary refs log tree commit diff
path: root/src/tools/opt-dist
AgeCommit message (Expand)AuthorLines
2025-06-29Disable rust-lld in post-dist testsJakub Beránek-0/+2
2025-06-25Remove `mut`Jakub Beránek-2/+2
2025-06-25Skip more dist componentsJakub Beránek-0/+5
2025-06-25Skip unnecessary components in x64 try buildsJakub Beránek-4/+22
2025-05-29Bump rustc-perf and update PGO cratesMichael Goulet-1/+1
2025-05-17opt-dist: fix deprecated BOLT -icf=1 optionklensy-1/+1
2025-05-08Do not deny warnings for fast try buildsJakub Beránek-10/+27
2025-05-08Migrate `opt-dist` to edition 2024Jakub Beránek-2/+5
2025-05-08Remove unused dependency from opt-distJakub Beránek-1/+0
2025-05-02Update sysinfo to `0.35.0` in `src/tools/opt-dist`Guillaume Gomez-1/+1
2025-04-17Rollup merge of #139962 - ognevny:opt-dist-tests, r=KobzolMatthias Krüger-1/+14
2025-04-17opt-dist: add a flag for running testsMaksim Bondarenkov-1/+14
2025-04-16Only delete the lld directory if it existsJakub Beránek-1/+3
2025-04-16Allow disabling `--llvm-shared` in opt-distJakub Beránek-1/+1
2025-04-12opt-dist: use executable-extension for host llvm-profdataMaksim Bondarenkov-1/+3
2025-03-17replace config.toml to bootstrap.toml in src:toolsbit-aloo-5/+13
2025-03-13Do not overwrite original `config.toml` in `opt-dist`Jakub Beránek-29/+52
2025-03-04Rollup merge of #137667 - Kobzol:gcc-dist-build, r=onur-ozkanJubilee-0/+1
2025-03-04Move `BuildStep` and metric logging into `build_helper`Jakub Beránek-70/+3
2025-02-28Add `dist:Gcc` build stepJakub Beránek-0/+1
2025-01-29tests: Skip const OOM tests on aarch64-unknown-linux-gnuKajetan Puchalski-11/+1
2025-01-27Fix 2/4 tests skipped by opt-distBen Kimock-13/+7
2025-01-22Run the glibc run-make test in opt-distJakub Beránek-0/+1
2025-01-21Enable verbose tests in opt-dist testsJakub Beránek-0/+1
2025-01-21Add test for checking used glibc symbolsJakub Beránek-1/+6
2025-01-13ci: Enable opt-dist for dist-aarch64-linux buildsKajetan Puchalski-9/+32
2025-01-06Don't enable anyhow's `backtrace` feature in opt-distZalathar-1/+1
2024-12-20opt-dist: propagate channel info to bootstrapJieyou Xu-1/+17
2024-11-11move `src/tools/build_helper` into `src/build_helper`onur-ozkan-1/+1
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-11/+11
2024-10-07Remove valgrind test suite from opt-dist许杰友 Jieyou Xu (Joe)-1/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+5
2024-09-12use `local-rebuild` instead of `BOOTSTRAP_SKIP_TARGET_SANITY` workaroundonur-ozkan-7/+2
2024-08-27set `BOOTSTRAP_SKIP_TARGET_SANITY` in opt-dist before running testsonur-ozkan-1/+7
2024-08-01Update sysinfo version to 0.31.2Guillaume Gomez-1/+1
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-14/+17
2024-07-30Revert "opt-dist: dont overrwite config.toml when verifying"Mark Rousskov-14/+17
2024-07-29Reformat `use` declarations.Nicholas Nethercote-21/+28
2024-06-13opt-dist: apply considerable clippy suggestionsonur-ozkan-5/+3
2024-06-09feat: vendor crates required by opt-dist to collect profilesWeihang Lo-21/+1
2024-06-03feat(opt-dist): new flag `--benchmark-cargo-config`Weihang Lo-2/+25
2024-05-25opt-dist: dont overrwite config.toml when verifyingWeihang Lo-17/+14
2024-05-20refactor(opt-dist): use rustc-perf from rustc checkoutBernardo Meurer Costa-43/+14
2024-05-14feat(tools/opt-dist): allow local builds to specify a rustc-perf checkoutBernardo Meurer Costa-0/+6
2024-05-09opt-dist: use xz2 instead of xz crateklensy-1/+1
2024-04-14crashes: add another test showing that everything works fine when we need com...Matthias Krüger-1/+1
2024-04-14bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro...Matthias Krüger-0/+1
2024-03-16Auto merge of #119418 - aaupov:master, r=Kobzolbors-1/+3
2024-03-07Include all library files in artifact summary on CIJakub Beránek-14/+1
2024-03-07Auto merge of #121866 - Kobzol:opt-dist-find-llvm, r=Mark-Simulacrumbors-0/+13