about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2024-08-19Rollup merge of #129194 - ChrisDenton:detect-src, r=Mark-SimulacrumMatthias Krüger-2/+2
2024-08-19fix broken bootstrap documentationonur-ozkan-1/+1
2024-08-19Auto merge of #128722 - tgross35:new-resolver-root, r=Mark-Simulacrumbors-97/+112
2024-08-18Rollup merge of #129116 - Zalathar:compiler-rt, r=Mark-SimulacrumTrevor Gross-1/+14
2024-08-18Run `cargo update` with the new v2 resolverTrevor Gross-96/+111
2024-08-18Update some dependency versions that allow better licensingTrevor Gross-1/+1
2024-08-18sync llvm submodule during config parseonur-ozkan-12/+16
2024-08-18bypass `dry_run` if the command is `run_always`onur-ozkan-1/+1
2024-08-18move `Build::update_submodule` to `Config::update_submodule`onur-ozkan-116/+122
2024-08-18bootstrap: fix clean's `remove_dir_all` implementation许杰友 Jieyou Xu (Joe)-78/+15
2024-08-17Fix bootstrap test `detect_src_and_out` on WindowsChris Denton-2/+2
2024-08-16autoformat and remove unit testbinarycat-9/+1
2024-08-16bootstrap: improve error recovery flags to curlbinarycat-1/+38
2024-08-16Auto merge of #129052 - onur-ozkan:better-incompatibility-check, r=Kobzolbors-98/+164
2024-08-16bootstrap: fix trying to modify file times on read-only file on Windows许杰友 Jieyou Xu (Joe)-11/+45
2024-08-15Print more verbose error for commands that capture outputJakub Beránek-4/+32
2024-08-15Include a copy of `compiler-rt` source in the `download-ci-llvm` tarballZalathar-1/+14
2024-08-14disable download-rustc if CI rustc has unsupported optionsonur-ozkan-19/+38
2024-08-14leave a FIXME note for `--set` flags coverageonur-ozkan-0/+1
2024-08-14improve `config::check_incompatible_options_for_ci_rustc` logsonur-ozkan-6/+11
2024-08-14fix the incorrect `unpack`ing logiconur-ozkan-1/+1
2024-08-14create `const BUILDER_CONFIG_FILENAME` for builder-config fileonur-ozkan-3/+13
2024-08-14do not check incompatibility if `config.toml` isn't presentonur-ozkan-17/+19
2024-08-14print values of incompatible optionsonur-ozkan-6/+9
2024-08-13Ship MinGW-w64 runtime DLLs along with `rust-lld.exe` for `-pc-windows-gnu` t...Colin Finck-13/+24
2024-08-13Fix target triple in bootstrapJakub Beránek-1/+1
2024-08-13detect incompatible CI rustc options more preciselyonur-ozkan-48/+69
2024-08-13separate inner function (`get_toml`) of `Config::parse`onur-ozkan-34/+36
2024-08-13copy `builder-config` file into ci-rustc sysrootonur-ozkan-4/+7
2024-08-13Rollup merge of #128983 - Kobzol:bootstrap-target, r=onur-ozkanMatthias Krüger-70/+70
2024-08-13Rollup merge of #128841 - lqd:rustc-args, r=onur-ozkanMatthias Krüger-16/+13
2024-08-13Implement `AsRef<Path>` for `TargetSelection`Jakub Beránek-61/+57
2024-08-13Create a `TargetSelection` method for recognizing `*-windows-gnu` targetsJakub Beránek-9/+13
2024-08-12Rollup merge of #129000 - RalfJung:miri-bootstrap-clear, r=onur-ozkanMatthias Krüger-6/+8
2024-08-12add change tracker noticeRémy Rakic-0/+5
2024-08-12rename `./x test`'s `--rustc-args` to `--compiletest-rustc-args`Rémy Rakic-7/+7
2024-08-12remove unexpected `--rustc-args` from `./x miri`Rémy Rakic-4/+1
2024-08-12clarify that `--rustc-args` is for compiletest testsRémy Rakic-1/+1
2024-08-12 don't use rustflags for `--rustc-args`Rémy Rakic-5/+0
2024-08-12Rollup merge of #128878 - Kobzol:refactor-flags, r=onur-ozkanGuillaume Gomez-29/+48
2024-08-12bootstrap: clear miri ui-test deps when miri sysroot gets rebuiltRalf Jung-6/+8
2024-08-11Auto merge of #122362 - Zoxc:rustc_driver_static_std, r=oli-obk,lqd,bjorn3,Ko...bors-4/+34
2024-08-11Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-08-11Keep rustc's std copyJohn Kåre Alsaker-12/+1
2024-08-11Exclude just `std` from rustc depsJohn Kåre Alsaker-9/+5
2024-08-11Don't statically link `std` into `rustc_driver` for `windows-gnu`John Kåre Alsaker-4/+30
2024-08-11Link `std` statically in `rustc_driver`John Kåre Alsaker-5/+24
2024-08-10Distribute rustc_codegen_cranelift for Windowsbjorn3-12/+3
2024-08-09Auto merge of #125642 - khuey:zstd, r=Kobzolbors-4/+21
2024-08-09Rollup merge of #128874 - Kobzol:cmd-verbose-logging, r=onur-ozkanMatthias Krüger-5/+14