summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2016-11-15rustbuild: Tweak default rule inclusionAlex Crichton-2/+4
2016-11-11bootstrap: rust-docs is a default packageBrian Anderson-0/+1
2016-11-07rustbuild: support MIPS host buildsWang Xuerui-0/+16
2016-11-05Only test docs and such for the hostAlex Crichton-5/+14
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-20/+52
2016-11-05Fix tests from the rollupAlex Crichton-6/+64
2016-11-05Merge branch 'new-rustbuild' into rollupAlex Crichton-969/+1107
2016-11-03Set RUSTC_BOOTSTRAP to some value.Brian Anderson-1/+1
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-969/+1107
2016-10-31rustbuild+configure: convert unix style paths on windowsTim Neumann-14/+37
2016-10-31rustbuild+configure: improve bin/exe joiningTim Neumann-3/+23
2016-10-31detect gdb version & rust support in compiletestTim Neumann-5/+17
2016-10-30Use quieter test output when running tests on Travis CI.Corey Farwell-1/+18
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