about summary refs log tree commit diff
path: root/src/bootstrap/lib.rs
AgeCommit message (Expand)AuthorLines
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
2016-09-11Fix typo in bootstrap/lib.rs.Ahmed Charles-1/+1
2016-09-06add utility musl_root method, update config.toml.exampleJorge Aparicio-0/+7
2016-08-29fix git submodule status checkking6cong-1/+1
2016-08-28Auto merge of #36062 - japaric:smarter-submodules, r=alexcrichtonbors-11/+79
2016-08-28fix tidy errorJorge Aparicio-1/+1
2016-08-27don't update the src/jemalloc submodule is jemalloc has been disabledJorge Aparicio-1/+8
2016-08-27don't run codegen tests when they have been disabledJorge Aparicio-2/+4
2016-08-27rustbuild: smarter `git submodule`-ingJorge Aparicio-11/+72
2016-08-27Fixup rustbuild on #35124Manish Goregaokar-4/+0
2016-08-23Update cargo bootstrap rev and add fix for cargo#3005Brian Anderson-0/+4
2016-08-14Auto merge of #35666 - eddyb:rollup, r=eddybbors-2/+7
2016-08-14Rollup merge of #35577 - japaric:relax, r=alexcrichtonEduard-Mihai Burtescu-2/+7
2016-08-12Produce source package in rust-installer format in addition to vanilla tarballDiggory Blake-0/+2
2016-08-11fix matchJorge Aparicio-1/+2
2016-08-10add -mrelax-relocations=no to i686-musl and i586-gnuJorge Aparicio-2/+6
2016-08-10Improved checking of target's llvm_configCameron Hart-0/+10
2016-08-02Fix style issuesm4b-2/+2
2016-08-01Add -mrelax-relocations=no hacks to fix musl buildm4b-0/+6
2016-07-26rustbuild: make backtraces (RUST_BACKTRACE) optionalJorge Aparicio-0/+3
2016-07-21Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakisbors-0/+4
2016-07-20add mir optimization tests, dump-mir-dir optionScott A Carr-0/+4
2016-07-15rustbuild: If local-rust is the same as the current version, then force a loc...Ximin Luo-2/+15
2016-07-05rustbuild: Remove the `build` directoryAlex Crichton-20/+862
2016-05-03rustbuild: Document many more parts of the buildAlex Crichton-0/+9
2016-02-11Add a Cargo-based build systemAlex Crichton-0/+28