summary refs log tree commit diff
path: root/src/bootstrap/check.rs
AgeCommit message (Expand)AuthorLines
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-1/+2
2017-11-15Reenable clippy testingOliver Schneider-0/+4
2017-10-19Make tools which may not build return Option.Mark Simulacrum-34/+40
2017-10-15Don't use target's linker when linking build scriptsVadim Petrochenkov-7/+6
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-1/+7
2017-10-14Auto merge of #45177 - oli-obk:clippy, r=alexcrichtonbors-2/+7
2017-10-12rustbuild: Prevent spurious rebuilds of the RLSAlex Crichton-4/+10
2017-10-10Enable building clippy in CIOliver Schneider-2/+7
2017-09-27Add RLS and Rustfmt to the toolstate mechanismNick Cameron-2/+10
2017-09-19Add clippy to `toolstate.toml`Oliver Schneider-0/+44
2017-09-18rustbuild: with --no-fail-fast, report the specific commands that failedXimin Luo-4/+4
2017-09-17Rebase falloutOliver Schneider-0/+2
2017-09-17Add a file to trivially disable tool building or testingOliver Schneider-5/+14
2017-09-17Get the miri test suite to run inside the rustc dev environmentOliver Schneider-0/+44
2017-09-17Rollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichtonTim Neumann-0/+41
2017-09-15rustbuild: Fix test "test rustdoc" invocationAlex Crichton-4/+5
2017-09-13Build and test RustfmtNick Cameron-0/+41
2017-09-05Test rustdoc unit tests.Mark Simulacrum-1/+68
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-08-14Auto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcrichtonbors-17/+26
2017-08-13Change run-make ignore messagebjorn3-1/+1
2017-08-13Remove some more cfg'sbjorn3-17/+26
2017-08-13Build rustdoc only at the top stageMark Simulacrum-3/+3
2017-08-13Unify flags into config.Mark Simulacrum-14/+5
2017-07-28rustbuild: Use Cargo's "target runner"Alex Crichton-67/+13
2017-07-27Correct a few run.host invocations where run.target is intended.Mark Simulacrum-2/+2
2017-07-27Don't needlessly build rustdoc for compiletest.Mark Simulacrum-1/+6
2017-07-27Build rustdoc on-demand.Mark Simulacrum-2/+1
2017-07-27Change tools to take a compiler instead of a stage.Mark Simulacrum-3/+3
2017-07-25Bump master to 1.21.0Alex Crichton-33/+35
2017-07-24Make dist equivalent to old build system.Mark Simulacrum-1/+1
2017-07-23Do not run pretty tests by default.Mark Simulacrum-0/+3
2017-07-22Make distcheck work again.Mark Simulacrum-0/+4
2017-07-22Add make_run to distcheck.Mark Simulacrum-0/+4
2017-07-20Change make_run signature to taking a RunConfig struct for refactorability.Mark Simulacrum-116/+59
2017-07-20Add an optional condition to constrain defaults.Mark Simulacrum-8/+3
2017-07-20Remove step.rs commentsMark Simulacrum-231/+0
2017-07-20Don't include lldb/gdb in default testsMark Simulacrum-7/+5
2017-07-20Don't run host-only tests when targeting another platformMark Simulacrum-39/+111
2017-07-20Fix a few issues found by comparing past/presentMark Simulacrum-4/+2
2017-07-20Implement available paths list.Mark Simulacrum-36/+30
2017-07-20Krate -> CrateMark Simulacrum-9/+9
2017-07-20Resolve rebase errorsMark Simulacrum-34/+32
2017-07-20Require should_run to be implemented.Mark Simulacrum-0/+8
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-97/+137
2017-07-20Remove core_intrinsics feature gateMark Simulacrum-0/+12
2017-07-20Cleanups and fixes throughoutMark Simulacrum-7/+4
2017-07-20Fix more incorrectly transitioned codeMark Simulacrum-17/+29
2017-07-20Fix a few errors introduced during rebase.Mark Simulacrum-26/+49
2017-07-20Fix a nit.Mark Simulacrum-1/+1