aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
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
2025-06-06CI: skip llvm backend tests in the script for testing x86 backendAndrew Kelley
2025-06-06x86_64: add support for pie executablesJacob Young
2025-06-06AstGen: fix name strategy bugsmlugg
2025-06-05std.fs.Dir: haiku fixesElaine Gibson
2025-06-05std.crypto.Certificate.Bundle: haiku supportElaine Gibson
2025-06-05std.Build.Watch: not supported on haikuElaine Gibson
2025-06-05std.c: getcontext is not supported on haikuElaine Gibson
2025-06-05std.c.SOCK: define NONBLOCK and CLOEXEC for haikuElaine Gibson
2025-06-05haiku: restore functions mistakenly removed in e8c4e79Elaine Gibson
2025-06-05std.fs.Dir.Iterator: Address a couple of alignment TODOs.Alex Rønne Petersen
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-06-04valgrind: Add riscv64-linux support.Alex Rønne Petersen
2025-06-04std.Build.Step.Compile: clarify step nameAndrew Kelley
2025-06-04Merge pull request #24025 from alexrp/glibc-deduplicationAlex Rønne Petersen
2025-06-03Merge pull request #24013 from alexrp/test-matrixAndrew Kelley
2025-06-02std.Build: Demote errors for exceeding max_rss to warnings.Alex Rønne Petersen
2025-06-02windows: Delete obsolete environment variable kernel32 wrappers and bindingsRyan Liptak
2025-06-01std: remove old panic handlers after zig1.wasm updatemlugg
2025-06-01compiler: combine `@intCast` safety checksmlugg