about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
2017-02-08sanitizer supportJorge Aparicio-1/+6
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-0/+11
2017-02-02Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov-17/+3
2017-02-02rustbuild: Build jemalloc and libbacktrace only once (take 2)Vadim Petrochenkov-2/+8
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-0/+11
2017-01-24rustbuild: Start building --enable-extendedAlex Crichton-0/+4
2017-01-01Auto merge of #38736 - xen0n:save-the-save-analysis, r=alexcrichtonbors-1/+10
2016-12-31rustbuild: fix save-analysis not being saved for 2-stage buildsWang Xuerui-4/+5
2016-12-31rustbuild: check if compiler is final stage wrt the full bootstrap settingWang Xuerui-0/+8
2016-12-30rustbuild: Compile all support tools in stage0Alex Crichton-2/+10
2016-12-28rustbuild: Compile rustc twice, not thriceAlex Crichton-3/+25
2016-12-20Merge branch 'rustbuild-warnings' of https://github.com/alexcrichton/rust int...Alex Crichton-0/+2
2016-12-20rustbuild: Deny and fix warningsAlex Crichton-0/+2
2016-12-20Find FileCheck using llvm-configSeo Sanghyeon-1/+2
2016-12-19add and document `--incremental` flag along with misc other changesNiko Matsakis-2/+20
2016-12-09Create tar balls of save-analysis-api metadata for the standard libraries as ...Nick Cameron-0/+4
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-5/+91
2016-11-30Update the bootstrap compilerAlex Crichton-14/+2
2016-11-26Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichtonbors-1/+3
2016-11-25rustbuild: Add bench subcommandUlrik Sverdrup-1/+3
2016-11-23std: make compilation of libpanic_unwind optional via a Cargo featureJorge Aparicio-1/+1
2016-11-14rustbuild: Allow configuration of python interpreterAlex Crichton-0/+5
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-0/+3
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-2/+0
2016-11-05Merge branch 'new-rustbuild' into rollupAlex Crichton-245/+26
2016-11-03Set RUSTC_BOOTSTRAP to some value.Brian Anderson-1/+1
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-245/+26
2016-10-31detect gdb version & rust support in compiletestTim Neumann-2/+0
2016-10-20Auto merge of #37280 - alexcrichton:debuginfo, r=brsonbors-0/+1
2016-10-19Enable line number debuginfo in releasesAlex Crichton-0/+1
2016-10-19Detect local-rebuild by just the MAJOR.MINOR versionJosh Stone-3/+3
2016-10-19Allow bootstrapping without a key. Fixes #36548Brian Anderson-11/+6
2016-10-13rustbuild: Less panics in musl_rootAlex Crichton-1/+2
2016-10-08rustbuild: Optimize build times slightlyAlex Crichton-1/+0
2016-10-05rustbuild: Add install target. #34675Ahmed Charles-0/+3
2016-10-01Auto merge of #36853 - TimNN:rustbuild-out-of-tree, r=alexcrichtonbors-7/+12
2016-09-30TidyBrian Anderson-1/+2
2016-09-30Support emscripten in rustbuildBrian Anderson-1/+1
2016-09-30fix out-of-tree rustbuildTim Neumann-7/+12
2016-09-29Auto merge of #36456 - alexcrichton:rustbuild-dont-use-c, r=jonathandturnerbors-4/+12
2016-09-28rustbuild: Use current_dir instead of -CAlex Crichton-4/+12
2016-09-27Remove requirement to use 10.7 (fixes macOS)Jonathan Turner-7/+0
2016-09-26Rollup merge of #36663 - brson:build-plan, r=alexcrichtonJonathan Turner-1/+8
2016-09-25Auto merge of #36442 - alexcrichton:rustbuild-cross, r=brsonbors-1/+5
2016-09-23rustbuild: Print out all build steps when --verboseBrian Anderson-1/+8
2016-09-15Auto merge of #36439 - alexcrichton:fix-rustbuild, r=japaricbors-0/+2
2016-09-13Auto merge of #36041 - ahmedcharles:try, r=nrcbors-1/+1
2016-09-12rustbuild: Nicer error for host builds of targetsAlex Crichton-1/+5
2016-09-12rustbuild: Fix dependency tracking with new CargoAlex Crichton-0/+2
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-11/+0