about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2022-11-04Auto merge of #103298 - ferrocene:pa-compile-flags-last, r=jyn514bors-39/+71
2022-11-03put custom flags as last in codegen and asm testsPietro Albini-33/+41
2022-11-01Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514Manish Goregaokar-92/+39
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-92/+39
2022-10-29compiletest: set the dylib path when gathering target cfgJosh Stone-33/+37
2022-10-29Rollup merge of #102634 - andrewpollack:refactor-test-rustcflags, r=Mark-Simu...Guillaume Gomez-36/+15
2022-10-25ensure that compile-flags arguments are the last in ui testsPietro Albini-18/+42
2022-10-24Update src/tools/compiletest/src/runtest.rsAndrew Pollack-1/+1
2022-10-24Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726Yuki Okushi-0/+2
2022-10-19compiletest: refactor rustcflags to VecAndrew Pollack-36/+15
2022-10-18Retrieve LLVM version from llvm-filecheck binary if it is not set yetGuillaume Gomez-1/+18
2022-10-05Auto merge of #102438 - andrewpollack:add-target-rustc-flags, r=Mark-Simulacrumbors-2/+4
2022-10-02Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu...Dylan DPC-1/+4
2022-09-28Adding target_rustcflags to TargetCfgAndrew Pollack-2/+4
2022-09-23Detect panic strategy using `rustc --print cfg`Florian Bartels-16/+17
2022-09-20Update rustc's information on Android's sanitizersChris Wailes-0/+6
2022-09-16Do not panic when a test function returns Result::Err.Bradford Hovinen-1/+4
2022-09-14Remove check_missing_items.pyNixon Enraght-Moony-9/+0
2022-09-14jsondoclint: New ToolNixon Enraght-Moony-0/+13
2022-09-11Avoid `Iterator::last`KaDiWa-1/+1
2022-09-07fix compiletest detection of needs-rust-lld testsRémy Rakic-3/+15
2022-09-01Sort tests at compile time, not at startupBen Kimock-0/+2
2022-08-28Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillotbors-1/+1
2022-08-28Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiserMatthias Krüger-0/+1
2022-08-26Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiserbors-2/+5
2022-08-24Add GDB/LLDB pretty-printers for NonZero typesArtem Mukhin-0/+1
2022-08-18session: stabilize split debuginfo on linuxDavid Wood-2/+5
2022-08-16compiletest: fix typo in runtest.rsIkko Ashimine-1/+1
2022-08-13avoid cloning and then iteratingKaDiWa-1/+1
2022-08-12[compiletest] Add compiler-bundled NatVis files to test input stamp.Michael Woerister-0/+2
2022-08-08compiletest: Add warning and comment about running tests without RUSTCEric Huss-1/+16
2022-08-07compiletest: match ignores on target familyEric Huss-0/+29
2022-08-07compiletest: use precise cfg matching instead of hard-coded tablesEric Huss-208/+301
2022-07-28Use line numbers relative to function in mir opt testsNilstrieb-0/+1
2022-07-24Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisabors-0/+19
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-0/+5
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-0/+19
2022-07-20Add ShadowCallStack SupportIvan Lozano-0/+5
2022-07-20compiletest: dedup revision line logic.Luqman Aden-31/+27
2022-07-20compiletest: allow using revisions with debuginfo testsLuqman Aden-13/+47
2022-07-12Add regex-error-pattern flag in compiletestGuillaume Gomez-19/+66
2022-07-11compiletest: trim edition before passing as flagDeadbeef-1/+1
2022-07-04Auto merge of #98817 - the8472:dont-optimize-ui-tests, r=Mark-Simulacrumbors-0/+32
2022-07-02move optimize-tests flag handling from bootstrap to compiletestThe 8472-16/+28
2022-07-02Only obey optimize-tests flag on UI tests that are run-passThe 8472-0/+20
2022-07-02Fix bug in `rustdoc -Whelp`Joshua Nelson-2/+4
2022-06-28Rollup merge of #98564 - jyn514:remove-tmp-dir, r=Mark-SimulacrumMatthias Krüger-5/+0
2022-06-26Remove references to `./tmp` in-treeJoshua Nelson-5/+0
2022-06-26compiletest: add issue number param to `known-bug`David Knaack-1/+23
2022-06-22use `-Cstrip=debuginfo` with ui tests to reduce disk space usageklensy-0/+2