aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07os: fix missing and incorrect msghdr definitionsNameless
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-07-07std.c: Use __sigemptyset14 for sigemptyset on NetBSDAlex Rønne Petersen
2025-07-07compiler-rt: Implement __clear_cache() for mips-netbsdAlex Rønne Petersen
2025-07-07compiler-rt: Export __emutls_get_address for OpenHarmonyAlex Rønne Petersen
2025-07-07std.posix.accept: add WSAENOTSOCKjaune
2025-07-05Merge pull request #24335 from kada49/common-impl-libc-floorAlex Rønne Petersen
2025-07-04start: Only issue fninit for x86(_64)-windowsAlex Rønne Petersen
2025-07-04delete superfluous assembly libc floor implementationsDavid Senoner
2025-07-04delete superfluous libc floor implementationsDavid Senoner
2025-07-03std.posix.getsockopt: set option length correctlyBrandon Black
2025-07-02Merge pull request #24302 from alexrp/riscvAlex Rønne Petersen
2025-07-01std.crypto.salsa20: Disable some tests on RISC-V with vector supportAlex Rønne Petersen
2025-07-01std.bit_set: Disable IntegerBitSet decltest on RISC-V with vector supportAlex Rønne Petersen
2025-07-01std.zig.system.linux: Add detection for some extra RISC-V CPUsAlex Rønne Petersen
2025-07-01std.os.linux: Define ucontext_t and mcontext_t for RISC-VAlex Rønne Petersen
2025-06-30Fix `zig std` regression FTBFSMicah Switzer
2025-06-30std.Build.Step.CheckObject: Truncate st_other before interpreting itAlex Rønne Petersen
2025-06-30std.simd: Increase branch quota in suggestVectorLengthForCpu()Alex Rønne Petersen
2025-06-30libunwind: Fix return type of DwarfFDECache<A>::findFDE()Alex Rønne Petersen
2025-06-29zig rc: Fix include directory detection when cross-compiling from certain hos...Alex Rønne Petersen
2025-06-28resinator: Fix include directory detection when cross-compiling from certain ...Ryan Liptak
2025-06-28resinator: Only preprocess when the input is an .rc fileRyan Liptak
2025-06-28riscv64: enable test summary printingBingwu Zhang
2025-06-27compiler: test runner: fix tests never fails on crippled architecturesBingwu Zhang
2025-06-25fix `zig libc` FTBFSAndrew Kelley
2025-06-24add glibc versioning for a number of headers (#24237)Marc
2025-06-24c.darwin: define MSG for macos (#24224)Dacheng
2025-06-24Merge pull request #24238 from taylordotfish/bugfix/ppc64le-syscallAlex Rønne Petersen
2025-06-23lib/std/fs/test.zig: Some filesystems support 8 EiB filesPat Tullmann
2025-06-23std.Build.Watch: key fanotify file descriptors by mount idKevin Boulain
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-23std.mem.byteSwapAllFields: support untagged unionsAli Cheraghi
2025-06-22Update 32-bit PowerPC syscall functionstaylor.fish
2025-06-21Fix illegal behavior from syscalls on powerpc64letaylor.fish
2025-06-20Merge pull request #24227 from mlugg/misc-build-stuffMatthew Lugg
2025-06-20This commit enables fmax and fmin to differentiate between 0.0 andKoki Ueha
2025-06-20Merge pull request #23464 from rootbeer/futex-castsAlex Rønne Petersen
2025-06-20std.Build.Step.Run: pass correct relative cache dir to testsmlugg
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-19coff: add hack to build a compiler-rt dynamic libraryJacob Young
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: add install commands to `--verbose` outputJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-18linux: futex v2 API updatesPat Tullmann
2025-06-18std.Build.Step.Run: prefix relative path arguments with './'mlugg