about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2022-05-26Auto merge of #97410 - jyn514:tool-std-features, r=Mark-Simulacrumbors-1/+6
2022-05-25Only allow `compiletest` to use `feature(test)`, not any other featureJoshua Nelson-1/+6
2022-05-25Simplify implementation of `-Z gcc-ld`Vadim Petrochenkov-15/+8
2022-05-24Make llvm-libunwind a per-target optionTyler Mandry-7/+20
2022-05-24Rollup merge of #97290 - jyn514:fast-submodules, r=Mark-SimulacrumYuki Okushi-44/+30
2022-05-23Turn on `fast_submodules` unconditionallyJoshua Nelson-44/+30
2022-05-22Rollup merge of #97280 - yue4u:quote-replace-target-in-bootstrap-configure, r...Jack Huey-1/+1
2022-05-22Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-SimulacrumJack Huey-1/+12
2022-05-22Disable unstable features in bootstrap toolsJoshua Nelson-0/+8
2022-05-22Quote replace target in bootstrap configureyue4u-1/+1
2022-05-22Avoid accidentally enabling unstable features in compilers (take 2)Joshua Nelson-1/+4
2022-05-22Rollup merge of #97228 - jonhoo:patch-1, r=bjorn3Yuki Okushi-1/+1
2022-05-20Bump LLVM fetched from CI to fix run-makeMark Rousskov-1/+4
2022-05-20Omit stdarch workspace from rust-srcJon Gjengset-1/+1
2022-05-18Properly apply path prefix remapping paths emitted into debuginfo.Michael Woerister-0/+1
2022-05-15Auto merge of #97055 - matthiaskrgr:rollup-1nqwfzx, r=matthiaskrgrbors-2/+2
2022-05-15Rollup merge of #97041 - eddyb:nixos-llvm-ci-patchelf, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-05-15Auto merge of #96602 - TApplencourt:patch-1, r=Mark-Simulacrumbors-50/+98
2022-05-14Fix rustc-perf benchmarksUrgau-3/+7
2022-05-14Fix `download-ci-llvm` NixOS patching for `.so`s.Eduard-Mihai Burtescu-2/+2
2022-05-13Add LLVM based mingw-w64 targetsMateusz Mikuła-11/+18
2022-05-13Auto merge of #96493 - chbaker0:issue-96342-fix, r=Mark-Simulacrumbors-2/+21
2022-05-11Auto merge of #96375 - jyn514:bootstrap-submodules, r=Mark-Simulacrumbors-0/+12
2022-05-10Fix running bootstrap tests on a fresh cloneJoshua Nelson-0/+12
2022-05-10Revert "Make "Assemble stage1 compiler" orders of magnitude faster"Joshua Nelson-3/+9
2022-05-10Add test skip supportCollin Baker-2/+21
2022-05-10Auto merge of #96803 - jyn514:faster-assemble, r=Mark-Simulacrumbors-9/+3
2022-05-08Make "Assemble stage1 compiler" orders of magnitude fasterJoshua Nelson-9/+3
2022-05-08Rollup merge of #96829 - JohnTitor:fix-xpy-clippy, r=jyn514Matthias Krüger-2/+2
2022-05-08Auto merge of #96689 - gimbles:campfire, r=Mark-Simulacrumbors-2/+4
2022-05-08Auto merge of #96659 - thatzopoulos:issue-90679-fix, r=Mark-Simulacrumbors-1/+12
2022-05-08Auto merge of #96457 - yungkneez:fix-bootstrap, r=Mark-Simulacrumbors-2/+11
2022-05-08Fix the `x.py clippy` commandYuki Okushi-2/+2
2022-05-07Auto merge of #96824 - matthiaskrgr:rollup-silw3ki, r=matthiaskrgrbors-2/+14
2022-05-07updated error message for missing cmakeThomas Hatzopoulos-1/+12
2022-05-07Rollup merge of #96757 - jyn514:fewer-clippy-rebuilds, r=Mark-SimulacrumMatthias Krüger-2/+4
2022-05-07Rollup merge of #96756 - jyn514:compiler-docs-default, r=Mark-SimulacrumMatthias Krüger-0/+10
2022-05-07Auto merge of #96670 - Urgau:bootstrap-check-cfg-features, r=Mark-Simulacrumbors-5/+14
2022-05-06Rollup merge of #96758 - davidtwco:split-debuginfo-bootstrap-bsd, r=Mark-Simu...Michael Goulet-2/+6
2022-05-06Rollup merge of #96660 - jyn514:better-missing-path-error, r=Mark-SimulacrumMichael Goulet-1/+13
2022-05-07Move check-bootstrap from a makefile rule to test::Bootstrapgimbles-2/+4
2022-05-06bootstrap: bsd platform flags for split debuginfoDavid Wood-2/+6
2022-05-05Don't constantly rebuild clippy on `x test src/tools/clippy`.Joshua Nelson-2/+4
2022-05-05Enable compiler-docs by default for `compiler`, `codegen`, and `tools` profiles.Joshua Nelson-0/+10
2022-05-04Rollup merge of #96597 - semarie:split_debuginfo-unix, r=davidtwco,Mark-Simul...Yuki Okushi-1/+2
2022-05-03Enable cfg checking of cargo features for everything but stdLoïc BRANSTETT-5/+14
2022-05-02[bootstrap] Give a better error when trying to run a path with no registered ...Joshua Nelson-1/+13
2022-05-02Auto merge of #96310 - bertptrs:remove-debugger-bootstrap, r=Mark-Simulacrumbors-11/+1
2022-05-02Remove DebbugerScripts from bootstrap CLIBert Peters-11/+1
2022-05-02openbsd: unbreak build on native platformSébastien Marie-1/+2