summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2023-05-07enable `rust_2018_idioms` for doctestsozkanonur-0/+9
2023-05-05Generate windows-sys bindingsChris Denton-0/+24
2023-05-05support enable rpath in each target independentlyWang Qilin-1/+8
2023-05-05Rollup merge of #111223 - jyn514:free-args, r=clubby789Yuki Okushi-28/+30
2023-05-05Rollup merge of #111187 - krasimirgg:llvm-runtimes, r=jyn514Yuki Okushi-0/+2
2023-05-04Use `free-args` consistently in bootstrapjyn-28/+30
2023-05-04Rollup merge of #111201 - krasimirgg:add_gitmodules, r=jyn514Matthias Krüger-0/+1
2023-05-04Rollup merge of #108865 - Zoxc:library-dummy-crate, r=jyn514Matthias Krüger-6/+6
2023-05-04bootstrap: add .gitmodules to the sourcesKrasimir Georgiev-0/+1
2023-05-04bootstrap: add llvm-project/runtimes to the sourcesKrasimir Georgiev-0/+2
2023-05-04Rollup merge of #111069 - ozkanonur:remove-pointless-fixme, r=albertlarsan68Dylan DPC-1/+0
2023-05-01Make x.py work again in most (all?) casesAlbert Larsan-1/+19
2023-05-01remove pointless `FIXME` in `bootstrap::download`ozkanonur-1/+0
2023-04-30Auto merge of #110427 - Nilstrieb:parallel-bootstrap-startup, r=albertlarsan68bors-15/+86
2023-04-30Parallelize initial rust extractionNilstrieb-2/+68
2023-04-30Rollup merge of #110999 - clubby789:bootstrap-stderr, r=Mark-SimulacrumMatthias Krüger-37/+47
2023-04-30Rollup merge of #110996 - loongarch-rs:fix-bootstrap, r=ozkanonurMatthias Krüger-1/+1
2023-04-30Rollup merge of #110118 - jyn514:download-error, r=Mark-SimulacrumMatthias Krüger-1/+12
2023-04-29Output some bootstrap messages on stderrclubby789-37/+47
2023-04-29Auto merge of #110576 - jyn514:unify-test-args, r=ozkanonurbors-349/+215
2023-04-30bootstrap: Fix compile error: unused-mutWANG Rui-1/+1
2023-04-29Fix `x test --no-deps`jyn-34/+58
2023-04-29Combine several `Step`s into a single step with multiple pathsjyn-115/+22
2023-04-29Convert the rest of the `test` Steps to run_cargo_testjyn-85/+79
2023-04-29windows: kill rust-analyzer-proc-macro-srv before deleting stage0 directoryjyn-6/+29
2023-04-29download-rustc: Give a better error message if artifacts can't be downloadedJoshua Nelson-1/+12
2023-04-29switch Crate to run_cargo_testjyn-61/+43
2023-04-29[wip] separate out a test_crate_args fnjyn-16/+20
2023-04-29Remove unnecessary `test_kind` field and `TestKind` structjyn-66/+21
2023-04-28handle cfg(bootstrap)Pietro Albini-4/+1
2023-04-28Rollup merge of #110909 - john-h-k:build/no-rustc-version-darwin, r=jyn514Yuki Okushi-11/+17
2023-04-27Comment round #1John Kelly-2/+3
2023-04-27Skip rustc version detection on macOSJohn Kelly-13/+18
2023-04-27fix bug in set argsyukang-1/+3
2023-04-27Fix help message of option for checking Listyukang-4/+3
2023-04-27add testyukang-0/+6
2023-04-27configure --set support list as argumentsyukang-0/+7
2023-04-25Add a `sysroot` crate to represent the standard library cratesJohn Kåre Alsaker-6/+6
2023-04-25Rollup merge of #110779 - jchzhou:patch, r=albertlarsan68Matthias Krüger-0/+4
2023-04-25Rollup merge of #110744 - weihanglo:cargo-credential-install, r=ehussYuki Okushi-3/+3
2023-04-25configure.py: add flag for riscv{64,32}gc musl-rootjchzhou-0/+4
2023-04-24Rollup merge of #110637 - oli-obk:gha, r=jyn514Matthias Krüger-177/+166
2023-04-23bootstrap: update paths cargo-credential crateWeihang Lo-3/+3
2023-04-23Rollup merge of #110664 - Ezrashaw:fix-bootstrap-build-format, r=jyn514Matthias Krüger-4/+2
2023-04-22Group entire build steps in the gha logsOli Scherer-177/+166
2023-04-22stop `x fmt` formatting alt build dirsEzra Shaw-4/+2
2023-04-21Rollup merge of #110365 - ozkanonur:ship-tools-with-sysroot, r=jyn514Matthias Krüger-7/+27
2023-04-21remove the early return in `Sysroot::run` which causes bypassing symlinkingozkanonur-1/+0
2023-04-21ship clippy, miri and rustfmt with sysrootozkanonur-6/+27
2023-04-20Rollup merge of #110574 - wangkirin:fix-out-of-date-comments, r=albertlarsan68Matthias Krüger-2/+2