index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
opt-dist
Age
Commit message (
Expand
)
Author
Lines
2025-01-27
Fix 2/4 tests skipped by opt-dist
Ben Kimock
-13
/
+7
2025-01-22
Run the glibc run-make test in opt-dist
Jakub Beránek
-0
/
+1
2025-01-21
Enable verbose tests in opt-dist tests
Jakub Beránek
-0
/
+1
2025-01-21
Add test for checking used glibc symbols
Jakub Beránek
-1
/
+6
2025-01-13
ci: Enable opt-dist for dist-aarch64-linux builds
Kajetan Puchalski
-9
/
+32
2025-01-06
Don't enable anyhow's `backtrace` feature in opt-dist
Zalathar
-1
/
+1
2024-12-20
opt-dist: propagate channel info to bootstrap
Jieyou Xu
-1
/
+17
2024-11-11
move `src/tools/build_helper` into `src/build_helper`
onur-ozkan
-1
/
+1
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-11
/
+11
2024-10-07
Remove valgrind test suite from opt-dist
许杰友 Jieyou Xu (Joe)
-1
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-12
use `local-rebuild` instead of `BOOTSTRAP_SKIP_TARGET_SANITY` workaround
onur-ozkan
-7
/
+2
2024-08-27
set `BOOTSTRAP_SKIP_TARGET_SANITY` in opt-dist before running tests
onur-ozkan
-1
/
+7
2024-08-01
Update sysinfo version to 0.31.2
Guillaume Gomez
-1
/
+1
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-14
/
+17
2024-07-30
Revert "opt-dist: dont overrwite config.toml when verifying"
Mark Rousskov
-14
/
+17
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-21
/
+28
2024-06-13
opt-dist: apply considerable clippy suggestions
onur-ozkan
-5
/
+3
2024-06-09
feat: vendor crates required by opt-dist to collect profiles
Weihang Lo
-21
/
+1
2024-06-03
feat(opt-dist): new flag `--benchmark-cargo-config`
Weihang Lo
-2
/
+25
2024-05-25
opt-dist: dont overrwite config.toml when verifying
Weihang Lo
-17
/
+14
2024-05-20
refactor(opt-dist): use rustc-perf from rustc checkout
Bernardo Meurer Costa
-43
/
+14
2024-05-14
feat(tools/opt-dist): allow local builds to specify a rustc-perf checkout
Bernardo Meurer Costa
-0
/
+6
2024-05-09
opt-dist: use xz2 instead of xz crate
klensy
-1
/
+1
2024-04-14
crashes: add another test showing that everything works fine when we need com...
Matthias Krüger
-1
/
+1
2024-04-14
bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro...
Matthias Krüger
-0
/
+1
2024-03-16
Auto merge of #119418 - aaupov:master, r=Kobzol
bors
-1
/
+3
2024-03-07
Include all library files in artifact summary on CI
Jakub Beránek
-14
/
+1
2024-03-07
Auto merge of #121866 - Kobzol:opt-dist-find-llvm, r=Mark-Simulacrum
bors
-0
/
+13
2024-03-01
Modify opt-dist logic for finding LLVM artifacts
Jakub Beránek
-0
/
+13
2024-03-01
Handle new LLVM soname
Nikita Popov
-1
/
+2
2024-02-22
dedupe env_logger, drop is-terminal
klensy
-1
/
+1
2024-02-22
bump tabled
klensy
-4
/
+4
2024-02-22
bump sysinfo
klensy
-5
/
+5
2024-02-18
opt-dist: bump derive_builder to dedupe darling* and remove one more syn 1.* dep
klensy
-1
/
+1
2023-12-29
[BOLT] Use CDSort and CDSplit
Amir Ayupov
-1
/
+3
2023-10-23
Partial Revert: "Auto merge of #117018 - Kobzol:opt-dist-cargo-stage0"
Urgau
-1
/
+6
2023-10-22
Auto merge of #117062 - Kobzol:update-rustc-perf, r=Mark-Simulacrum
bors
-2
/
+2
2023-10-22
Update rustc-perf version
Jakub Beránek
-2
/
+2
2023-10-22
Pass host triple when running tests in `opt-dist`
Jakub Beránek
-0
/
+2
2023-10-22
Use beta cargo in opt-dist
Jakub Beránek
-6
/
+1
2023-10-16
opt-dist: disable unused features for tabled crate
klensy
-1
/
+1
2023-10-11
Pass BOLT settings at the correct step
Jakub Beránek
-3
/
+7
2023-10-09
Add `--enable-bolt-settings` bootstrap flag
Jakub Beránek
-0
/
+6
2023-10-09
Optimize `librustc_driver.so` with BOLT
Jakub Beránek
-43
/
+84
2023-10-02
Add artifact size and step duration summaries from `opt-dist` to github job s...
Jakub Beránek
-28
/
+94
2023-10-02
Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum
bors
-1
/
+1
2023-10-01
implement major change tracking for the bootstrap configuration
onur-ozkan
-1
/
+1
2023-09-18
Fix build on Windows
Jakub Beránek
-0
/
+1
2023-09-13
Resolve clippy warnings
Jakub Beránek
-8
/
+6
[next]