summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2016-10-06Auto merge of #35641 - ahmedcharles:install, r=alexcrichtonbors-7/+91
2016-10-05Add support for docdir, libdir and mandir.Ahmed Charles-5/+30
2016-10-05Install docs, std and rustc using results from dist.Ahmed Charles-6/+32
2016-10-05rustbuild: Add install target. #34675Ahmed Charles-4/+37
2016-10-05configure: Add options for separate musl rootsAlex Crichton-0/+30
2016-10-04rustbuild: Fix panic message when musl-root not setNick Stevens-2/+2
2016-10-04rustbuild: Fix bug preventing per-target musl-rootNick Stevens-3/+5
2016-10-03Auto merge of #36847 - alexcrichton:rustc-macro-doc, r=nrcbors-1/+1
2016-10-01Auto merge of #36853 - TimNN:rustbuild-out-of-tree, r=alexcrichtonbors-7/+12
2016-09-30Don't build any native compiler-builtin components for emscriptenBrian Anderson-0/+7
2016-09-30Build a dummy alloc_jemalloc crate on platforms that don't support itBrian Anderson-9/+8
2016-09-30Cleanup bootstrapBrian Anderson-8/+8
2016-09-30rustbuild: Only build 'dist' when building the hostBrian Anderson-1/+3
2016-09-30Update bootstrap and compiletest to use the detected nodejsBrian Anderson-1/+6
2016-09-30TidyBrian Anderson-1/+2
2016-09-30Improve bootstrap crate testing for emscriptenBrian Anderson-3/+14
2016-09-30Preliminary wasm32 supportBrian Anderson-6/+6
2016-09-30Adapting bootstrap to run tests on asmjs.Ross Schulman-1/+22
2016-09-30Update gcc-rs for emscriptenBrian Anderson-24/+24
2016-09-30Support emscripten in rustbuildBrian Anderson-1/+1
2016-09-30Configure LLVM to use js backendJan-Erik Rediger-1/+1
2016-09-30rustdoc: Fix documenting rustc-macro cratesAlex Crichton-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-28Rollup merge of #36811 - brson:bootstrap, r=alexcrichtonJonathan Turner-17/+2
2016-09-28Rollup merge of #36803 - brson:node, r=alexcrichtonJonathan Turner-11/+19
2016-09-28rustbuild: Use current_dir instead of -CAlex Crichton-4/+12
2016-09-28Remove stage0 hacksBrian Anderson-17/+2
2016-09-28Move nodejs detection into bootstrapBrian Anderson-11/+19
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/+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