about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-07-01Also run the bootstrap in bootstrap modeOliver Schneider-0/+1
2018-07-01Did you mean to block nightlies on clippy?Oliver Schneider-1/+134
2018-06-30Notice non-toplevel dll dependencies in rustbuildMark Simulacrum-3/+3
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-1/+1
2018-06-29rename rustc's lld to rust-lldJorge Aparicio-5/+10
2018-06-29rename the llvm-tools component to llvm-tools-preview and tweak its imageJorge Aparicio-7/+10
2018-06-26Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytmbors-6/+3
2018-06-25Do not build LLVM tools for any of the toolsMark Simulacrum-6/+3
2018-06-25Auto merge of #51728 - bradjc:llvm-tools2, r=kennytmbors-29/+15
2018-06-24Haiku: there is no setpriority on this platform.Niels Sascha Reedijk-2/+2
2018-06-23build: llvm-tools: replace compiler.hostBrad Campbell-15/+7
2018-06-23build: llvm_tools tidyBrad Campbell-1/+5
2018-06-23build: add llvm-tools to manifestBrad Campbell-19/+9
2018-06-22Handle current directory prefix for parsing command arguments in bootstrap te...Steven Laabs-0/+6
2018-06-22Added stripping current directory prefixes when comparing suite path namesSteven Laabs-0/+6
2018-06-21Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrumbors-4/+130
2018-06-20no -Bsymbolic for mac; no static-libstdc++ for windowsJorge Aparicio-1/+7
2018-06-19Auto merge of #51367 - oli-obk:silence!_I_test_you, r=Mark-Simulacrumbors-11/+11
2018-06-16Prevent Windows filesystem races in bootstrap testsMark Simulacrum-0/+3
2018-06-16Move bootstrap tests to the end of the default test runMark Simulacrum-1/+2
2018-06-12Add verify-llvm-ir flag to config.tomlNikita Popov-0/+11
2018-06-10Added comment to explain why only RustIstaller has `llvm_tools = false`.kennytm-0/+3
2018-06-10Allowing building the codegen backend specifically.kennytm-0/+1
2018-06-10Allow some tools to be run without first building LLVM.kennytm-16/+25
2018-06-08Rollup merge of #51437 - est31:rustbuild_metadata, r=Mark-SimulacrumMark Rousskov-24/+33
2018-06-08rustbuild: generate full list of dependencies for metadataest31-24/+33
2018-06-08Do not require stage 2 compiler for rustdocMark Simulacrum-4/+1
2018-06-07quiet-tests -> !verbose-testsOliver Schneider-12/+11
2018-06-05Use quiet tests by defaultOliver Schneider-0/+1
2018-06-03Rollup merge of #51317 - oli-obk:incremental_all_the_way, r=Mark-SimulacrumMark Simulacrum-0/+5
2018-06-04fix tidyJorge Aparicio-1/+1
2018-06-03use rustc version as llvm-tools versionJorge Aparicio-15/+18
2018-06-03make a llvm-tools rustup componentJorge Aparicio-44/+103
2018-06-03statically link the tools to libstdc++Jorge Aparicio-0/+5
2018-06-03document what each tools doesJorge Aparicio-1/+5
2018-06-03also ship llvm-profdataJorge Aparicio-1/+3
2018-06-03ship LLVM tools with the toolchainJorge Aparicio-4/+51
2018-06-03impl is_tool on Mode enumCollins Abitekaniza-7/+18
2018-06-03command line args trump config.toml settingsOliver Schneider-1/+4
2018-06-03refactor mode to ToolRustc for Rls & RustfmtCollins Abitekaniza-2/+2
2018-06-03thread tool modes throughCollins Abitekaniza-16/+36
2018-06-03refactor, make requested changesCollins Abitekaniza-16/+15
2018-06-03refactor Mode enumCollins Abitekaniza-92/+99
2018-06-03Allow enabling incremental via config.tomlOliver Schneider-0/+2
2018-06-02Rollup merge of #51302 - Mark-Simulacrum:rustdoc-fast, r=QuietMisdreavusMark Simulacrum-2/+1
2018-06-02Rustdoc itself no longer requires proc macros to buildMark Simulacrum-2/+1
2018-05-31Use builder.cargo() for cargo-vendor.Johannes Nixdorf-5/+8
2018-05-31builder.cargo(): don't add "--target"/"--release" to cargo installJohannes Nixdorf-5/+10
2018-05-31bootstrap: pass crt-static for the compiler host as wellJohannes Nixdorf-0/+13
2018-05-31bootstrap.py: respect crt-staticJohannes Nixdorf-3/+30