about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-07-05Auto merge of #51936 - japaric:rust-lld, r=alexcrichtonbors-3/+7
2018-07-04in the second copy lld is already named rust-lldJorge Aparicio-4/+3
2018-07-03Compile stage0 tools with the raw bootstrap compilerAlex Crichton-29/+73
2018-07-03rust: add initial changes to support powerpc64le muslMike Sullivan-0/+1
2018-07-03Rollup merge of #52006 - Mark-Simulacrum:keep-stage-fix, r=alexcrichtonPietro Albini-21/+44
2018-07-03Rollup merge of #52004 - kennytm:toolstate-fixes, r=Mark-SimulacrumPietro Albini-8/+6
2018-07-02Change --keep-stage to apply moreMark Rousskov-20/+43
2018-07-03Fixed detection of test-fail for doctests.kennytm-8/+6
2018-07-02Make explicit that assemble is not run from CLIMark Rousskov-1/+1
2018-07-02bootstrap: tests should use rustc from config.tomlNikolai Merinov-4/+4
2018-07-02Auto merge of #51122 - oli-obk:clippy, r=Mark-Simulacrumbors-1/+134
2018-07-02Clippy tool also has only a single LICENSE fileOliver Schneider-2/+1
2018-07-01Rollup merge of #51922 - japaric:llvm-tools-preview, r=alexcrichtonPietro Albini-7/+10
2018-07-01Provide llvm-strip in llvm-tools componentCrLF0710-1/+2
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