about summary refs log tree commit diff
path: root/src/bootstrap/compile.rs
AgeCommit message (Expand)AuthorLines
2017-06-21Make rustc errors colorful.Mark Simulacrum-0/+32
2017-06-04rustc_llvm: re-run build script if config.toml changesVenkata Giri Reddy-0/+4
2017-06-02ci: Improve log output (mainly Travis).kennytm-0/+4
2017-05-30rustbuild: Fix copying duplicate crates into the sysrootAlex Crichton-84/+171
2017-04-29Update stage0 bootstrap compilerAlex Crichton-4/+1
2017-04-25Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin.kennytm-0/+19
2017-04-21Update #[no_core] users with the "freeze" lang item.Eduard-Mihai Burtescu-0/+1
2017-04-13rustbuild: Fix recompilation of stage0 tools dirAlex Crichton-9/+24
2017-03-18Auto merge of #40482 - wagenet:fix-old-macos, r=alexcrichtonbors-0/+9
2017-03-14Target builds for older macOSPeter Wagenet-0/+9
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-1/+1
2017-03-10Don't put Cargo into the rustc workspaceAlex Crichton-1/+4
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton-7/+27
2017-02-24Auto merge of #39892 - petrochenkov:rt, r=alexcrichtonbors-13/+21
2017-02-21test: Verify all sysroot crates are unstableAlex Crichton-2/+2
2017-02-18Rebuild mingw startup objects only when necessaryVadim Petrochenkov-13/+21
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+11
2017-02-08build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio-4/+3
2017-02-08sanitizer supportJorge Aparicio-0/+12
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-4/+4
2017-02-02Build libbacktrace/jemalloc only when their timestamps are older than sourcesVadim Petrochenkov-2/+2
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-4/+4
2017-01-21Auto merge of #39206 - MJDSys:fix_rustbuild_libdir, r=alexcrichtonbors-2/+8
2017-01-21Auto merge of #39086 - aidanhs:aphs-local-rebuild-no-jemalloc, r=alexcrichtonbors-1/+10
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