aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-11-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
2025-11-13std.Io.net: fix off-by-one in HostName.expand0x4a61636f62
2025-11-13Merge pull request #25817 from castholm/windows-fetchAndrew Kelley
2025-11-13std.Target.x86: refresh from update_cpu_features.zigAlex Rønne Petersen
2025-11-13std.Target: add CPU features and models for hppaAlex Rønne Petersen
2025-11-13std.Target: add CPU features and models for alphaAlex Rønne Petersen
2025-11-13fix 'redundant comptime keyword' error source location and add testsxdBronch
2025-11-12std.Target: remove Abi.cygnusAlex Rønne Petersen
2025-11-12std.debug: allow fp unwind from contextMatthew Lugg
2025-11-11aarch64: cleanup register lockJacob Young
2025-11-11std.Io: fix calls on functions that return an array typeTechatrix
2025-11-11io: Correctly align async closure contextsCarl Åstholm
2025-11-10io: Redefine `Clock.real` to return timestamps relative to the POSIX/Unix epochCarl Åstholm
2025-11-10io: Translate Windows `Clock.real` timestamps to the POSIX/Unix epochCarl Åstholm
2025-11-10Merge pull request #25886 from alexrp/kvxAlex Rønne Petersen
2025-11-10Merge pull request #25839 from Rexicon226/socket-bind-fixMatthew Lugg
2025-11-10std.zig.AstGen: properly handle grouped_expressionMateusz Poliwczak
2025-11-10Add ML-DSA post-quantum signatures (#25862)Frank Denis
2025-11-10std.Target.DynamicLinker: define standard paths for alpha, microblaze, sh on ...Alex Rønne Petersen
2025-11-10std.Target: fix toElfMachine() for arc/arcebAlex Rønne Petersen
2025-11-10std.simd: suggest 1024-bit vectors for kvxAlex Rønne Petersen
2025-11-10std.debug.Dwarf: add kvx ip/fp/sp register mappingsAlex Rønne Petersen
2025-11-10std.debug.cpu_context: add kvx context implementationAlex Rønne Petersen
2025-11-10std.pie: add kvx supportAlex Rønne Petersen
2025-11-10std.start: add kvx supportAlex Rønne Petersen
2025-11-10std.builtin.assembly: add Clobbers for kvxAlex Rønne Petersen
2025-11-10std.Target: kvx requires 32-byte aligned stacksAlex Rønne Petersen
2025-11-10std.Target: add Arch tag and info for kvxAlex Rønne Petersen
2025-11-10Merge pull request #25819 from jacobly0/elfv2-emit-objJacob Young
2025-11-09std.zig.Zir: remove ref_start_index from enum fields of Index and OptionalIndexMateusz Poliwczak
2025-11-09posix: reduce the number of assumptions made by `dl_iterate_phdr`Jacob Young
2025-11-09Elf2: elide unused nodes when emitting objectsJacob Young
2025-11-08Let CRT take care of the entry point for wWinMain if libc is linkedRyan Liptak
2025-11-08Merge pull request #25860 from squeek502/coalesce-to-std-zigRyan Liptak
2025-11-08Fix param name in doc comment for std.Io.Reader.peek()Petr Pučil
2025-11-07Move/coalesce RcIncludes enum to `std.zig.RcIncludes`Ryan Liptak
2025-11-07Move/coalesce CompressDebugSections enum to `std.zig.CompressDebugSections`Ryan Liptak
2025-11-07Merge pull request #25158 from castholm/subsystemRyan Liptak
2025-11-07Merge pull request #25820 from GiuseppeCesarano/processAlex Rønne Petersen
2025-11-07Fix kqueue definitions on NetBSDLukas Lalinsky
2025-11-07std.Child: start_suspended ported to posixGiuseppe Cesarano
2025-11-07std.posix: implemented getpid and getppidGiuseppe Cesarano
2025-11-07std.crypto: improve KT documentation, use key_length for B3 key length (#25807)Frank Denis
2025-11-07Base64DecoderWithIgnore.calcSizeUpperBound cannot return an error (#25834)marximimus
2025-11-06Io.net: set `receive{,Timeout}` message to `init`David Rubin
2025-11-06Io: fix compile error in `receive` and `receiveTimeout`David Rubin
2025-11-06std.zig.AstRlAnnotate: remove pointless switchMateusz Poliwczak
2025-11-06Merge pull request #25714 from snoire/enum-literal-format-supportRyan Liptak
2025-11-06std.ArrayList: actaully memset to undefined in shrinkRetainingCapacity and cl...Mateusz Poliwczak
2025-11-06Step.Run: Fix for `convertPathArg` when cwd and path args are on different dr...Ryan Liptak