about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2017-07-04Clippy lintsMark Simulacrum-43/+37
2017-07-04Cleanup distMark Simulacrum-21/+11
2017-07-04Cleanup utilsMark Simulacrum-12/+3
2017-07-04Cleanup compile.rs.Mark Simulacrum-4/+6
2017-07-04Cleanups to check code.Mark Simulacrum-23/+18
2017-07-04Remove 'static lifetimes from channels.Mark Simulacrum-2/+2
2017-07-04Clean up and restructure sanity checking.Mark Simulacrum-77/+69
2017-07-04Don't allocate args in order to run find.Mark Simulacrum-10/+9
2017-07-02Auto merge of #43003 - milmazz:bootstrap-pep8, r=alexcrichtonbors-19/+34
2017-07-01Simplify print argumentsMilton Mazzarri-1/+1
2017-07-01Auto merge of #42977 - Keruspe:master, r=alexcrichtonbors-1/+1
2017-06-30bootstrap: Fix some PEP8 issuesMilton Mazzarri-19/+34
2017-06-30rustc_llvm: re-run build script when env var LLVM_CONFIG changesVenkata Giri Reddy-4/+0
2017-06-30rustbuild: set __CARGO_DEFAULT_LIB_METADATA to channelMarc-Antoine Perennou-1/+1
2017-06-24Auto merge of #42784 - tlively:wasm-bot, r=alexcrichtonbors-0/+3
2017-06-22Make wasm32 buildbot test LLVM backendThomas Lively-0/+3
2017-06-22Make Build.cxx() return a Result instead of panickingIan Douglas Scott-11/+14
2017-06-22Set CXX_<target> in bootstrapIan Douglas Scott-0/+1
2017-06-22Rollup merge of #42806 - ollie27:rustbuild_compiler_docs, r=alexcrichtonMark Simulacrum-5/+5
2017-06-22Rollup merge of #42805 - stepancheg:forward-python, r=alexcrichtonMark Simulacrum-0/+8
2017-06-22Rollup merge of #42804 - Mark-Simulacrum:rustbuild-colors, r=alexcrichtonMark Simulacrum-0/+41
2017-06-22Auto merge of #42785 - Mark-Simulacrum:fix-verbose-bootstrap, r=alexcrichtonbors-9/+9
2017-06-21rustbuild: Fix compiler docs yet againOliver Middleton-5/+5
2017-06-21Make rustc errors colorful.Mark Simulacrum-0/+41
2017-06-21Pass path to python from bootstrap.py to bootstrap.rsStepan Koltsov-0/+8
2017-06-20Fixes bootstrapping with custom cargo/rustc.Mark Simulacrum-9/+9
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-1/+0
2017-06-20Auto merge of #42571 - tlively:wasm-dev, r=alexcrichtonbors-0/+17
2017-06-19Bump version and stage0 compilerAlex Crichton-41/+5
2017-06-18Rollup merge of #42720 - murarth:deprecated-collections, r=alexcrichtonMark Simulacrum-1/+2
2017-06-18Rollup merge of #42695 - Mark-Simulacrum:fix-verbose, r=alexcrichtonMark Simulacrum-9/+8
2017-06-17Reintroduce deprecated `collections` crateMurarth-1/+2
2017-06-16Add target to use LLVM wasm backendThomas Lively-0/+17
2017-06-16Auto merge of #42612 - est31:master, r=nagisabors-4/+49
2017-06-16Use custom cargo/rustc paths when parsing flags.Mark Simulacrum-9/+8
2017-06-16Fix cross compilationest31-8/+8
2017-06-16Auto merge of #42410 - nagisa:llvmup, r=sanxiynbors-0/+3
2017-06-16Auto merge of #42631 - malbarbo:wasm32, r=alexcrichtonbors-1/+3
2017-06-16Rollup merge of #42651 - infinity0:master, r=alexcrichtonCorey Farwell-2/+27
2017-06-15Add a no-system-llvm compilecheck headerSimonas Kazlauskas-0/+3
2017-06-15Auto merge of #42648 - murarth:merge-alloc-collections, r=alexcrichtonbors-3/+2
2017-06-15Only run check-linkchecker when actually building docsXimin Luo-1/+1
2017-06-15Ensure that disable-doc builds don't depend on doc targetsXimin Luo-1/+26
2017-06-14Auto merge of #42433 - marco-c:profiling, r=alexcrichtonbors-0/+15
2017-06-13Merge crate `collections` into `alloc`Murarth-3/+2
2017-06-14Autogenerate stubs and the summary of the unstable bookest31-4/+49
2017-06-13Add libprofiler_builtins to the list of paths for the rust-src componentMarco Castelluccio-0/+1
2017-06-13Do not execute .asm.js files on wasm32 testsMarco A L Barbosa-1/+3
2017-06-08Auto merge of #42491 - RalfJung:bootstrap-help, r=alexcrichtonbors-2/+7
2017-06-07bootstrap: further clarify build --helpRalf Jung-2/+3