aboutsummaryrefslogtreecommitdiff
path: root/src/libs
AgeCommit message (Expand)Author
2025-08-06link: prevent deadlock when prelink tasks failmlugg
2025-08-06Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."Alex Rønne Petersen
2025-07-14libcxx: fix building for wasm32-wasi by disabling exceptionsAlex Rønne Petersen
2025-07-07compiler: fix remaining build failuresAndrew Kelley
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-06wasi: Fix libwasi-emulated-process-clocks buildAlex Rønne Petersen
2025-07-06wasi: Build emulated libraries into libc.aAlex Rønne Petersen
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-07-04delete superfluous libc floor implementationsDavid Senoner
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-12libs: fix caching behaviormlugg
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-12compiler: get most backends compiling againmlugg
2025-06-12compiler: rework backend pipeline to separate codegen and linkmlugg
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-06Compilation: enable the x86_64 backend by default for debug buildsJacob Young
2025-06-04Merge pull request #24025 from alexrp/glibc-deduplicationAlex Rønne Petersen
2025-06-01libc: replace MinGW's trigonometric functions with compiler_rt'sKoki Ueha
2025-05-30libc: replace musl's trigonometric functions with compiler_rt'sKoki Ueha
2025-05-30mingw: Remove libscrnsav(e,w) support.Alex Rønne Petersen
2025-05-30compiler: Use new merged header paths for glibc and NetBSD libc.Alex Rønne Petersen
2025-05-21libc: implement common `abs` for various integer sizes (#23893)David
2025-05-20compiler: Fix build break due to #23836 being merged before #23913.Alex Rønne Petersen
2025-05-20Merge pull request #23913 from alexrp/netbsd-libcAlex Rønne Petersen
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-17freebsd: Fix stub libraries containing versioned symbols that shouldn't be.Alex Rønne Petersen
2025-05-17compiler: Support building NetBSD crt1.o/Scrt1.o and stub shared libraries.Alex Rønne Petersen
2025-05-17freebsd: Fix selection of unversioned symbol inclusion.Alex Rønne Petersen
2025-05-17freebsd: Remove dead Thumb handling code.Alex Rønne Petersen
2025-05-17glibc: Fix a benign bug when selecting the size of an object symbol.Alex Rønne Petersen
2025-05-15Introduce common `strcasecmp` and `strncasecmp` implementations (#23840)Bryson Miller
2025-05-12libtsan: Disable warnings when building.Alex Rønne Petersen
2025-05-11freebsd: Create strong references to __progname and environ in stub libc.so.Alex Rønne Petersen
2025-05-10compiler: Support building FreeBSD crt1.o/Scrt1.o and stub shared libraries.Alex Rønne Petersen
2025-05-10libcxxabi: Pass -fPIC via module options instead of CFLAGS.Alex Rønne Petersen
2025-05-10compiler: Move vendored library support to `libs` subdirectory.Alex Rønne Petersen