about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
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
2024-08-09Rollup merge of #128822 - onur-ozkan:add-build-config-in-tarballs, r=KobzolMatthias Krüger-1/+11
2024-08-09Pass `Flags` to `Config::parse` explicitlyJakub Beránek-19/+24
2024-08-09Move verbose help parsing to `main`Jakub Beránek-10/+24
2024-08-09Do not print verbose error when a bootstrap command fails without verbose modeJakub Beránek-4/+12
2024-08-09Enable zstd for debug compression.Kyle Huey-4/+21
2024-08-09Make `Build::run` comment more accurateJakub Beránek-1/+2
2024-08-09don't try to find target tools on certain commandsonur-ozkan-9/+23
2024-08-09call `Cargo::configure_linker` only for specific commandsonur-ozkan-1/+9
2024-08-09use absolute path for `config.toml`onur-ozkan-1/+5
2024-08-09add `builder-config` into tarball sourcesonur-ozkan-0/+6
2024-08-07Rollup merge of #128353 - ferrocene:jonathanpallant/add-dependencies-to-copyr...Matthias Krüger-1/+3
2024-08-07bootstrap: clear miri's ui test deps when rustc changesRalf Jung-0/+8
2024-08-06Rollup merge of #128685 - bjorn3:rust_src_remove_leftover, r=onur-ozkanMatthias Krüger-4/+0
2024-08-06improve rustup check in `x setup`onur-ozkan-4/+15
2024-08-06remove redundant FIXMEsonur-ozkan-17/+6
2024-08-06unify path syncing logic for vendor and distonur-ozkan-35/+31
2024-08-06generate-copyright: Produce HTML, not MarkdownJonathan Pallant-1/+1
2024-08-06Update generate-copyrightJonathan Pallant-0/+2
2024-08-05Rollup merge of #128686 - onur-ozkan:unnecessary-type-cast, r=KobzolMatthias Krüger-2/+1
2024-08-05Rollup merge of #128631 - onur-ozkan:hotfix, r=Mark-SimulacrumMatthias Krüger-2/+12
2024-08-05fix the invalid argument type in `helpers::get_closest_merge_base_commit`onur-ozkan-2/+1
2024-08-05Remove the root Cargo.lock from the rust-src componentbjorn3-4/+0
2024-08-05Rollup merge of #127974 - onur-ozkan:force-std-builds, r=Mark-SimulacrumMatthias Krüger-8/+31
2024-08-04Auto merge of #128534 - bjorn3:split_stdlib_workspace, r=Mark-Simulacrumbors-2/+8
2024-08-04Update incorrect commentbjorn3-1/+1
2024-08-04Rollup merge of #128589 - onur-ozkan:llvm-configs, r=cuviperMatthias Krüger-3/+17
2024-08-04handle crates when they are not specified for std docsonur-ozkan-2/+12