about summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
2018-06-03impl is_tool on Mode enumCollins Abitekaniza-1/+1
2018-06-03refactor mode to ToolRustc for Rls & RustfmtCollins Abitekaniza-2/+2
2018-06-03thread tool modes throughCollins Abitekaniza-10/+18
2018-06-03refactor Mode enumCollins Abitekaniza-11/+11
2018-06-02Rustdoc itself no longer requires proc macros to buildMark Simulacrum-2/+1
2018-05-30Run rustfmtSantiago Pastorino-150/+241
2018-05-30Add compare-mode to x.pySantiago Pastorino-1/+2
2018-05-17Make `bless` a flag instead of a subcommandOliver Schneider-7/+1
2018-05-17Add `bless` x.py subcommand for easy ui test replacementOliver Schneider-28/+24
2018-05-15Fix run-make wasm testsEric Huss-4/+4
2018-05-10Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrumbors-2/+21
2018-05-09ignore test-args if user specifies suite_pathCollins Abitekaniza-5/+1
2018-05-07./x.py test should be able to run individual testsCollins Abitekaniza-2/+25
2018-05-07Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichtonbors-4/+4
2018-05-06Auto merge of #50468 - nrc:test-rustfmt, r=alexcrichtonbors-0/+3
2018-05-06Pass a test directory to rustfmtNick Cameron-0/+3
2018-05-06s/DocTestsOption/DocTests/gkennytm-4/+4
2018-05-06Added test case.kennytm-7/+7
2018-05-06Added `./x.py test --no-doc` option.kennytm-3/+9
2018-05-04bootstrap: Fix LLVM bin path setup for Windows.Michael Woerister-11/+0
2018-05-03Make run-make host_test!().Michael Woerister-1/+1
2018-05-03Add LLVM bin directory to PATH for running run-make tests.Michael Woerister-3/+14
2018-04-27Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavuskennytm-0/+1
2018-04-21Do not test RLS and rustfmt if build of these failed.kennytm-2/+20
2018-04-18Expand `x.py test` to also run with `--compare-mode=nll` on src/test/ui suite.Felix S. Klock II-3/+42
2018-04-17Remove uses of Build across Builder stepsMark Simulacrum-172/+153
2018-04-16Fix empty testsGuillaume Gomez-3/+1
2018-04-16Fix nitsGuillaume Gomez-2/+0
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-7/+21
2018-04-16Add warning if a resolution failedGuillaume Gomez-0/+35
2018-04-14Rollup merge of #49922 - f-bro:zmiri, r=oli-obkkennytm-1/+1
2018-04-13Remove -Z miri debugging optionFabio B-1/+1
2018-04-12Fix test failure in src/tools/rustdoc-themes when rust.rpath = falseChris Coulson-1/+1
2018-04-09Add rustc book to the build systemsteveklabnik-0/+1
2018-04-03Fix a few accidental expectationsMark Simulacrum-8/+14
2018-04-03Avoid printing output when in dry run modeMark Simulacrum-24/+25
2018-04-03Refactor to use a dry-run config instead of cfg(test)Mark Simulacrum-1/+8
2018-04-03Add tests to rustbuildMark Simulacrum-0/+1
2018-03-25Rollup merge of #49089 - alexcrichton:fix-timings, r=Mark-Simulacrumkennytm-27/+28
2018-03-23Auto merge of #49311 - SimonSapin:bootstrap-vs-rustflags-the-return, r=Mark-S...bors-0/+6
2018-03-23Use the same RUSTFLAGS for building and testing `bootstrap`Simon Sapin-0/+6
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-7/+12
2018-03-17rustbuild: Tweak where timing information goesAlex Crichton-27/+28
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-4/+14
2018-03-11Auto merge of #48599 - Mark-Simulacrum:rustbuild-updates-step-1, r=alexcrichtonbors-12/+4
2018-03-09rustbuild: Fix MSBuild location of `llvm-config.exe`Alex Crichton-2/+5
2018-03-08Remove ONLY_BUILD.Mark Simulacrum-12/+4
2018-03-05Get the path to cargo from rustbuildMark Mansi-0/+1
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-1/+1
2018-02-24Run the external doc tests in tools job.kennytm-6/+16