summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2024-01-23Remove support for no-system-llvmNikita Popov-12/+12
2024-01-18Warn when no profiler runtime means coverage tests won't be run/blessedZalathar-0/+9
2024-01-09Rollup merge of #119619 - onur-ozkan:panic-abort-mir-opt, r=oli-obkMatthias Krüger-12/+33
2024-01-08detect user-specified custom targets in compiletestonur-ozkan-12/+33
2024-01-07coverage: Anonymize line numbers in branch viewsZalathar-3/+93
2024-01-05Allow coverage tests to enable `llvm-cov --use-color`Zalathar-0/+11
2024-01-05Extract a `split_flags` helper in header directive parsingZalathar-9/+16
2024-01-05Allow tests to ignore individual test modesZalathar-3/+36
2024-01-05Check for profiler support via a flag, instead of an environment varZalathar-1/+26
2024-01-04Rollup merge of #119184 - Rajveer100:branch-for-issue-118752, r=davidtwcoMatthias Krüger-11/+17
2023-12-21Switch from using `//~ERROR` annotations with `--error-format` to `error-patt...Rajveer-11/+17
2023-12-21Enable -Zlint-mir by default for mir-opt testsTomasz Miąsko-0/+1
2023-12-14update use of feature flagslcnr-2/+2
2023-12-07also print 'immutable' flagRalf Jung-2/+5
2023-11-30Auto merge of #118036 - DianQK:thinlto-tests, r=tmiaskobors-15/+55
2023-11-30Add thinlto support to codegen, assembly and coverage testsDianQK-15/+55
2023-11-29Auto merge of #118132 - onur-ozkan:stdlib-assertion-status-to-compiletest, r=...bors-2/+8
2023-11-24Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)`David Tolnay-1/+1
2023-11-21utilize stdlib debug assertion status in compiletestonur-ozkan-2/+8
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-15/+1
2023-11-15Re-format code with new rustfmtMark Rousskov-3/+1
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-2/+1
2023-11-09Auto merge of #117122 - ferrocene:pa-configure-git-diff, r=albertlarsan68bors-3/+20
2023-11-09fmtPietro Albini-4/+1
2023-11-08coverage: Rename the `run-coverage` test mode to `coverage-run`Zalathar-11/+11
2023-11-08Auto merge of #117484 - Zalathar:tests, r=cjgillotbors-5/+15
2023-11-07coverage: Give each coverage test mode a separate output directoryZalathar-2/+12
2023-11-07coverage: Copy all remaining run-coverage tests into coverage-mapZalathar-1/+1
2023-11-07coverage: Use `-Copt-level=2` by default in run-coverage testsZalathar-2/+2
2023-11-06Allow tests with rust-rustfix and revisionsMatthew Jasper-1/+1
2023-11-06rename github_repository to git_repositoryPietro Albini-5/+5
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-2/+1
2023-10-28Remove asmjs from toolsJubilee Young-15/+1
2023-10-27Don't provide `rust-demangler` to run-make testsZalathar-4/+0
2023-10-25compiletest: Display compilation errors in mir-opt testsTomasz Miąsko-1/+1
2023-10-24allow configuring the parent GitHub repositoryPietro Albini-3/+23
2023-10-23Fix comment: coverage-map tests compile to LLVM IR, not MIRZalathar-1/+1
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-39/+26
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-17/+17
2023-10-16Elaborate comment.Camille GILLOT-0/+2
2023-10-16Motivate renumbering and avoid underflow.Camille GILLOT-3/+6
2023-10-16Normalize alloc-id in tests.Camille GILLOT-0/+29
2023-10-14Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkanbors-11/+8
2023-10-08compiletest: add a way to specify params with spacesMichael Howell-1/+9
2023-10-08Bump to latest betaMark Rousskov-11/+8
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-2/+2
2023-09-29add needs-relocation-model-pic to compiletestPietro Albini-0/+11
2023-09-21compiletest: load supports-xray from target specTomasz Miąsko-15/+3
2023-09-21compiletest: load supported sanitizers from target specTomasz Miąsko-101/+31
2023-09-21compiletest: use builder pattern to construct Config in testsTomasz Miąsko-93/+141