aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-17std.sort.pdq: fix out-of-bounds access in partialInsertionSort (#25253)Frank Denis
2025-09-17use block break instead of returnmarko
2025-09-17Merge pull request #25257 from linusg/bump-macos-headersAlex Rønne Petersen
2025-09-17Avoid logic where we return success in case of an error (#25251)Frank Denis
2025-09-17Some miscellaneous test suite cleanups (#25256)Alex Rønne Petersen
2025-09-16build: skip test-cimport when -Dskip-translate-c is givenAlex Rønne Petersen
2025-09-16build: -Dskip-translate-c now implies -Dskip-run-translated-cAlex Rønne Petersen
2025-09-16test: move glibc_compat from link to standalone testsAlex Rønne Petersen
2025-09-16test: remove @cImport usage in interdependent_static_c_libsAlex Rønne Petersen
2025-09-16test: pull tests in test/cases/llvm/ up to test/cases/Alex Rønne Petersen
2025-09-16test: delete old stage1 compile_errors testsAlex Rønne Petersen
2025-09-16test: rename backend=stage2 to backend=selfhosted, and add backend=autoAlex Rønne Petersen
2025-09-16Parallelize deriveKeysFrank Denis
2025-09-16Import crypto/aes_gcm_siv.zigFrank Denis
2025-09-16libc: Update macOS headers to SDK 26.0Linus Groh
2025-09-16tools: Update fetch_them_macos_headers.zig for macOS 26Linus Groh
2025-09-16llvm: fix tagged union payload size in debug infomlugg
2025-09-16test: rename issue_8550 standalone test to compile_asmAlex Rønne Petersen
2025-09-16test: remove test-compare-output and test-asm-link testsAlex Rønne Petersen
2025-09-16std.crypto: add AES-SIV and AES-GCM-SIVFrank Denis
2025-09-15bpf: use bitCast instead of intCast in ld_imm_implGeorge Huebner
2025-09-15frontend: fix reference tracking through coerced function bodiesmlugg
2025-09-15std.net.Ip6Address: format numerical scope iddatabase64128
2025-09-13std.math.big.int: normalize zero result for small multiplicationsmlugg
2025-09-13std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* valuesJustus Klausecker
2025-09-13std.posix.ptrace: support more platforms more correctlyJustus Klausecker
2025-09-12linux: Doc and check retval for no-fail pid callsBrandon Black
2025-09-12std.os.linux.setsid(): return raw syscall0 resultBrandon Black
2025-09-12std.os.linux.socketpair(): switch to unsigned argsBrandon Black
2025-09-11compiler-rt: export __aeabi_read_tp for arm-freebsdAlex Rønne Petersen
2025-09-11Fix standalone test simple/cat/main.zig after Writergate update (#25188)Sardorbek Imomaliev
2025-09-11use pointer subtractionmarko
2025-09-10x86_64: fix `@splat` typoJacob Young
2025-09-10x86_64: delete usages of avx2 `vpack?s??`Jacob Young
2025-09-10x86_64: fix strictness edge cases in `+|`Jacob Young
2025-09-10Merge pull request #24968 from ifreund/dequeAndrew Kelley
2025-09-10README: update llvm requirement to 21Tea
2025-09-09standalone posix tests for sigactionPat Tullmann
2025-09-09standalone posix tests for relative path linkingPat Tullmann
2025-09-09standalone posix test for env varsPat Tullmann
2025-09-09standalone posix test for current working directoryPat Tullmann
2025-09-09standalone posix tests: add skeletonPat Tullmann
2025-09-09posix/test.zig: "sigset_t bits" test fixesPat Tullmann
2025-09-09Move some Thread tests out of posix/test.zig into Thread.zigPat Tullmann
2025-09-10langref: added missing newlines to destructuring tuples exampleLukaTD
2025-09-09std: add IP, IPV6, IPTOS sockopt constantsBrandon Black
2025-09-09std: add linger struct for SO.LINGERBrandon Black
2025-09-09std: add in_pktinfo and in6_pktinfo structs defsBrandon Black
2025-09-09std.c: Add accept_filter_arg for some BSDsBrandon Black
2025-09-09std: Add SCM constants for socket control messagesBrandon Black