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-09-15
opt-dist: don't set `RUST_LOG=collector=debug`
Maksim Bondarenkov
-1
/
+0
2025-09-02
Revert introduction of `[workspace.dependencies]`.
Nicholas Nethercote
-2
/
+2
2025-08-30
Use absolute path to llvm-bolt, merge-fdata rather than PATH
Mark Rousskov
-5
/
+15
2025-08-28
Add `tempfile` to `[workspace.dependencies]`.
Nicholas Nethercote
-1
/
+1
2025-08-28
Add `serde_json` to `[workspace.dependencies]`.
Nicholas Nethercote
-1
/
+1
2025-08-23
Rollup merge of #143898 - ognevny:opt-dist-rustc-rebuild, r=Kobzol
Samuel Tardieu
-2
/
+14
2025-08-11
Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomez
bors
-1
/
+1
2025-08-11
Update `sysinfo` version to `0.37.0`
Guillaume Gomez
-1
/
+1
2025-08-10
Extract Cranelift component
Jakub Beránek
-0
/
+10
2025-07-30
Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compiletest-all...
Jieyou Xu
-1
/
+1
2025-07-22
Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxu
bors
-2
/
+2
2025-07-22
Rename `tests/codegen` into `tests/codegen-llvm`
Guillaume Gomez
-1
/
+1
2025-07-22
Rename `tests/assembly` into `tests/assembly-llvm`
Guillaume Gomez
-1
/
+1
2025-07-22
Rollup merge of #144164 - ognevny:opt-dist-stage0-root, r=Kobzol
Matthias Krüger
-8
/
+14
2025-07-21
opt-dist: add an option for setting path to stage0 root
Maksim Bondarenkov
-8
/
+14
2025-07-21
opt-dist: make `artifact-dir` an absolute path for `opt-dist local`
Maksim Bondarenkov
-2
/
+2
2025-07-20
opt-dist: change build_dir field to be an actual build dir
ognevnydemon
-7
/
+13
2025-07-19
opt-dist: rebuild rustc when doing static LLVM builds
Maksim Bondarenkov
-2
/
+14
2025-07-18
Rollup merge of #143928 - ognevny:opt-dist-build-llvm, r=Kobzol
Matthias Krüger
-56
/
+87
2025-07-18
opt-dist: make llvm builds optional
Maksim Bondarenkov
-56
/
+87
2025-07-11
Update sysinfo version to `0.36.0`
Guillaume Gomez
-1
/
+1
2025-07-08
add post-dist test for checking that we use LLD
Rémy Rakic
-0
/
+3
2025-06-29
Disable rust-lld in post-dist tests
Jakub Beránek
-0
/
+2
2025-06-25
Remove `mut`
Jakub Beránek
-2
/
+2
2025-06-25
Skip more dist components
Jakub Beránek
-0
/
+5
2025-06-25
Skip unnecessary components in x64 try builds
Jakub Beránek
-4
/
+22
2025-05-29
Bump rustc-perf and update PGO crates
Michael Goulet
-1
/
+1
2025-05-17
opt-dist: fix deprecated BOLT -icf=1 option
klensy
-1
/
+1
2025-05-08
Do not deny warnings for fast try builds
Jakub Beránek
-10
/
+27
2025-05-08
Migrate `opt-dist` to edition 2024
Jakub Beránek
-2
/
+5
2025-05-08
Remove unused dependency from opt-dist
Jakub Beránek
-1
/
+0
2025-05-02
Update sysinfo to `0.35.0` in `src/tools/opt-dist`
Guillaume Gomez
-1
/
+1
2025-04-17
Rollup merge of #139962 - ognevny:opt-dist-tests, r=Kobzol
Matthias Krüger
-1
/
+14
2025-04-17
opt-dist: add a flag for running tests
Maksim Bondarenkov
-1
/
+14
2025-04-16
Only delete the lld directory if it exists
Jakub Beránek
-1
/
+3
2025-04-16
Allow disabling `--llvm-shared` in opt-dist
Jakub Beránek
-1
/
+1
2025-04-12
opt-dist: use executable-extension for host llvm-profdata
Maksim Bondarenkov
-1
/
+3
2025-03-17
replace config.toml to bootstrap.toml in src:tools
bit-aloo
-5
/
+13
2025-03-13
Do not overwrite original `config.toml` in `opt-dist`
Jakub Beránek
-29
/
+52
2025-03-04
Rollup merge of #137667 - Kobzol:gcc-dist-build, r=onur-ozkan
Jubilee
-0
/
+1
2025-03-04
Move `BuildStep` and metric logging into `build_helper`
Jakub Beránek
-70
/
+3
2025-02-28
Add `dist:Gcc` build step
Jakub Beránek
-0
/
+1
2025-01-29
tests: Skip const OOM tests on aarch64-unknown-linux-gnu
Kajetan Puchalski
-11
/
+1
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
[next]