| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-24 | library/windows_targets: Fix macro expansion error in 'link' macro | Ivan 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-07 | UWP: link ntdll functions using raw-dylib | Chris Denton | -2/+21 | |
| 2025-05-07 | Fix backtrace for cygwin | 王宇逸 | -0/+1 | |
| 2025-03-11 | Migrate windows-targets to Rust 2024 | Eric Huss | -2/+2 | |
| 2025-03-08 | Don't link against advapi32, except on win7. | Steven Malis | -1/+1 | |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -1/+1 | |
| 2024-09-06 | Win: Add dbghelp to the list of import libraries | Chris Denton | -0/+1 | |
| 2024-08-09 | Add windows-targets crate to std's sysroot | Chris Denton | -0/+41 | |
