aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-11-26std.zig.AstGen: rename token_bytes parameter to ident_name_rawMateusz Poliwczak
2025-11-25std.Zig.AstGen: handle properly .inferred_ptr and .destructure in enum_litera...Mateusz Poliwczak
2025-11-25std.testing: Fix expectEqualDeep formatted enum (#25960)Nir Lahad
2025-11-25std.Io.Threaded: fix QueryPerformanceCounter usageZihad
2025-11-25Merge pull request #26037 from ziglang/build-runner-std.IoAndrew Kelley
2025-11-24Merge pull request #25993 from squeek502/windows-pathsRyan Liptak
2025-11-24build runner: update Mutex and Condition usage to std.IoAndrew Kelley
2025-11-24build runner: update from std.Thread.Pool to std.IoAndrew Kelley
2025-11-24std.Io: add Group.concurrentAndrew Kelley
2025-11-24std.Io.File.readPositional fixed buffer typeGiuseppe Cesarano
2025-11-24crypto.ml_kem: avoid redundant assignment & fix K-PKE.KeyGen (#26031)Frank Denis
2025-11-24Merge pull request #17541 from moosichu/fix/wine-get-final-path-name-by-handleRyan Liptak
2025-11-23Move Windows rename implementation from std.posix to windows.RenameFileRyan Liptak
2025-11-23os.windows: Delete unused functions and kernel32 bindingsRyan Liptak
2025-11-23windows.GetFinalPathNameByHandle: add links to bugs tracking the Wine workaroundRyan Liptak
2025-11-23std.math.big.int: fix format functionsJustus Klausecker
2025-11-23std.Target: remove Abi.code16Alex Rønne Petersen
2025-11-23Merge pull request #23733 from alichraghi/bpMatthew Lugg
2025-11-23Revert "std.os.linux.sparc64: use icc instead of xcc in asm clobbers"Alex Rønne Petersen
2025-11-22flate.Compress: simplify huffman node comparisonsKendall Condon
2025-11-22blake3: remove unnecessary comptime, digest_length instead of key_lengthFrank Denis
2025-11-22all: replace all `@Type` usagesAli Cheraghi
2025-11-22compiler: replace `@Type` with individual type-creating builtinsMatthew Lugg
2025-11-21Reader.defaultDiscard: Fix for use with an indirect readerRyan Liptak
2025-11-21fs.path: Fix on big-endian architectures, make PathType.isSep assume WTF-16 i...Ryan Liptak
2025-11-21std.Thread: update doc commentsAndrew Kelley
2025-11-21std.Io.Threaded: forward cancellation requests to awaited tasksAndrew Kelley
2025-11-21std.Io.Threaded: import std.mem.AlignmentAndrew Kelley
2025-11-21std.Io.Threaded: slightly different semanticsAndrew Kelley
2025-11-21std.Io.Threaded: remove dead codeAndrew Kelley
2025-11-21std.Io.Threaded: allow calling init in single-threaded modeAndrew Kelley
2025-11-21std.Io: update async documentation to reflect the guaranteeAndrew Kelley
2025-11-21fix logic bug in groupAsyncLoris Cro
2025-11-21fix single-threaded buildsLoris Cro
2025-11-21Io.Threaded PoC reimplementationLoris Cro
2025-11-21Revert std.crypto kangarootwelve additionAndrew Kelley
2025-11-21std.zig.system.linux: implement s390x native CPU detectionAlex Rønne Petersen
2025-11-21std.zig.system: disable vector support on s390x for nowAlex Rønne Petersen
2025-11-21std.crypto.ml_kem: disable some tests on s390x with vector supportAlex Rønne Petersen
2025-11-21std.zig.system.linux: don't arbitrarily limit sparc CPU detection to 64-bitAlex Rønne Petersen
2025-11-21Deal with NT paths in GetFinalPathNameByHandleTom Read Cutting
2025-11-21Teach fs.path about the wonderful world of Windows pathsRyan Liptak
2025-11-20system specific errnorpkak
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-20Merge pull request #25981 from mlugg/macos-fuzz-2Matthew Lugg
2025-11-20Merge pull request #25898 from jacobly0/elfv2-progressAndrew Kelley
2025-11-20std.Io.Writer: fix some bugsMatthew Lugg
2025-11-20std.http: stop assuming previous chunk stateMatthew Lugg
2025-11-20std.Build: fix crashes running fuzz testsMatthew Lugg
2025-11-20std.debug.MachOFile: handle 'path/to/archive.a(entry.o)' formMatthew Lugg