about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2021-03-03Fix commit detected when using `download-rustc`Joshua Nelson-3/+2
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-3/+15
2021-03-01Set CMAKE_SYSTEM_NAME for solaris/illumosNikita Popov-0/+2
2021-03-01Auto merge of #82663 - jyn514:rollup-xh3cb0c, r=jyn514bors-25/+22
2021-03-01limit tidy parallelism by taking -j into accountThe8472-0/+1
2021-03-01Rollup merge of #82480 - jyn514:no-enable-constant, r=Mark-SimulacrumJoshua Nelson-23/+13
2021-03-01Rollup merge of #82360 - osa1:issue82317, r=Mark-SimulacrumJoshua Nelson-2/+9
2021-03-01Change default Solaris x86 target to x86_64-pc-solarisJakub Kulik-1/+4
2021-03-01config.toml error reporting:Ömer Sinan Ağacan-2/+9
2021-03-01Rollup merge of #82622 - jyn514:cargo-test-args, r=Mark-SimulacrumYuki Okushi-0/+1
2021-03-01Rollup merge of #82532 - pnkfelix:rustbuild-print-step-rusage, r=Mark-SimulacrumYuki Okushi-3/+86
2021-03-01Rollup merge of #82507 - jyn514:tidy-windows, r=Mark-SimulacrumYuki Okushi-1/+7
2021-03-01Rollup merge of #82403 - pnkfelix:rustbuild-emit-env-vars-on-verbose-verbose,...Yuki Okushi-0/+6
2021-03-01Rollup merge of #82309 - jyn514:rustdocflags, r=Mark-SimulacrumYuki Okushi-9/+21
2021-02-28Propagate `--test-args` for `x.py test src/tools/cargo`Joshua Nelson-0/+1
2021-02-26Link crtbegin/crtend on musl to terminate .eh_frameNikita Popov-0/+6
2021-02-25Implementation of build.print_step_rusage.Felix S. Klock II-3/+79
2021-02-25Created experimental build.print_step_rusage settingFelix S. Klock II-0/+7
2021-02-24Rename the `tidy` binary to `rust-tidy`Joshua Nelson-1/+7
2021-02-24Remove `ENABLE_DOWNLOAD_RUSTC` constantJoshua Nelson-23/+13
2021-02-23Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrumbors-11/+3
2021-02-22Print out env vars related to Rust on (sufficiently verbose) rustc invocations.Felix S. Klock II-0/+6
2021-02-22Auto merge of #79979 - GuillaumeGomez:rustdoc-gui-tests, r=Mark-Simulacrumbors-0/+94
2021-02-21Propagate RUSTDOCFLAGS in the environment when documentingJoshua Nelson-9/+21
2021-02-21Update CI scriptsGuillaume Gomez-0/+4
2021-02-21Add new rustdoc-gui test suiteGuillaume Gomez-0/+90
2021-02-21Rollup merge of #82177 - rylev:no-delete-bootstrap-windows, r=Mark-SimulacrumYuki Okushi-4/+36
2021-02-21Rollup merge of #81833 - the8472:parallel-bootstrap-rustfmt, r=Mark-SimulacrumYuki Okushi-18/+63
2021-02-20Use the new name for `split-debuginfo`Joshua Nelson-11/+3
2021-02-20Don't apply semicolon in expressions from macros yetMark Rousskov-2/+8
2021-02-20Update the bootstrap compilerJoshua Nelson-8/+2
2021-02-20remove redundant box wrapperThe8472-4/+4
2021-02-20limit rustfmt parallelism by taking -j into accountThe8472-3/+3
2021-02-20parallelize x.py test tidyThe8472-19/+64
2021-02-18Rollup merge of #82236 - matthiaskrgr:useless_conv, r=jyn514Dylan DPC-1/+1
2021-02-18Rollup merge of #82218 - rylev:copy-pdbs, r=Mark-SimulacrumDylan DPC-2/+10
2021-02-18Rollup merge of #82211 - henryboisdequin:make-setup-msgs-better, r=jyn514Yuki Okushi-2/+8
2021-02-17avoid converting types into themselves (clippy::useless_conversion)Matthias Krüger-1/+1
2021-02-17Make sure pdbs are copied along with exe and dlls when bootstrappingRyan Levick-2/+10
2021-02-17make suggest setup help messages betterHenry Boisdequin-3/+9
2021-02-16Delete symlinked directoriesRyan Levick-5/+4
2021-02-16Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514Guillaume Gomez-1/+1
2021-02-16Work around various issues cleaning up bootstrap on WindowsRyan Levick-6/+36
2021-02-16Do not delete bootstrap.exe on Windows during cleanRyan Levick-0/+3
2021-02-16avoid full-slicing slicesMatthias Krüger-1/+1
2021-02-15Rollup merge of #82106 - jyn514:cleanup-bootstrap, r=Mark-SimulacrumJonas Schievink-5/+4
2021-02-14Remove unnecessary `Option` in `default_doc`Joshua Nelson-5/+4
2021-02-12Rollup merge of #81506 - vo4:hwasan, r=nagisaDylan DPC-2/+2
2021-02-12Rollup merge of #81997 - bnjbvr:dist-include-build-helper, r=Mark-SimulacrumYuki Okushi-0/+8
2021-02-12Rollup merge of #81968 - pietroalbini:fix-doc-install-path, r=Mark-SimulacrumYuki Okushi-1/+1