about summary refs log tree commit diff
path: root/tests/ui/linkage-attr
AgeCommit message (Expand)AuthorLines
2025-07-13Port `#[link_ordinal]` to the new attribute parsing infrastructure.Anne Stijns-32/+45
2025-06-30Rollup merge of #143195 - Kivooeo:tf17, r=tgross35dianqk-0/+23
2025-06-30Rollup merge of #143118 - Kivooeo:tf15, r=tgross35dianqk-0/+41
2025-06-30cleaned up some testsKivooeo-3/+13
2025-06-30cleaned up some testsKivooeo-1/+2
2025-06-29moved testsKivooeo-0/+13
2025-06-28Move some UI tests to more apropriate directoriesTrevor Gross-0/+40
2025-06-23tests: Update raw-dylib unsupported ABI testJubilee Young-2/+2
2025-06-12tests: Convert linkage-attr test to cross-compiling and blessJubilee Young-21/+12
2025-06-08try to manually bless windows test outputRalf Jung-2/+37
2025-04-10tests: use specific-purpose `needs-crate-type` over `ignore-$target` directivesJieyou Xu-2/+1
2025-04-04Rollup merge of #139322 - Kobzol:run-make-lld-refactor, r=jieyouxuMatthias Krüger-17/+0
2025-04-03Move `link-self-contained-consistency` test to a more reasonable locationJakub Beránek-17/+0
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-4/+13
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+9
2025-02-26Support raw-dylib link kind on ELFNoratrieb-0/+556
2025-02-07Remove Linkage::Privatebjorn3-3/+0
2025-02-03Enable more tests on WindowsBen Kimock-2/+2
2024-12-07Move more tests into `tests/ui/link-native-libs`Zalathar-293/+0
2024-12-01Auto merge of #133499 - nikic:no-backend-verify, r=Mark-Simulacrumbors-0/+1
2024-11-29Fix tests that rely on LLVM IR verificationNikita Popov-0/+1
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-3/+0
2024-10-27port `tests/ui/linkage-attr/framework` to run-makejyn-40/+0
2024-09-13Update tests for hidden references to mutable staticObei Sideg-1/+3
2024-06-29unreferenced-used-static: run test everywhereRalf Jung-3/+4
2024-06-28add non-regression test for issue 127052Rémy Rakic-0/+9
2024-06-03Allow static mut definitions with #[linkage]bjorn3-8/+17
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-2/+75
2024-05-13Only allow immutable statics with #[linkage]bjorn3-0/+25
2024-04-10Add test for linking to UIKitMads Marquart-0/+25
2024-04-07Move testsCaio-0/+44
2024-04-06Relax framework linking testMads Marquart-2/+4
2024-03-18Add test for Apple's -weak_framework linker argumentMads Marquart-0/+38
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-0/+1
2024-03-05Clarify FatalErrorHandlerJubilee Young-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-40/+40
2024-01-13Bless testsGeorge-lewis-0/+1
2023-11-24Show number in error message even for one errorNilstrieb-7/+7
2023-10-08add test for `-Clink-self-contained` consistencyRémy Rakic-0/+14
2023-10-07linker: Remove unstable legacy CLI linker flavorsVadim Petrochenkov-6/+6
2023-09-01Tests crash from inappropriate use of common linkageDavid Mo-0/+17
2023-07-05Remove some unnecessary normalizationBen Kimock-5/+1
2023-06-30comment, and bless, unstable linker flavor testRémy Rakic-4/+8
2023-06-30bless test with new linker flavorsRémy Rakic-1/+1
2023-05-29Fix tests on non-unix targetsVadim Petrochenkov-1/+1
2023-05-29rustc_session: Feature gate linker flavors for tier 3 targetsVadim Petrochenkov-0/+14
2023-05-29linker: Report linker flavors incompatible with the current targetVadim Petrochenkov-0/+12
2023-03-19The name of NativeLib will be presentedyukang-0/+13
2023-01-11Move /src/test to /testsAlbert Larsan-0/+435