about summary refs log tree commit diff
path: root/src/bootstrap/check.rs
AgeCommit message (Expand)AuthorLines
2018-06-03impl is_tool on Mode enumCollins Abitekaniza-1/+1
2018-06-03thread tool modes throughCollins Abitekaniza-0/+1
2018-06-03refactor, make requested changesCollins Abitekaniza-1/+1
2018-06-03refactor Mode enumCollins Abitekaniza-13/+13
2018-05-17Rename trans to codegen everywhere.Irina Popa-5/+5
2018-04-19Ensure CleanTools is run for check rustdocvarkor-1/+7
2018-04-19Add rustdoc to x.py checkvarkor-1/+52
2018-04-18Replace Build with Buildervarkor-10/+9
2018-04-18Do not rebuild LLVM for x.py checkvarkor-3/+2
2018-04-18Abstract LLVM building from bootstrapvarkor-46/+4
2018-04-18Correct the timestamp for CodegenBackend checkvarkor-4/+11
2018-04-18Add rustc_trans to x.py checkvarkor-2/+95
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-33/+30
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-3/+3
2018-03-17rustbuild: Tweak where timing information goesAlex Crichton-8/+12
2018-03-09rustbuild: Fix MSBuild location of `llvm-config.exe`Alex Crichton-1/+1
2018-02-11Change Step to be invoked with a path when in default mode.Mark Simulacrum-3/+3
2018-02-08Add tests for themesGuillaume Gomez-1/+0
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-1/+1
2018-01-23Add ./x.py check src/{libstd,libtest,rustc}.Mark Simulacrum-0/+163
2018-01-23Rename check.rs to test.rsMark Simulacrum-1542/+0
2018-01-23Rollup merge of #47558 - spastorino:rustc_args, r=nikomatsakiskennytm-0/+1
2018-01-19Auto merge of #47494 - michaelwoerister:proc-macro-incremental, r=nikomatsakisbors-0/+5
2018-01-19Add rustc-args option to test runnerSantiago Pastorino-0/+1
2018-01-17Rollup merge of #47250 - GuillaumeGomez:test-rustdoc-js, r=Mark-SimulacrumGuillaume Gomez-0/+37
2018-01-16Add incremental-fulldeps test suite and regression test for #47290.Michael Woerister-0/+5
2018-01-13Only run rustdoc-js test suite when nodejs is availableGuillaume Gomez-8/+11
2018-01-12End of rustdoc-js tool add into builderGuillaume Gomez-1/+7
2018-01-12Move forward to add rustdoc testGuillaume Gomez-14/+7
2018-01-12Start adding js testsGuillaume Gomez-0/+35
2018-01-12Remove unused argument `rustc_cargo`.O01eg-1/+1
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-1/+2
2017-12-27Clarify toolstate names. Move publish.py to a more convenient location.kennytm-4/+4
2017-12-27Revert "Add a file to trivially disable tool building or testing"kennytm-28/+8
2017-12-12Put miri const eval checking behind -ZmiriOliver Schneider-0/+1
2017-12-06Update miri to rustc changesOliver Schneider-53/+104
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