aboutsummaryrefslogtreecommitdiff
path: root/src/libs/musl.zig
AgeCommit message (Expand)Author
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-09-28musl: delete dead __restore and __restore_rt functions for hexagon, loongarch...Alex Rønne Petersen
2025-09-27musl: add missing fenv C dummy functions for loongarch64-linux-muslsfAlex Rønne Petersen
2025-08-28compiler: update not to 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-27Remove memcmp and memset from bundled musl and wasiYefeng Li
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-08compiler: improve error reportingmlugg
2025-07-04delete superfluous assembly libc floor implementationsDavid Senoner
2025-07-04delete superfluous libc floor implementationsDavid Senoner
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-12compiler: rework backend pipeline to separate codegen and linkmlugg
2025-06-06Compilation: enable the x86_64 backend by default for debug buildsJacob Young
2025-05-30libc: replace musl's trigonometric functions with compiler_rt'sKoki Ueha
2025-05-21libc: implement common `abs` for various integer sizes (#23893)David
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-15Introduce common `strcasecmp` and `strncasecmp` implementations (#23840)Bryson Miller
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen