about summary refs log tree commit diff
path: root/library/windows_targets
AgeCommit message (Collapse)AuthorLines
2025-07-28Rollup merge of #144399 - bjorn3:stdlib_tests_separate_packages, ↵Matthias Krüger-0/+5
r=Mark-Simulacrum Add a ratchet for moving all standard library tests to separate packages https://github.com/rust-lang/rust/pull/136642 is the previous PR in this series. See https://github.com/rust-lang/rust/pull/135937 for the rationale of wanting to move all standard library tests to separate packages. This also fixes std_detect testing on riscv.
2025-07-24library/windows_targets: Fix macro expansion error in 'link' macroIvan Tadeu Ferreira Antunes Filho-13/+3
A recent change altered the definition of the link! macro when the windows_raw_dylib feature is enabled, changing its syntax from pub macro {..} to pub macro($tt:tt) {..} in #143592 This change introduced a build failure with the error: "macros that expand to items must be delimited with braces or followed by a semicolon". We add a semicolon to the line causing the issue as we also modify the non windows_raw_dylib link to make use of the link_dylib macro
2025-07-24Disable unit tests for stdlib packages that don't contain anybjorn3-0/+5
2025-07-07UWP: link ntdll functions using raw-dylibChris Denton-2/+21
2025-05-07Fix backtrace for cygwin王宇逸-0/+1
2025-03-11Migrate windows-targets to Rust 2024Eric Huss-3/+3
2025-03-08Don't link against advapi32, except on win7.Steven Malis-1/+1
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2024-09-06Win: Add dbghelp to the list of import librariesChris Denton-0/+1
2024-08-09Add windows-targets crate to std's sysrootChris Denton-0/+51