index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2025-04-27
test: Remove mips(64)(el)-freebsd targets from llvm_targets.
Alex Rønne Petersen
2025-04-26
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen
2025-04-26
test: add tests for @memmove
dweiller
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-26
test: add error return to memcpy_len_mismatch and memcpy_alias
dweiller
2025-04-22
compiler: allow emitting tests to an object file
mlugg
2025-04-20
compiler: integrate `@compileLog` with incremental compilation
mlugg
2025-04-20
incremental: correctly handle dead exporters
mlugg
2025-04-17
test: Add powerpc-linux-gnueabi(hf) to the module test matrix.
Alex Rønne Petersen
2025-04-15
Return FileNotFound when CreateProcessW is called with a missing path (#23567)
phatchman
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-12
Merge pull request #23529 from alexrp/2879-groundwork
Alex Rønne Petersen
2025-04-11
Merge pull request #23061 from pavelverigo/stage2-wasm-misc
Andrew Kelley
2025-04-11
Merge pull request #23272 from squeek502/getenvw-optim
Andrew Kelley
2025-04-11
Value: ensure that extern structs have their layout resolved in ptrField
kcbanner
2025-04-11
Introduce libzigc for libc function implementations in Zig.
Alex Rønne Petersen
2025-04-11
Merge pull request #23355 from jacobly0/x86_64-rewrite
Jacob Young
2025-04-11
test: Add hexagon-linux-(none,musl) to the test matrix.
Alex Rønne Petersen
2025-04-11
test: Disable a bunch of vector behavior tests for hexagon.
Alex Rønne Petersen
2025-04-09
x86_64: fix switch on big ints
Jacob Young
2025-04-09
x86_64: rewrite scalar `@mulWithOverflow`
Jacob Young
2025-04-09
x86_64: rewrite scalar `@subWithOverflow`
Jacob Young
2025-04-09
x86_64: rewrite scalar `@addWithOverflow`
Jacob Young
2025-04-09
behavior: fix issues with x86_64 backend tests
Jacob Young
2025-04-09
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️
2025-04-08
Merge pull request #23478 from alexrp/bsd-versions
Alex Rønne Petersen
2025-04-08
Merge pull request #23495 from alexrp/loongarch
Alex Rønne Petersen
2025-04-07
Make translate-c more robust in handling macro functions.
Matthew Roush
2025-04-07
test: Add loongarch64-linux-(none,musl,gnu) to the test matrix.
Alex Rønne Petersen
2025-04-07
test: Disable @prefetch behavior test for loongarch.
Alex Rønne Petersen
2025-04-06
test: Remove some dead FreeBSD targets from llvm_targets.
Alex Rønne Petersen
2025-04-05
Dwarf: handle undefined type values
Jacob Young
2025-04-05
x86_64: fix incorrect handling of unreusable operands
Jacob Young
2025-04-04
test: Disable `error union switch with call operand` (ReleaseSafe) on macos.
Alex Rønne Petersen
2025-04-04
build: Rename -Dtest-slow-targets to -Dtest-extra-targets.
Alex Rønne Petersen
2025-04-04
Revert "test: Partially disable `vector float operators` on mips."
Alex Rønne Petersen
2025-04-04
test: mips32 is no longer a slow target with LLVM 20.
Alex Rønne Petersen
2025-04-04
compiler: Update max int alignments for some targets.
Alex Rønne Petersen
2025-04-04
std.Target: Add Abi.muslf32 and Abi.muslsf.
Alex Rønne Petersen
2025-04-04
compiler: Updates for LLVM/Clang 20 API changes.
Alex Rønne Petersen
2025-04-02
translate-c: fix function prototype decalared inside a function
Parker Liu
2025-04-02
incremental: add test for ZON file without result type
mlugg
2025-04-02
compiler: allow `@import` of ZON without a result type
Mason Remaley
2025-04-02
Sema: increment extra index even if return type is generic
David Rubin
2025-03-31
Elf: fix incrementally reallocating the last atom in a section
Jacob Young
2025-03-31
Sema: allow `@ptrCast` slice of zero-bit type to slice of non-zero-bit type
mlugg
2025-03-31
translate-c: fix referencing extern locals from nested blocks
Parker Liu
2025-03-30
Sema: convert slice sentinel to single pointer correctly
David Rubin
2025-03-29
Zcu: resolve layout of analyzed declaration type
mlugg
2025-03-29
compiler: "illegal behavior", not "undefined behavior", in errors
mlugg
[prev]
[next]