summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2024-08-30add borrows to NLL MIR dumpsRémy Rakic-0/+1
2024-08-25strip whitespace for ignored tests reason commentsRémy Rakic-1/+1
2024-08-25compiletest: implement `needs-lvm-zstd` directiveRémy Rakic-1/+111
2024-08-22Revert "compiletest: use `std::fs::remove_dir_all` now that it is available"许杰友 Jieyou Xu (Joe)-2/+25
2024-08-20compiletest: use `std::fs::remove_dir_all` now that it is available许杰友 Jieyou Xu (Joe)-25/+2
2024-08-19Auto merge of #129218 - saethlin:gdb-supports-rust-now, r=jieyouxubors-69/+19
2024-08-18Auto merge of #125854 - beetrees:zst-arg-abi, r=estebankbors-0/+5
2024-08-18Clean up compiletestBen Kimock-59/+19
2024-08-18Delete compiletest support for gdbgBen Kimock-11/+1
2024-08-13Rollup merge of #129049 - Zalathar:json-like, r=jieyouxuMatthias Krüger-6/+4
2024-08-13Remove a confusing commentZalathar-1/+0
2024-08-13Don't panic on unknown JSON-like output linesZalathar-5/+4
2024-08-13Fix blessing of rmake testsZalathar-8/+7
2024-08-10Fix and enable disabled codegen-units testsBen Kimock-1/+7
2024-08-07Rollup merge of #128384 - dheaton-arm:mte-test, r=jieyouxuMatthias Krüger-0/+1
2024-08-07rewrite pgo-indirect-call-promotion to rmakeOneirical-0/+1
2024-08-03Rollup merge of #128161 - EtomicBomb:just-compiletest, r=notriddleMatthias Krüger-35/+74
2024-08-02Move ZST ABI handling to `rustc_target`beetrees-0/+5
2024-08-01Auto merge of #127060 - Oneirical:testificate, r=jieyouxubors-0/+1
2024-07-31Remove redundant information and simplify `only` conditiondheaton-arm-0/+1
2024-07-31canonicalize path in another place to fix #128411EtomicBomb-1/+3
2024-07-30rewrite symbol-visibility to rmakeOneirical-0/+1
2024-07-30Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiserbors-0/+1
2024-07-30Test RUSTC_OVERRIDE_VERSION_STRINGOli Scherer-0/+1
2024-07-29Fix tidy call in runtest with custom HTML elementMichael Howell-0/+1
2024-07-29merge conflicts; fix rebase duplicating importsEtomicBomb-11/+0
2024-07-29file_stem and comment per notriddleEtomicBomb-8/+3
2024-07-29ordering and wrapping cross-crate-info testsEtomicBomb-1/+1
2024-07-29initial implementation of rustdoc nested aux-buildEtomicBomb-34/+87
2024-07-29Reformat `use` declarations.Nicholas Nethercote-63/+59
2024-07-25rewrite incr-foreign-head-span to rmakeOneirical-0/+1
2024-07-24Rollup merge of #128100 - GuillaumeGomez:run-make-path, r=Kobzol,jieyouxuMatthias Krüger-2/+25
2024-07-23Allow to pass a full path for `run-make` testsGuillaume Gomez-2/+25
2024-07-23Rollup merge of #125886 - GuillaumeGomez:migrate-run-make-issue-15460, r=jiey...Matthias Krüger-0/+2
2024-07-23Rollup merge of #127962 - jieyouxu:cleanup-dll-compiletest, r=fmeaseMatthias Krüger-11/+7
2024-07-22Add new `MSVC_LIB_PATH` runtest environment variable to know location of the ...Guillaume Gomez-0/+2
2024-07-20Rollup merge of #127958 - jieyouxu:compiletest-rmake-cleanup, r=KobzolMatthias Krüger-92/+186
2024-07-20compiletest/rmake: simplify path calculations许杰友 Jieyou Xu (Joe)-36/+10
2024-07-20compiletest/rmake: avoid double test directory for rmake.rs tests许杰友 Jieyou Xu (Joe)-2/+8
2024-07-20compiletest/rmake: improve comments许杰友 Jieyou Xu (Joe)-30/+7
2024-07-20compiletest/rmake: prune unused `RUST_BUILD_STAGE` and explain env vars passe...许杰友 Jieyou Xu (Joe)-6/+20
2024-07-19Update jsondocck directives to follow ui_test-styleLeón Orell Valerian Liehr-9/+22
2024-07-19compiletest/rmake: cleanup `stage_std_path` and `recipe_dylib_search_paths` h...许杰友 Jieyou Xu (Joe)-9/+17
2024-07-19compiletest/rmake: better explain why stage0 sysroot is needed if forced stage0许杰友 Jieyou Xu (Joe)-4/+21
2024-07-19compiletest/rmake: prune useless env vars and explain passed rustc options an...许杰友 Jieyou Xu (Joe)-9/+8
2024-07-19compiletest/rmake: rename `cmd` to `rustc`许杰友 Jieyou Xu (Joe)-5/+6
2024-07-19compiletest/rmake: cleanup rmake exe extension calculation许杰友 Jieyou Xu (Joe)-8/+9
2024-07-19compiletest/rmake: cleanup library search paths许杰友 Jieyou Xu (Joe)-4/+5
2024-07-19compiletest/rmake: cleanup dylib search paths related calculations许杰友 Jieyou Xu (Joe)-16/+24
2024-07-19compiletest/rmake: improve clarity of `support_lib_{path,deps,deps_deps}` cal...许杰友 Jieyou Xu (Joe)-21/+42