aboutsummaryrefslogtreecommitdiff
path: root/lib/std
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-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-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
2023-10-06std.unicode.utf8ValidateSlice: optimize implementation (#17329)Karl Seguin
2023-10-06Update Server.zig:{listen, do} to specify error enumsBecker A
2023-10-06Merge pull request #17419 from ziglang/unsound-native-target-infoAndrew Kelley
2023-10-06Add pause() to linux.zigRatakor
2023-10-06Add filled_sigset to os.zigRatakor
2023-10-06Add filled_sigset to os.linuxRatakor
2023-10-06std.math: add nextAfter (#16894)castholm
2023-10-06std: fix memory bug in getExternalExecutorJakub Konka
2023-10-04x86_64: implement C abi for 128-bit integersJacob Young
2023-10-04comp: add support for -fdata-sectionsJakub Konka
2023-10-04Merge pull request #17344 from ziglang/type-erased-readerAndrew Kelley
2023-10-04linux: add fanotify APInikneym
2023-10-04GeneralPurposeAllocator.searchBucket: check current bucket before searching t...Ryan Liptak
2023-10-04Update IORING_OP to reflect upstream (#17388)Kai Jellinghaus
2023-10-03std.macho: remove alignment from LoadCommandIteratorAndrew Kelley