| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-08 | Let CRT take care of the entry point for wWinMain if libc is linked | Ryan Liptak | |
| Fixes #7852 Before, the modified test would fail with: ``` error: lld-link: undefined symbol: wWinMain note: referenced by C:\Users\Ryan\Programming\Zig\zig-x86_64-windows-0.15.1\lib\libc\mingw\crt\crtexewin.c:66 note: libmingw32.lib(ucrtexewin.obj):(wmain) ``` | |||
| 2025-11-05 | Move `std.Target.SubSystem` to `std.zig.Subsystem` | Carl Ã…stholm | |
| Also updates the field names to conform with the rest of std. | |||
| 2024-12-18 | test-standalone: migrate from deprecated std.Build APIs | mlugg | |
| 2024-04-11 | remove deprecated LazyPath.path union tag | Andrew Kelley | |
| 2024-03-27 | Add standalone test for all possible MinGW exe entry points | Ryan Liptak | |
