about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2025-05-12compiletest: fix "blessing" messageJieyou Xu-8/+12
2025-05-09Remove mono item collection strategy override from -Zprint-mono-itemsTomasz Miąsko-1/+4
2025-05-07[win][arm64] Disable various DebugInfo tests that don't work on Arm64 WindowsDaniel Paoliello-0/+1
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-90/+49
2025-05-03compiletest: Do not require annotations on empty labels and suggestionsVadim Petrochenkov-10/+13
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-45/+28
2025-04-28compiletest: Remove the libtest-based executor and its dependencyZalathar-132/+7
2025-04-26Auto merge of #140288 - Zalathar:new-executor, r=jieyouxubors-7/+11
2025-04-26Auto merge of #140177 - tmandry:compiletest-par, r=jieyouxubors-38/+60
2025-04-25compiletest: Use the new non-libtest executor by default (2)Zalathar-7/+11
2025-04-25Auto merge of #140233 - Zalathar:revert-new-executor, r=jieyouxubors-11/+7
2025-04-24Rollup merge of #140191 - Kobzol:remove-git-repository-from-git-config, r=jie...Matthias Krüger-5/+0
2025-04-24Rollup merge of #140194 - jieyouxu:minicore-force-unwind-tables, r=bjorn3Matthias Krüger-2/+6
2025-04-24Revert compiletest new-executor, to re-land without download-rustcZalathar-11/+7
2025-04-23Auto merge of #139998 - Zalathar:new-executor, r=onur-ozkanbors-7/+11
2025-04-23compiletest: `//@ add-core-stubs` implies `-Cforce-unwind-tables=yes`Jieyou Xu-2/+6
2025-04-23Remove `git_repository` field from `GitConfig`Jakub Beránek-5/+0
2025-04-23Auto merge of #138591 - Kobzol:git-ci, r=Mark-Simulacrumbors-1/+1
2025-04-23compiletest: Use the new non-libtest executor by defaultZalathar-7/+11
2025-04-22[compiletest] Parallelize test discoveryTyler Mandry-38/+60
2025-04-22compiletest: Fix deadline bugs in new executorZalathar-21/+47
2025-04-21Use output dir for mir_dump_dirChris Denton-14/+3
2025-04-20Fix compiletest and doc commentJakub Beránek-1/+1
2025-04-20Remove `setup-upstream-remote.sh` and upstream handling.Jakub Beránek-1/+1
2025-04-18Rollup merge of #139393 - willglynn:rustdoc_output_target_feature_information...Matthias Krüger-0/+3
2025-04-17Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiserMatthias Krüger-0/+11
2025-04-17Rollup merge of #139870 - Shourya742:2025-04-15-add-retries-to-remove_and_cre...Matthias Krüger-14/+25
2025-04-17compiletest: add specific `//@ ignore-auxiliary` for test support filesJieyou Xu-0/+11
2025-04-16remove old remove_and_create_dir_all and use build_helpers remove_and_create_...bit-aloo-14/+25
2025-04-16Rollup merge of #139823 - WaffleLapkin:bootpaper, r=jieyouxuMatthias Krüger-1/+8
2025-04-15rustdoc: Output target feature informationWill Glynn-0/+3
2025-04-15normalize canonical and non-canonical paths in compiletestWaffle Lapkin-5/+8
2025-04-15canonicalize test build dir before normalizing itWaffle Lapkin-1/+5
2025-04-15fix typoWaffle Lapkin-1/+1
2025-04-15compiletest: Add an experimental new executor to replace libtestZalathar-11/+451
2025-04-15compiletest: Extract libtest-specific executor code to a submoduleZalathar-103/+113
2025-04-13Rollup merge of #139695 - jieyouxu:compiletest-utf8path, r=KobzolJacob Pratt-433/+404
2025-04-13compiletest: consistently use `{Utf8Path,Utf8PathBuf}`Jieyou Xu-433/+403
2025-04-13compiletest: add `camino` for UTF-8 path handlingJieyou Xu-0/+1
2025-04-13Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxuChris Denton-38/+18
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-3/+14
2025-04-11Rollup merge of #139469 - jieyouxu:compiletest-supports-crate-type, r=onur-ozkanStuart Cook-2/+117
2025-04-10compiletest: Trim the value of `dont-require-annotations`Vadim Petrochenkov-1/+1
2025-04-10compiletest: Turn `TestProps::require_annotations` into a setVadim Petrochenkov-46/+19
2025-04-10compiletest: Make `SUGGESTION` annotations viralVadim Petrochenkov-3/+10
2025-04-10Rollup merge of #139609 - jieyouxu:compiletest-path-misc, r=KobzolMatthias Krüger-22/+23
2025-04-10Rollup merge of #139606 - jieyouxu:compiletest-edition2024, r=compiler-errorsMatthias Krüger-15/+44
2025-04-10Rollup merge of #139507 - Zalathar:trim-env-name, r=jieyouxuMatthias Krüger-16/+13
2025-04-10include --edition in the compiletest stampPietro Albini-0/+1
2025-04-10prevent configuring the edition with //@compile-flagsPietro Albini-1/+7