aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-10-16std.mem: Improve writeIntSlice performancejoadnacer
2023-10-16Build: fix some issues with ConfigHeader stepJacob Young
2023-10-15Merge pull request #17448 from squeek502/win32-manifestAndrew Kelley
2023-10-16Merge pull request #17293 from Snektron/spirv-aaaaRobin Voetter
2023-10-15Add preliminary support for Windows .manifest filesRyan Liptak
2023-10-15std.heap.ArenaAllocator: fix doc comment typoJohan Jansson
2023-10-15std.testing: disable expectEqualSlices printing for spirvRobin Voetter
2023-10-15std.testing: allow print() at comptimeRobin Voetter
2023-10-14std.base64: Improve Encoder/Decoder performancejoadnacer
2023-10-14Add a missing period in Future's descriptionJustinWayland
2023-10-14Merge pull request #17489 from ziglang/glibc-updateAndrew Kelley
2023-10-13glibc patch: remove some static asserts from fstatatAndrew Kelley
2023-10-13glibc patch: don't check __LIBC macroAndrew Kelley
2023-10-13glibc patch: add missing includes for inttypes.hAndrew Kelley
2023-10-13glibc patch: make fstatat.c and fstatat64.c compileAndrew Kelley
2023-10-13glibc patch: inline x86-lp_size.hAndrew Kelley
2023-10-13glibc patch: add a few dn_* functionsMotiejus Jakštys
2023-10-13glibc patch: add backwards compatibility for some symbolsMotiejus Jakštys
2023-10-13glibc patch: version-gate _DYNAMIC_STACK_SIZE_SOURCEAndrew Kelley
2023-10-13glibc patch: don't hardcode __GLIBC_MINOR__Andrew Kelley
2023-10-13update glibc headers to 2.38Andrew Kelley
2023-10-13glibc: update libc-modules.h to 2.38Andrew Kelley
2023-10-13update glibc start files to 2.38Andrew Kelley
2023-10-13glibc: update abilists fileAndrew Kelley
2023-10-13Merge pull request #17510 from Vexu/vectorAndrew Kelley
2023-10-13remove redundant use of pathFromRootradar roark
2023-10-13std.simd: return comptime_int from `suggestVectorSize`Veikka Tuominen
2023-10-13drop for loop syntax upgrade mechanismsAndrew Kelley
2023-10-12lib: Fix asm code in _start for SPARCKoakuma
2023-10-13Fix minor typo in the description of ProgressJustinWayland
2023-10-12Fix compilation failure in valgrind.zigKai Jellinghaus
2023-10-12Update docs of PriorityQueue.iterator() and PriorityDeque.iterator()Alexander Heinrich
2023-10-10Step.Run: change `cwd` to `?Build.LazyPath` (#17418)Krzysztof Wolicki
2023-10-10Step.Compile: add options struct for `addCSourceFiles` (#17420)Krzysztof Wolicki
2023-10-10std.cstr: remove deprecated namespaceEric Joldasov
2023-10-10Grammar: Use `ContainerDeclaration*` instead of `ContainerDeclarations`Jonathan Marler
2023-10-09Merge pull request #17392 from ziglang/fetchAndrew Kelley
2023-10-09std.mem: use indexOfScalarPos when indexOf is called where needle.len == 1Karl Seguin
2023-10-09lib/std/fs/test.zig: cleanup (#17443)Pat Tullmann
2023-10-08std.fs.path.resolve: add test cases for empty stringAndrew Kelley
2023-10-08Package.Fetch: fix handling of relative pathsAndrew Kelley
2023-10-08zig build: add `--fetch` argumentAndrew Kelley
2023-10-08std.tar: fix creation of symlinks with omit_empty_directoriesAndrew Kelley
2023-10-08finish hooking up new dependency tree logicAndrew Kelley
2023-10-08make Package.Path support string escape formattingAndrew Kelley
2023-10-08std: add unstable sorting to array hash mapsAndrew Kelley
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-10-08std.zig.ErrorBundle: add some explicit error setsAndrew Kelley
2023-10-08std.tar: add option for omitting empty directoriesAndrew Kelley