about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-07-15tidy: avoid long lineSébastien Marie-1/+2
2018-07-15Disable LlvmTools packaging with external LLVMSébastien Marie-0/+8
2018-07-14Change keep-stage to only affect the passed stageMark Rousskov-46/+40
2018-07-13Do not attempt to recompile codegen backend(s) with --keep-stageMark Rousskov-0/+10
2018-07-14Rollup merge of #51962 - crlf0710:patch-2, r=alexcrichtonkennytm-1/+2
2018-07-12Rollup merge of #52220 - ljedrz:dyn_bootstrap, r=kennytmkennytm-5/+6
2018-07-12Rollup merge of #51816 - nodakai:conf-py-tmpfile, r=kennytmkennytm-5/+18
2018-07-11Auto merge of #52172 - oli-obk:clippy_in_rls, r=nrcbors-1/+22
2018-07-11Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelixbors-0/+11
2018-07-11Remove unused variableOliver Schneider-1/+0
2018-07-11Hitchhike with rls into stableOliver Schneider-1/+1
2018-07-10Restore #![deny(warnings)]ljedrz-0/+1
2018-07-10Deny bare trait objects in `src/bootstrap`.ljedrz-6/+6
2018-07-10bootstrap: our best to achieve atomic rename on Win32NODA, Kai-1/+6
2018-07-10bootstrap: write texts to a .tmp file first for atomicityNODA, Kai-5/+13
2018-07-10Auto merge of #52177 - ljedrz:bare_gcc_warning, r=alexcrichtonbors-0/+8
2018-07-09Change gcc warning file name, remove unnecessary referenceljedrz-2/+2
2018-07-09Warn windows-gnu users that the bundled gcc can't compileljedrz-0/+8
2018-07-09bump minimum LLVM version to 5.0gnzlbg-3/+3
2018-07-09Also distribute cargo clippyOliver Schneider-1/+14
2018-07-09Inject clippy into the rls againOliver Schneider-0/+9
2018-07-06Rollup merge of #52117 - Eijebong:filetime, r=alexcrichtonMark Rousskov-1/+1
2018-07-06Dedupe filetimeBastien Orivel-1/+1
2018-07-06Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisabors-2/+2
2018-07-06Rollup merge of #52080 - oli-obk:dep_dedup_diagnostics, r=kennytmkennytm-6/+23
2018-07-06Rollup merge of #51619 - mksully22:ppc64le_rust, r=alexcrichtonkennytm-0/+1
2018-07-05Auto merge of #51917 - alexcrichton:update, r=Mark-Simulacrumbors-27/+76
2018-07-05Address review commentsOliver Schneider-12/+6
2018-07-05Only display difference of features, not all featuresOliver Schneider-4/+22
2018-07-05Vertical list of tools to checkOliver Schneider-2/+7
2018-07-05Update Cargo.lock dependenciesAlex Crichton-2/+7
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