aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
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-07std.posix.accept: add WSAENOTSOCKjaune
2025-07-04start: Only issue fninit for x86(_64)-windowsAlex Rønne Petersen
2025-07-03std.posix.getsockopt: set option length correctlyBrandon Black
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-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-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-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-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
2025-06-17linux: futex v1 API cleanupPat Tullmann
2025-06-17std.Build: introduce `ConfigHeader.getOutputDir`, small refactormlugg
2025-06-17Build.Cache.Path: fix `resolvePosix` empty `sub_path`mlugg
2025-06-17Merge pull request #24188 from mlugg/intfromfloat-safetyMatthew Lugg
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-15std: disable test on LLVM (#24191)mlugg
2025-06-15big.int: implement float conversionsJacob Young
2025-06-15Merge pull request #24168 from mlugg/relative-pathsAlex Rønne Petersen
2025-06-13llvm.ir: fix subrange versionJacob Young
2025-06-13bail when failing to parse `error`xdBronch
2025-06-13std.Build.Step.Run: convert relative paths to be relative to child cwdmlugg
2025-06-12Merge pull request #24124 from mlugg/better-backend-pipeline-2Andrew Kelley
2025-06-12Allow more operators on bool vectors (#24131)Daniel Kongsgaard
2025-06-12compiler: improve progress outputmlugg
2025-06-12x86_64: remove linker references from codegenJacob Young
2025-06-12x86_64: remove air references from mirJacob Young
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-12wasm: get self-hosted compiling, and supporting `separate_thread`mlugg
2025-06-10Merge pull request #24031 from ypsvlq/masterAlex Rønne Petersen
2025-06-09std.Build.Step.Run: add addDecoratedDirectoryArg functionAndrew Kelley
2025-06-08std.fmt.parseFloat: fix hex-float negative infMarc Tiehuis