summaryrefslogtreecommitdiff
path: root/src/bootstrap/bin
Commit message (Expand)AuthorAgeFilesLines
* Give a more helpful error when running the rustc shim directlyjyn2023-05-072-4/+14
* Auto merge of #110492 - GuillaumeGomez:rollup-n4tpbl4, r=GuillaumeGomezbors2023-04-181-2/+4
|\
| * Fix bootstrap lockingAlbert Larsan2023-04-181-2/+4
* | Support `x test --stage 1 ui-fulldeps`jyn2023-04-171-1/+1
|/
* migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell2023-03-201-22/+30
* Rollup merge of #108607 - psumbera:solaris-no-flock-bootstrap, r=albertlarsan68Matthias Krüger2023-03-131-7/+10
|\
| * Don't use fd-lock on Solaris in bootstrapPetr Sumbera2023-03-131-7/+10
* | Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni2023-03-111-4/+4
|/
* Print PID holding bootstrap build lock on Linuxclubby7892023-01-231-2/+34
* Update mdbookEric Huss2023-01-091-0/+35
* Use LLVM_CMAKE_DIR for lld buildNikita Popov2022-12-221-24/+0
* remove unused codeTshepang Mbambo2022-11-251-3/+1
* remove obsolete commentTshepang Mbambo2022-11-251-4/+0
* Place config.toml in current working directory if config not foundTanner Davies2022-11-051-1/+1
* check lld version to choose correct flag for testsDaniil Belov2022-10-261-6/+2
* Remove `-Ztime` option.Nicholas Nethercote2022-10-061-1/+1
* Pass --cfg=bootstrap for rustdoc for proc_macro cratesest312022-09-162-4/+13
* bootstrap: don't apply `-Ztls-model=initial-exec` to proc macrosAlex Macleod2022-08-161-3/+12
* Auto merge of #98731 - InfRandomness:fix-#98728, r=Mark-Simulacrumbors2022-07-041-3/+1
|\
| * Revert #95993 fixInfRandomness2022-06-301-3/+1
* | Move locking from bootstrap.py to rust bootstrap, using fd-lockJosh Triplett2022-06-271-1/+17
|/
* Make #[cfg(bootstrap)] not error in proc macros on later stagesest312022-06-161-3/+9
* Remove dead code in rustdoc shimJoshua Nelson2022-04-241-9/+2
* Fix `x test --doc --stage 0 library/std`Joshua Nelson2022-04-121-1/+3
* Rollup merge of #95449 - jyn514:doc-stage-0, r=ehussDylan DPC2022-04-051-4/+16
|\
| * Fix `x doc --stage 0 compiler`Joshua Nelson2022-03-291-4/+16
* | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer2022-03-281-0/+6
|/
* Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer2022-02-111-6/+0
* Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors2022-02-071-0/+6
|\
| * Add a convenient way to inject rustc flags somewhere late in the bootstrap pi...Oli Scherer2022-02-021-0/+6
* | Rollup merge of #88313 - jyn514:pre-push, r=Mark-SimulacrumMara Bos2022-02-071-0/+14
|\ \ | |/ |/|
| * Make the pre-commit script pre-push insteadJoshua Nelson2021-08-241-0/+14
* | Make the rustc and rustdoc wrapper not depend on libbootstrapbjorn32022-01-012-6/+10
* | bootstrap: tweak verbosity settingsXimin Luo2021-10-161-1/+1
|/
* build doctests with lld if use-lld = trueThe84722021-06-071-1/+6
* Pass --cfg=bootstrap for proc_macros or build scripts built by stage0Joshua Nelson2021-06-041-0/+7
* facepalm: operator precedence fail on my part.Felix S. Klock II2021-05-211-1/+1
* Auto merge of #82754 - rylev:rusage-windows, r=pnkfelixbors2021-03-191-9/+75
|\
| * Clean up handling of child processRyan Levick2021-03-111-19/+9
| * Add more windows specific numbersRyan Levick2021-03-051-28/+42
| * Attempt to gather similar stats as rusage on WindowsRyan Levick2021-03-041-5/+67
* | Revise prefix a bit, adding both `--test` (conditionally) and `[RUSTC-SHIM]` ...Felix S. Klock II2021-03-051-3/+4
* | Make rustc shim's verbose output include crate_name being compiled.Felix S. Klock II2021-03-041-5/+10
|/
* Rollup merge of #82532 - pnkfelix:rustbuild-print-step-rusage, r=Mark-SimulacrumYuki Okushi2021-03-011-3/+79
|\
| * Implementation of build.print_step_rusage.Felix S. Klock II2021-02-251-3/+79
* | Print out env vars related to Rust on (sufficiently verbose) rustc invocations.Felix S. Klock II2021-02-221-0/+6
|/
* make suggest setup help messages betterHenry Boisdequin2021-02-171-3/+9
* Mostly print statements to see where things areWinnie Xiao2020-10-111-4/+4
* Auto merge of #77347 - jyn514:dox, r=Amanieubors2020-10-031-7/+0
|\
| * Remove unused --cfg stageNJoshua Nelson2020-09-291-3/+0