summary refs log tree commit diff
path: root/src/bootstrap/test.rs
AgeCommit message (Expand)AuthorLines
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
2018-02-23Split test::Docs into one Step for each book.kennytm-12/+53
2018-02-18Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkorGuillaume Gomez-1/+1
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-02-17Add command to launch only doc testsGuillaume Gomez-0/+3
2018-02-11Change Step to be invoked with a path when in default mode.Mark Simulacrum-245/+298
2018-02-10fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}Matthias Krüger-1/+1
2018-02-08Convert python script to rustGuillaume Gomez-11/+8
2018-02-08Pass themes folder as parameterGuillaume Gomez-1/+3
2018-02-08Add tests for themesGuillaume Gomez-0/+42
2018-02-04Run the `run-make` tests last, so more tests run on Windows when `make` is un...John Kåre Alsaker-1/+1
2018-01-30Add wasm_syscall feature to build systemDiggory Blake-0/+8
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-1/+3
2018-01-23Rename check.rs to test.rsMark Simulacrum-0/+1542