about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Expand)AuthorLines
2025-06-18Enable automatic cross-compilation in run-make testsJakub Beránek-19/+5
2025-06-18Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3bors-18/+18
2025-06-17Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubileebors-24/+17
2025-06-17Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obkbors-9/+53
2025-06-17Don't match on platform-specific directory not found messageJieyou Xu-6/+2
2025-06-17Refine run-make test ignores due to unpredictable `i686-pc-windows-gnu` unwin...Jieyou Xu-18/+15
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-9/+53
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-18/+18
2025-06-12ignore `run-make` tests that need `std` on `no_std` targetsFolkert de Vries-21/+184
2025-06-11Rollup merge of #142297 - jieyouxu:needs-target-std, r=KobzolMatthias Krüger-24/+6
2025-06-10Modify some run-make tests to use `//@ needs-target-std`Jieyou Xu-24/+6
2025-06-09Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3Trevor Gross-1/+1
2025-06-08Auto merge of #141700 - RalfJung:atomic-intrinsics-part2, r=bjorn3bors-14/+28
2025-06-08Use the in-tree `compiler-builtins`Trevor Gross-1/+1
2025-06-07Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomezGuillaume Gomez-1/+16
2025-06-07intrinsics: use const generic to set atomic orderingRalf Jung-14/+28
2025-05-30Rollup merge of #141538 - folkertdev:systemv-x86_64-va_arg, r=workingjubileeMatthias Krüger-2/+12
2025-05-29implement `va_arg` for x86_64 systemv and macOSFolkert de Vries-2/+12
2025-05-29Rollup merge of #138285 - beetrees:repr128-stable, r=traviscross,bjorn3Jacob Pratt-2/+0
2025-05-28Auto merge of #141576 - marcoieni:pr-free-runners-aarch, r=Kobzolbors-4/+7
2025-05-28Stabilise `repr128`beetrees-2/+0
2025-05-27test: convert version_check ui test to run-makeFabian Grünbichler-0/+13
2025-05-26ci: move tests from x86_64-gnu-llvm-19 job to aarch64MarcoIeni-4/+7
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-2/+2
2025-05-22Allow `#![doc(test(attr(..)))]` doctests to be again merged togetherUrgau-1/+16
2025-05-21limit impls of `VaArgSafe` to just types that are actually safeFolkert de Vries-6/+6
2025-05-18Rollup merge of #141045 - dpaoliello:noarmhazard, r=jieyouxuLeón Orell Valerian Liehr-0/+7
2025-05-18Rollup merge of #140966 - est31:let_chains_library, r=tgross35León Orell Valerian Liehr-1/+1
2025-05-16Remove #![feature(let_chains)] from library and src/librustdocest31-1/+1
2025-05-15[win][arm64] Remove 'Arm64 Hazard' undocumented MSVC option and instead disab...Daniel Paoliello-0/+7
2025-05-15Revert "Fix linking statics on Arm64EC #140176"Jieyou Xu-51/+1
2025-05-09Rollup merge of #140843 - jieyouxu:broken-pipe, r=KobzolMatthias Krüger-3/+5
2025-05-09Rollup merge of #139863 - fmease:simp-doctest-build-arg-passing, r=GuillaumeG...Matthias Krüger-2/+3
2025-05-09tests: fix `broken-pipe-no-ice` to use `bare_rustc`/`rustc`Jieyou Xu-3/+5
2025-05-09Auto merge of #140176 - dpaoliello:arm64ecdec, r=wesleywiserbors-1/+51
2025-05-08Rollup merge of #140800 - GuillaumeGomez:rustdoc-tempdir-removal, r=jieyouxuMatthias Krüger-3/+11
2025-05-08Make `rustdoc-tempdir-removal` run-make tests work on other platforms than linuxGuillaume Gomez-3/+11
2025-05-08Rollup merge of #140756 - dpaoliello:paclink, r=jieyouxuMatthias Krüger-1/+1
2025-05-07[arm64] Pointer auth test should link with C static library staticallyDaniel Paoliello-1/+1
2025-05-07[Arm64EC] Only decorate functions with `#`Daniel Paoliello-1/+51
2025-05-07Add regression test for #139899Guillaume Gomez-0/+42
2025-05-06Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercoteStuart Cook-2/+70
2025-05-05Take into-account `-Zremap-path-scope` when embedding filenamesUrgau-2/+70
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+143
2025-04-28Workaround for windows-gnu rust-lld test failureChris Denton-0/+6
2025-04-25Rollup merge of #140152 - xizheyin:issue-140102, r=jieyouxuMatthias Krüger-74/+80
2025-04-25Rollup merge of #140187 - amy-kwan:amy-kwan/update_runmake_tests_AIX, r=jieyouxuMatthias Krüger-1/+5
2025-04-25Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmeaseMatthias Krüger-8/+5
2025-04-24Unify the format of rustc cli flagsxizheyin-74/+80
2025-04-24Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr...bors-1/+10