aboutsummaryrefslogtreecommitdiff
path: root/src/libs/mingw.zig
AgeCommit message (Expand)Author
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28aro: update to not use GenericWriterAndrew Kelley
2025-08-28more updates to not use GenericWriterAndrew Kelley
2025-08-28compiler: update to not use GenericWriterAndrew Kelley
2025-08-28libc: delete superfluous c and assembly trunc implementationsDavid Senoner
2025-08-28libc: delete superfluous c and assembly ceil implementationDavid Senoner
2025-08-27libc: use zig isnan and derivates for mingwDavid Senoner
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-08compiler: improve error reportingmlugg
2025-08-06Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."Alex Rønne Petersen
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-07-06Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.Alex Rønne Petersen
2025-07-04delete superfluous assembly libc floor implementationsDavid Senoner
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-11mingw: Fix def file preprocessing.Alex Rønne Petersen
2025-06-11mingw: Update MinGW-w64 sources to 38c8142f660b6ba11e7c408f2de1e9f8bfaf839e.Alex Rønne Petersen
2025-06-01libc: replace MinGW's trigonometric functions with compiler_rt'sKoki Ueha
2025-05-30mingw: Remove libscrnsav(e,w) support.Alex Rønne Petersen
2025-05-21libc: implement common `abs` for various integer sizes (#23893)David
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen