Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
src
/
tools
/
opt-dist
232bef3
Rollup merge of #143928 - ognevny:opt-dist-build-llvm, r=Kobzol
by Matthias Krüger
· 19 hours ago
8e840f7
opt-dist: make llvm builds optional
by Maksim Bondarenkov
· 28 hours ago
1a28fb8
Update sysinfo version to `0.36.0`
by Guillaume Gomez
· 8 days ago
aa52711
add post-dist test for checking that we use LLD
by Rémy Rakic
· 11 days ago
1a8b6f5
Disable rust-lld in post-dist tests
by Jakub Beránek
· 3 weeks ago
58bc1dc
Remove `mut`
by Jakub Beránek
· 3 weeks ago
25dee4e
Skip more dist components
by Jakub Beránek
· 3 weeks ago
e0f8e86
Skip unnecessary components in x64 try builds
by Jakub Beránek
· 3 weeks ago
73382e4
Bump rustc-perf and update PGO crates
by Michael Goulet
· 7 weeks ago
40e3b80
opt-dist: fix deprecated BOLT -icf=1 option
by klensy
· 9 weeks ago
082777e
Do not deny warnings for fast try builds
by Jakub Beránek
· 2 months ago
34495f5
Migrate `opt-dist` to edition 2024
by Jakub Beránek
· 2 months ago
52fcf33
Remove unused dependency from opt-dist
by Jakub Beránek
· 2 months ago
fbfc329
Update sysinfo to `0.35.0` in `src/tools/opt-dist`
by Guillaume Gomez
· 3 months ago
692252403
Rollup merge of #139962 - ognevny:opt-dist-tests, r=Kobzol
by Matthias Krüger
· 3 months ago
62a104d9
opt-dist: add a flag for running tests
by Maksim Bondarenkov
· 3 months ago
6f386e7
Only delete the lld directory if it exists
by Jakub Beránek
· 3 months ago
bd9bd38
Allow disabling `--llvm-shared` in opt-dist
by Jakub Beránek
· 3 months ago
86e2a07
opt-dist: use executable-extension for host llvm-profdata
by Maksim Bondarenkov
· 3 months ago
3723f15
replace config.toml to bootstrap.toml in src:tools
by bit-aloo
· 4 months ago
34272a5
Do not overwrite original `config.toml` in `opt-dist`
by Jakub Beránek
· 4 months ago
df2a263
Rollup merge of #137667 - Kobzol:gcc-dist-build, r=onur-ozkan
by Jubilee
· 5 months ago
ead58ea
Move `BuildStep` and metric logging into `build_helper`
by Jakub Beránek
· 5 months ago
4c45285
Add `dist:Gcc` build step
by Jakub Beránek
· 5 months ago
b7916fb
tests: Skip const OOM tests on aarch64-unknown-linux-gnu
by Kajetan Puchalski
· 6 months ago
1f4309c
Fix 2/4 tests skipped by opt-dist
by Ben Kimock
· 6 months ago
7877883
Run the glibc run-make test in opt-dist
by Jakub Beránek
· 6 months ago
75f8cc6
Enable verbose tests in opt-dist tests
by Jakub Beránek
· 6 months ago
ef9349d
Add test for checking used glibc symbols
by Jakub Beránek
· 6 months ago
3d54764
ci: Enable opt-dist for dist-aarch64-linux builds
by Kajetan Puchalski
· 6 months ago
85e0d42
Don't enable anyhow's `backtrace` feature in opt-dist
by Zalathar
· 6 months ago
42bf2af
opt-dist: propagate channel info to bootstrap
by Jieyou Xu
· 7 months ago
bc75310
move `src/tools/build_helper` into `src/build_helper`
by onur-ozkan
· 8 months ago
a26450c
Rename target triple to target tuple in many places in the compiler
by Noratrieb
· 9 months ago
f1e408a
Remove valgrind test suite from opt-dist
by 许杰友 Jieyou Xu (Joe)
· 10 months ago
c682aa1
Reformat using the new identifier sorting from rustfmt
by Michael Goulet
· 10 months ago
654513e
use `local-rebuild` instead of `BOOTSTRAP_SKIP_TARGET_SANITY` workaround
by onur-ozkan
· 10 months ago
1a74371
set `BOOTSTRAP_SKIP_TARGET_SANITY` in opt-dist before running tests
by onur-ozkan
· 11 months ago
f449586
Update sysinfo version to 0.31.2
by Guillaume Gomez
· 12 months ago
f8060d2
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
by bors
· 12 months ago
abb1eba
Revert "opt-dist: dont overrwite config.toml when verifying"
by Mark Rousskov
· 12 months ago
84ac80f
Reformat `use` declarations.
by Nicholas Nethercote
· 12 months ago
a31b1b2
opt-dist: apply considerable clippy suggestions
by onur-ozkan
· 1 year, 1 month ago
e24be07
feat: vendor crates required by opt-dist to collect profiles
by Weihang Lo
· 1 year, 1 month ago
0a11dcf
feat(opt-dist): new flag `--benchmark-cargo-config`
by Weihang Lo
· 1 year, 2 months ago
c81a40b
opt-dist: dont overrwite config.toml when verifying
by Weihang Lo
· 1 year, 2 months ago
95c05c3
refactor(opt-dist): use rustc-perf from rustc checkout
by Bernardo Meurer Costa
· 1 year, 2 months ago
c3c9783
feat(tools/opt-dist): allow local builds to specify a rustc-perf checkout
by Bernardo Meurer Costa
· 1 year, 2 months ago
39159a3
opt-dist: use xz2 instead of xz crate
by klensy
· 1 year, 2 months ago
d6e70df
crashes: add another test showing that everything works fine when we need compile-flags to repro an ice and add README
by Matthias Krüger
· 1 year, 3 months ago
7b05360
bootstrap/compiletest: implement "crashes" tests that fail if no ice is reproduced
by Matthias Krüger
· 1 year, 3 months ago
9023f90
Auto merge of #119418 - aaupov:master, r=Kobzol
by bors
· 1 year, 4 months ago
4a1f4ff
Include all library files in artifact summary on CI
by Jakub Beránek
· 1 year, 4 months ago
51f4839
Auto merge of #121866 - Kobzol:opt-dist-find-llvm, r=Mark-Simulacrum
by bors
· 1 year, 4 months ago
31ae823
Modify opt-dist logic for finding LLVM artifacts
by Jakub Beránek
· 1 year, 5 months ago
1a652fa
Handle new LLVM soname
by Nikita Popov
· 1 year, 5 months ago
53efefb
dedupe env_logger, drop is-terminal
by klensy
· 1 year, 5 months ago
15bc681
bump tabled
by klensy
· 1 year, 5 months ago
0b44330
bump sysinfo
by klensy
· 1 year, 5 months ago
5e2a7ac
opt-dist: bump derive_builder to dedupe darling* and remove one more syn 1.* dep
by klensy
· 1 year, 5 months ago
13ef6d4
[BOLT] Use CDSort and CDSplit
by Amir Ayupov
· 1 year, 7 months ago
0691c06
Partial Revert: "Auto merge of #117018 - Kobzol:opt-dist-cargo-stage0"
by Urgau
· 1 year, 9 months ago
913ceae
Auto merge of #117062 - Kobzol:update-rustc-perf, r=Mark-Simulacrum
by bors
· 1 year, 9 months ago
41dfebb
Update rustc-perf version
by Jakub Beránek
· 1 year, 9 months ago
823d72a
Pass host triple when running tests in `opt-dist`
by Jakub Beránek
· 1 year, 9 months ago
a836fd6
Use beta cargo in opt-dist
by Jakub Beránek
· 1 year, 9 months ago
8342596
opt-dist: disable unused features for tabled crate
by klensy
· 1 year, 9 months ago
482a820
Pass BOLT settings at the correct step
by Jakub Beránek
· 1 year, 9 months ago
9a0e90f
Add `--enable-bolt-settings` bootstrap flag
by Jakub Beránek
· 1 year, 9 months ago
dd7c5a0
Optimize `librustc_driver.so` with BOLT
by Jakub Beránek
· 1 year, 9 months ago
209789e
Add artifact size and step duration summaries from `opt-dist` to github job summary
by Jakub Beránek
· 1 year, 10 months ago
781ebbe
Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum
by bors
· 1 year, 10 months ago
957de61
implement major change tracking for the bootstrap configuration
by onur-ozkan
· 1 year, 10 months ago
ee451f8
Fix build on Windows
by Jakub Beránek
· 1 year, 10 months ago
f13b545
Resolve clippy warnings
by Jakub Beránek
· 1 year, 10 months ago
6c718b5
Refactor rustc-perf building
by Jakub Beránek
· 1 year, 10 months ago
11f9283
Add a Local environment to `opt-dist`
by Jakub Beránek
· 1 year, 10 months ago
a2ed508
Fix `reset_directory` function
by Jakub Beránek
· 1 year, 10 months ago
f17047b
Refactor Environment
by Jakub Beránek
· 1 year, 10 months ago
95500f4
Make executable extension platform, rather than environment dependent
by Jakub Beránek
· 1 year, 10 months ago
074fb2c
Store target triple in environment
by Jakub Beránek
· 1 year, 10 months ago
c98455f
Retry download of rustc-perf in opt-dist
by Jakub Beránek
· 1 year, 11 months ago
fe6c863
Mirror the rustc-perf source
by Mark Rousskov
· 1 year, 11 months ago
abc910b
Auto merge of #114001 - meysam81:issue-111894-fix, r=clubby789
by bors
· 2 years ago
6b4ec09
Remove usage of `--use-old-text` for BOLT
by Jakub Beránek
· 2 years ago
65e468f
Rename method in `opt-dist`
by Jakub Beránek
· 2 years ago
0b16456
fix(bootstrap): rename exclude flag to skip 🐛
by Meysam Azad
· 2 years ago
acb617c
Generalize duration analysis
by Jakub Beránek
· 2 years ago
756da76
Rollup merge of #113804 - Kobzol:opt-dist-version, r=Mark-Simulacrum
by Matthias Krüger
· 2 years ago
142995f
Pass BOLT profile to bootstrap to be included in the reproducible artifacts archive
by Jakub Beránek
· 2 years ago
a16925d
Implement BOLT optimization in the `opt-dist` tool
by Jakub Beránek
· 2 years ago
0be1152
Auto merge of #113779 - Kobzol:try-build-no-lto, r=Mark-Simulacrum
by bors
· 2 years ago
9c373e3
Try to build LLVM without LTO
by Jakub Beránek
· 2 years ago
50d117e
Resolve correct archive version name in `opt-dist`
by Jakub Beránek
· 2 years ago
e04b915
Use log groups in `opt-dist`
by Jakub Beránek
· 2 years ago
18305ea
Print artifact sizes in `opt-dist`
by Jakub Beránek
· 2 years ago
91d2fb2
Port PGO/LTO/BOLT optimized build pipeline to Rust
by Jakub Beránek
· 2 years ago