| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-28 | Rollup 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-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-24 | Disable unit tests for stdlib packages that don't contain any | bjorn3 | -0/+5 | |
| 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 | -3/+3 | |
| 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/+51 | |
