about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2016-10-22Rollup merge of #37209 - srinivasreddy:bootstrap_bin, r=nrcGuillaume Gomez-13/+16
2016-10-20Auto merge of #37280 - alexcrichton:debuginfo, r=brsonbors-0/+10
2016-10-19Enable line number debuginfo in releasesAlex Crichton-0/+10
2016-10-19Detect local-rebuild by just the MAJOR.MINOR versionJosh Stone-3/+3
2016-10-19Rollup merge of #37265 - brson:bootstrap, r=alexcrichtonEduard-Mihai Burtescu-14/+8
2016-10-19Allow bootstrapping without a key. Fixes #36548Brian Anderson-14/+8
2016-10-16run rustfmt on bootstrap/bin folderSrinivas Reddy Thatiparthy-13/+16
2016-10-14Add AppVeyor configuration to the repoAlex Crichton-9/+21
2016-10-13rustbuild: Less panics in musl_rootAlex Crichton-1/+2
2016-10-11Auto merge of #36983 - alexcrichton:configure-multiple-musl, r=brsonbors-0/+30
2016-10-08rustbuild: Optimize build times slightlyAlex Crichton-46/+27
2016-10-08Auto merge of #37039 - Manishearth:rollup, r=Manishearthbors-212/+75
2016-10-08Rollup merge of #37028 - alexcrichton:fix-deps, r=japaricManish Goregaokar-1/+1
2016-10-07rustbuild: Use `cargo metadata` to learn about DAGAlex Crichton-61/+70
2016-10-07rustbuild: Fix dependencies of check-docs stepAlex Crichton-1/+1
2016-10-07Use workspaces and switch to a single Cargo.lock.Ahmed Charles-189/+43
2016-10-06Prevent accidentally running 'make install' as sudo.Ahmed Charles-0/+4
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