aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-11-27Remove legacy asm clobbers syntax handlingLinus Groh
2025-11-27Update std.zig.system.NativePaths.detect to support some more flags on NixOS ...Purple
2025-11-27std.sort.partitionPoint: faster implementation (#30005)Andrew Kelley
2025-11-27std.crypto: add hybrid post-quantum/traditional key encapsulationFrank Denis
2025-11-26http.requestHasBody: a PUT response can have a bodyFrank Denis
2025-11-26Merge pull request #26005 from jedisct1/kt128rAlex Rønne Petersen
2025-11-26std.Progress: Terminate progress escape codes with `ST` not `BEL`Jay Petacat
2025-11-26std.elf implemented DynamicSectionBufferIteratorGiuseppe Cesarano
2025-11-26crypto.blake3: sequentially process larger small tree layers (#26046)Frank Denis
2025-11-26std.crypto.kt128: add support for threadsFrank Denis
2025-11-26Add std.crypto.hash.sha3.{KT128,KT256} - RFC 9861. (#25593)Frank Denis
2025-11-26`Build.Step.Options`: add `comptime_float` supportIOKG04
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