about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2018-07-14Rollup merge of #51962 - crlf0710:patch-2, r=alexcrichtonkennytm-1/+2
2018-07-10Restore #![deny(warnings)]ljedrz-0/+1
2018-07-10Deny bare trait objects in `src/bootstrap`.ljedrz-3/+3
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-0/+1
2018-07-05Address review commentsOliver Schneider-0/+1
2018-07-05Update Cargo.lock dependenciesAlex Crichton-1/+3
2018-07-03Compile stage0 tools with the raw bootstrap compilerAlex Crichton-6/+17
2018-07-01Provide llvm-strip in llvm-tools componentCrLF0710-1/+2
2018-07-01Did you mean to block nightlies on clippy?Oliver Schneider-0/+8
2018-06-24Haiku: there is no setpriority on this platform.Niels Sascha Reedijk-2/+2
2018-06-23build: add llvm-tools to manifestBrad Campbell-17/+4
2018-06-21Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrumbors-0/+29
2018-06-08rustbuild: generate full list of dependencies for metadataest31-1/+2
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-0/+18
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-0/+2
2018-06-03impl is_tool on Mode enumCollins Abitekaniza-0/+9
2018-06-03refactor, make requested changesCollins Abitekaniza-5/+4
2018-06-03refactor Mode enumCollins Abitekaniza-10/+17
2018-05-22Fix FileCheck findingJohn Kåre Alsaker-5/+13
2018-05-06s/DocTestsOption/DocTests/gkennytm-2/+2
2018-05-06Added test case.kennytm-1/+1
2018-05-06Added `./x.py test --no-doc` option.kennytm-1/+11
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-3/+2
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-3/+2
2018-04-05Rollup merge of #49563 - japaric:std-thumb, r=alexcrichtonkennytm-0/+6
2018-04-03Stop checking that the graph produced by a dry run is equivalentMark Simulacrum-12/+4
2018-04-03Fix a few accidental expectationsMark Simulacrum-0/+5
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-1/+6
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-8/+193
2018-04-03Implement generating graphs of the build stepsMark Simulacrum-4/+5
2018-04-03Stub out less codeMark Simulacrum-15/+13
2018-04-03Add tests to rustbuildMark Simulacrum-0/+4
2018-04-03Make test steps sortableMark Simulacrum-1/+1
2018-04-03Stub out various functions during testingMark Simulacrum-10/+19
2018-04-03Permit constructing Build without executingMark Simulacrum-19/+21
2018-04-03Permit constructing Builder without executingMark Simulacrum-1/+7
2018-04-03Stop accessing current_dir in bootstrapMark Simulacrum-2/+1
2018-04-01add a dist-thumb builder to build rust-std for the THUMB targetsJorge Aparicio-0/+6
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-0/+5
2018-03-21Add support to rustbuild for a 'rustc docs' component tarballDavid Wood-0/+5
2018-03-17Rollup merge of #48943 - comex:verbose, r=kennytmkennytm-4/+0
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-0/+1
2018-03-15Support extra-verbose builds:comex-4/+0
2018-03-11Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichtonbors-1/+1
2018-03-09rustbuild: Fix MSBuild location of `llvm-config.exe`Alex Crichton-14/+0