about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2021-04-17bootstrap: Restore missing --bulk-dirs for rust-docs, rustc-docsAnders Kaseorg-2/+19
2021-04-16bootstrap: use bash on illumos to run install scriptsJoshua M. Clulow-1/+6
2021-04-11bootstrap: check local_rebuild before adding --cfg=bootstrap, closes #84057Ximin Luo-4/+6
2021-04-11Auto merge of #84071 - nagisa:nixos-patching-fix, r=Mark-Simulacrumbors-48/+41
2021-04-10Fix NixOS patchingSimonas Kazlauskas-48/+41
2021-04-09Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrumbors-0/+2
2021-04-09Enable sanitizers for x86_64-unknown-linux-musl12101111-0/+3
2021-04-09reduce threads spawned by ui-testsThe8472-0/+2
2021-04-07Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrumbors-27/+39
2021-04-07Cleanup option parsing and config.toml.exampleJoshua Nelson-27/+39
2021-04-06Bump bootstrap compilerEric Huss-1/+1
2021-04-05Auto merge of #83905 - JohnTitor:rollup-pa1la80, r=JohnTitorbors-5/+36
2021-04-06Rollup merge of #83885 - jyn514:private-links, r=Mark-SimulacrumYuki Okushi-0/+2
2021-04-05Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrumbors-1/+6
2021-04-05Add config file for tools enabling stage1 downloads by defaultJoshua Nelson-5/+34
2021-04-05Rollup merge of #83368 - jyn514:download-if-unchanged, r=Mark-SimulacrumDylan DPC-3/+10
2021-04-05Add `download-rustc = "if-unchanged"`Joshua Nelson-3/+10
2021-04-05Document compiler/ with -Aprivate-intra-doc-linksJoshua Nelson-0/+2
2021-04-05Rollup merge of #82739 - jyn514:separate-stage0-stage1, r=Mark-SimulacrumDylan DPC-118/+159
2021-04-04use jemallocator in rustc/rustdocGus Wynn-1/+6
2021-04-04Use the beta compiler for building bootstrap tools when `download-rustc` is setJoshua Nelson-118/+159
2021-04-04Workaround increased cache clearing in CargoMark Rousskov-1/+10
2021-04-04Bump cfgsMark Rousskov-12/+2
2021-04-04Auto merge of #82347 - the8472:parallelize-tidy, r=Mark-Simulacrumbors-0/+1
2021-04-03Address review comments and Windows failure, and make cleanerRich Kadel-37/+40
2021-04-03Make rust-demangler installableRich Kadel-2/+167
2021-03-30bootstrap: don't complain about linkcheck if it is excludedTom Eccles-13/+13
2021-03-29Auto merge of #80839 - tblah:riscv64linux_links, r=Mark-Simulacrumbors-1/+15
2021-03-28bootstrap: don't run linkcheck when crosscompilingTom Eccles-1/+15
2021-03-27Run Miri test suite with mir-opt-level=4Ralf Jung-1/+8
2021-03-26Rollup merge of #83444 - Mark-Simulacrum:bootstrap-beta, r=pietroalbiniDylan DPC-0/+3
2021-03-24Fix bootstrap tests on betaMark Rousskov-0/+3
2021-03-22Update the minimum external LLVM to 10Josh Stone-2/+2
2021-03-21Download a more recent LLVM version if `src/version` is modifiedJoshua Nelson-0/+2
2021-03-19Auto merge of #82754 - rylev:rusage-windows, r=pnkfelixbors-10/+76
2021-03-15Make bootstrap be more informative when one does `x.py test` on a beta checko...Felix S. Klock II-0/+13
2021-03-12Make docs-minification default to trueMichael Howell-0/+1
2021-03-12Add a `disable-minification` option for rustdocMichael Howell-0/+15
2021-03-11Clean up handling of child processRyan Levick-19/+9
2021-03-10Rollup merge of #82924 - sunfishcode:wasi-command, r=alexcrichtonDylan DPC-1/+1
2021-03-10Rollup merge of #82802 - jyn514:build-rustdoc-fullmake, r=Mark-SimulacrumYuki Okushi-1/+1
2021-03-08WASI: Switch to crt1-command.o to enable support for new-style commandsDan Gohman-1/+1
2021-03-06Revert fmt version, add rustdoc-json-types to bootstrap testsRune Tynan-0/+72
2021-03-05Revise prefix a bit, adding both `--test` (conditionally) and `[RUSTC-SHIM]` ...Felix S. Klock II-3/+4
2021-03-05Build rustdoc for run-make tests, not just run-make-fulldepsJoshua Nelson-1/+1
2021-03-05Add more windows specific numbersRyan Levick-28/+42
2021-03-04Make rustc shim's verbose output include crate_name being compiled.Felix S. Klock II-5/+10
2021-03-04Auto merge of #81451 - nikic:llvm-12, r=nagisabors-0/+2
2021-03-04Rollup merge of #82740 - jyn514:proper-history, r=Mark-SimulacrumYuki Okushi-3/+2
2021-03-04Attempt to gather similar stats as rusage on WindowsRyan Levick-6/+68