about summary refs log tree commit diff
path: root/src/bootstrap/bin
AgeCommit message (Expand)AuthorLines
2023-07-30bootstrap: inline format!() argsMatthias Krüger-20/+19
2023-06-27[PATCH] Fix build on Solaris where fd-lock cannot be used.Petr Sumbera-4/+6
2023-06-23display pid of process holding lockZephaniah Ong-36/+21
2023-05-07Give a more helpful error when running the rustc shim directlyjyn-4/+14
2023-04-18Auto merge of #110492 - GuillaumeGomez:rollup-n4tpbl4, r=GuillaumeGomezbors-2/+4
2023-04-18Fix bootstrap lockingAlbert Larsan-2/+4
2023-04-17Support `x test --stage 1 ui-fulldeps`jyn-1/+1
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-22/+30
2023-03-13Rollup merge of #108607 - psumbera:solaris-no-flock-bootstrap, r=albertlarsan68Matthias Krüger-7/+10
2023-03-13Don't use fd-lock on Solaris in bootstrapPetr Sumbera-7/+10
2023-03-11Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni-4/+4
2023-01-23Print PID holding bootstrap build lock on Linuxclubby789-2/+34
2023-01-09Update mdbookEric Huss-0/+35
2022-12-22Use LLVM_CMAKE_DIR for lld buildNikita Popov-24/+0
2022-11-25remove unused codeTshepang Mbambo-3/+1
2022-11-25remove obsolete commentTshepang Mbambo-4/+0
2022-11-05Place config.toml in current working directory if config not foundTanner Davies-1/+1
2022-10-26check lld version to choose correct flag for testsDaniil Belov-6/+2
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-1/+1
2022-09-16Pass --cfg=bootstrap for rustdoc for proc_macro cratesest31-4/+13
2022-08-16bootstrap: don't apply `-Ztls-model=initial-exec` to proc macrosAlex Macleod-3/+12
2022-07-04Auto merge of #98731 - InfRandomness:fix-#98728, r=Mark-Simulacrumbors-3/+1
2022-06-30Revert #95993 fixInfRandomness-3/+1
2022-06-27Move locking from bootstrap.py to rust bootstrap, using fd-lockJosh Triplett-1/+17
2022-06-16Make #[cfg(bootstrap)] not error in proc macros on later stagesest31-3/+9
2022-04-24Remove dead code in rustdoc shimJoshua Nelson-9/+2
2022-04-12Fix `x test --doc --stage 0 library/std`Joshua Nelson-1/+3
2022-04-05Rollup merge of #95449 - jyn514:doc-stage-0, r=ehussDylan DPC-4/+16
2022-03-29Fix `x doc --stage 0 compiler`Joshua Nelson-4/+16
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-0/+6
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-6/+0
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-0/+6
2022-02-07Rollup merge of #88313 - jyn514:pre-push, r=Mark-SimulacrumMara Bos-0/+14
2022-02-02Add a convenient way to inject rustc flags somewhere late in the bootstrap pi...Oli Scherer-0/+6
2022-01-01Make the rustc and rustdoc wrapper not depend on libbootstrapbjorn3-6/+10
2021-10-16bootstrap: tweak verbosity settingsXimin Luo-1/+1
2021-08-24Make the pre-commit script pre-push insteadJoshua Nelson-0/+14
2021-06-07build doctests with lld if use-lld = trueThe8472-1/+6
2021-06-04Pass --cfg=bootstrap for proc_macros or build scripts built by stage0Joshua Nelson-0/+7
2021-05-21facepalm: operator precedence fail on my part.Felix S. Klock II-1/+1
2021-03-19Auto merge of #82754 - rylev:rusage-windows, r=pnkfelixbors-9/+75
2021-03-11Clean up handling of child processRyan Levick-19/+9
2021-03-05Revise prefix a bit, adding both `--test` (conditionally) and `[RUSTC-SHIM]` ...Felix S. Klock II-3/+4
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-04Attempt to gather similar stats as rusage on WindowsRyan Levick-5/+67
2021-03-01Rollup merge of #82532 - pnkfelix:rustbuild-print-step-rusage, r=Mark-SimulacrumYuki Okushi-3/+79
2021-02-25Implementation of build.print_step_rusage.Felix S. Klock II-3/+79
2021-02-22Print out env vars related to Rust on (sufficiently verbose) rustc invocations.Felix S. Klock II-0/+6
2021-02-17make suggest setup help messages betterHenry Boisdequin-3/+9