about summary refs log tree commit diff
path: root/src/bootstrap/compile.rs
AgeCommit message (Expand)AuthorLines
2017-01-20More test fixes from rollupAlex Crichton-1/+5
2017-01-20Fix rustbuild to work with --libdir.Matthew Dawson-2/+8
2017-01-16Expose a feature to force use of alloc_system, teach rustbuildAidan Hobson Sayers-1/+10
2017-01-12travis: Start uploading artifacts on commitsAlex Crichton-19/+31
2017-01-12Auto merge of #38654 - alexcrichton:rustbuild-destdir, r=brsonbors-1/+1
2017-01-10rustbuild: Don't enable debuginfo in rustcAlex Crichton-0/+7
2017-01-03rustbuild: Update where we look for mtime changesAlex Crichton-1/+1
2017-01-03rustbuild: Allow create_sysroot in stage0Alex Crichton-5/+0
2016-12-30rustbuild: Compile all support tools in stage0Alex Crichton-0/+5
2016-12-29A few small test fixes and such from rollupAlex Crichton-7/+17
2016-12-28rustbuild: Compile rustc twice, not thriceAlex Crichton-47/+45
2016-12-28rustbuild: Implement DESTDIR supportAlex Crichton-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-2/+2
2016-11-16rustbuild: allow dynamically linking LLVMJosh Stone-0/+3
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-11/+17
2016-10-19Allow bootstrapping without a key. Fixes #36548Brian Anderson-2/+1
2016-10-04rustbuild: Fix bug preventing per-target musl-rootNick Stevens-3/+3
2016-09-28Remove stage0 hacksBrian Anderson-15/+1
2016-09-16Auto merge of #36441 - alexcrichton:rustbuild-target, r=brsonbors-5/+7
2016-09-15Auto merge of #36439 - alexcrichton:fix-rustbuild, r=japaricbors-8/+37
2016-09-12rustbuild: Fix cross-compiles to MinGW on LinuxAlex Crichton-5/+7
2016-09-12rustbuild: Fix dependency tracking with new CargoAlex Crichton-8/+37
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-7/+15
2016-09-07Auto merge of #36292 - japaric:musl-root, r=alexcrichtonbors-2/+2
2016-09-06add utility musl_root method, update config.toml.exampleJorge Aparicio-2/+1
2016-09-06rustbuild: per target musl-rootJorge Aparicio-2/+3
2016-09-04Auto merge of #36144 - japaric:rustbuild-musl, r=alexcrichtonbors-3/+3
2016-09-02Transition Travis CI to use rustbuild.Corey Farwell-0/+4
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-10Improved checking of target's llvm_configCameron Hart-1/+1
2016-08-06Merge branch 'master' into issue-30961Cameron Hart-2/+1
2016-07-30Add ARM MUSL targets.Timon Van Overveldt-2/+1
2016-07-29Make rust build pass LLVM_RUSTLLVM to C++ compilerCameron Hart-0/+4
2016-07-05rustbuild: Remove the `build` directoryAlex Crichton-0/+360