aboutsummaryrefslogtreecommitdiff
path: root/src/glibc.zig
AgeCommit message (Expand)Author
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-06Package.Module: deduplicate identical builtin modulesmlugg
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley
2024-01-04src/target: Restrict usable glibc versionsPat Tullmann
2024-01-04glibc: get correct files compiled into libc_nonshared.aKang Seonghoon
2024-01-01Compilation: make create() take an arena allocatorAndrew Kelley
2024-01-01glibc: fix crash from not setting owner moduleAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01glibc: update to new Compilation APIAndrew Kelley
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-15compiler: update function accepts a std.Progress.NodeAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-13move the cache system from compiler to std libAndrew Kelley
2022-12-15glibc: avoid poisoning the cache namespace with zig lib dirAndrew Kelley
2022-11-22Cache: introduce prefixes to manifestsAndrew Kelley
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-29glibc: fix race condition when building stubsAndrew Kelley
2022-09-11Compilation: handle system C compiler not foundAndrew Kelley
2022-08-25src/glibc: remove redundant ArchMotiejus Jakštys
2022-08-25glibc/abilists: add libresolv stubsMotiejus Jakštys
2022-08-19stage2: implement stack protectorsAndrew Kelley
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-01-14glibc: clean up build logicAndrew Kelley
2022-01-14glibc: restore compatibility with glibc<=2.33 for global initializersxavier
2022-01-03linker: fix build-obj and -fno-emit-binAndrew Kelley
2022-01-02stage2: introduce CacheModeAndrew Kelley
2021-12-16glibc: do not pass -DSHARED to any of the libc_nonshared.a sourcesAndrew Kelley
2021-12-16glibc: don't pass -frounding-mathAndrew Kelley
2021-12-16glibc: add stat_t64_cp.c to libnonshared.aAndrew Kelley
2021-12-16glibc: i386: make glibc not use invalid inline asm syntaxAndrew Kelley
2021-12-16glibc: fix some inconsistent flags with upstreamAndrew Kelley
2021-12-15glibc: improve RISC-V supportAndrew Kelley
2021-12-15glibc: use linux-specific files for nonsharedAndrew Kelley
2021-12-15update glibc start files to 2.34Andrew Kelley
2021-12-13stage2: improved glibc stubsAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-29update libc linux headers to v5.16-rc3Andrew Kelley
2021-10-16Add build.zig and command line flagsLee Cannon
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak