summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2016-11-03Set RUSTC_BOOTSTRAP to some value.Brian Anderson-1/+1
2016-11-03Allow bootstrapping without a key. Fixes #36548Brian Anderson-14/+8
2016-09-26Rollup merge of #36663 - brson:build-plan, r=alexcrichtonJonathan Turner-1/+11
2016-09-26Auto merge of #36719 - shepmaster:build-env-var-reporting, r=alexcrichtonbors-8/+8
2016-09-25Auto merge of #36442 - alexcrichton:rustbuild-cross, r=brsonbors-1/+5
2016-09-25Report which required build-time environment variable is not setJake Goulding-8/+8
2016-09-23rustbuild: Print out all build steps when --verboseBrian Anderson-1/+11
2016-09-17inherit from objectEitan Adler-5/+6
2016-09-16Rollup merge of #36509 - nagisa:rustbuild-py3, r=alexcrichtonJonathan Turner-3/+5
2016-09-16Auto merge of #36441 - alexcrichton:rustbuild-target, r=brsonbors-5/+7
2016-09-15Auto merge of #36213 - josephDunne:dist_version, r=brsonbors-0/+8
2016-09-15Auto merge of #36439 - alexcrichton:fix-rustbuild, r=japaricbors-8/+39
2016-09-16Try to support py3 with rustbuild betterSimonas Kazlauskas-3/+5
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 cross-compiles to MinGW on LinuxAlex Crichton-5/+7
2016-09-12rustbuild: Fix dependency tracking with new CargoAlex Crichton-8/+39
2016-09-12it's also compiler-rt.lib on windows-gnuJorge Aparicio-1/+1
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-419/+17
2016-09-11Fix typo in bootstrap/lib.rs.Ahmed Charles-1/+1
2016-09-09Auto merge of #36256 - rjgoldsborough:make-configure-detect-nodejs-36207, r=a...bors-0/+10
2016-09-08tweaking the nodejs cmd sanity checkJake Goldsborough-2/+2
2016-09-07Auto merge of #36292 - japaric:musl-root, r=alexcrichtonbors-10/+22
2016-09-07moving nodejs detection logic to configure and addingJake Goldsborough-1/+5
2016-09-06add utility musl_root method, update config.toml.exampleJorge Aparicio-8/+15
2016-09-06detecting nodejs in configureJake Goldsborough-12/+0
2016-09-06adding a check to sanity to look for the nodejs commandJake Goldsborough-0/+6
2016-09-06rustbuild: per target musl-rootJorge Aparicio-6/+11
2016-09-04Auto merge of #36144 - japaric:rustbuild-musl, r=alexcrichtonbors-3/+3
2016-09-04Rollup merge of #36234 - durka:disable-codegen-config, r=alexcrichtonManish Goregaokar-0/+6
2016-09-04Rollup merge of #36231 - durka:patch-29, r=alexcrichtonManish Goregaokar-0/+3
2016-09-03adding a check to bootstrap scriptJake Goldsborough-0/+12
2016-09-03Add rustc version info (git hash + date) to dist tarballJoseph Dunne-0/+8
2016-09-03rustbuild: add config.toml option to disable codegen testsAlex Burka-0/+6
2016-09-03change wordingAlex Burka-1/+2
2016-09-02indicate where to copy config.toml.exampleAlex Burka-0/+2
2016-09-02Rollup merge of #36198 - alexcrichton:fix-travis, r=brsonJonathan Turner-1/+3
2016-09-02Rollup merge of #36180 - frewsxcv:patch-33, r=alexcrichtonJonathan Turner-0/+4
2016-09-02Transition Travis CI to use rustbuild.Corey Farwell-0/+4
2016-09-01test: Add a min-llvm-version directiveAlex Crichton-1/+3
2016-08-30copy_third_party_objects -> copy_musl_third_party_objectsJorge Aparicio-2/+2
2016-08-30rustbuild: fix building std for musl targetsJorge Aparicio-3/+3
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-28Auto merge of #36055 - japaric:rustbuild-no-filecheck, r=alexcrichtonbors-3/+8
2016-08-28Auto merge of #36028 - japaric:s390x, r=alexcrichtonbors-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