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-02-22
Dwarf: fix lowering of comptime-only optional pointer `null` values
Jacob Young
2025-02-22
Type: resolve union tag type before checking for runtime bits
David Rubin
2025-02-22
zig build fmt
Andrew Kelley
2025-02-23
tests: disable failing tests
mlugg
2025-02-23
cases: remove old incremental case system
mlugg
2025-02-22
stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switches
Pavel Verigo
2025-02-22
Merge pull request #22659 from ifreund/linker-script-fix
Andrew Kelley
2025-02-22
AstGen: make layout specifiers on opaque containers a compile error
David Rubin
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-02-22
Merge pull request #22941 from Techatrix/config-header
Andrew Kelley
2025-02-22
x86_64: rewrite scalar `@bitReverse`
Jacob Young
2025-02-22
Sema: Fix fnptr alignment safety checks to account for potential ISA tag.
Alex Rønne Petersen
2025-02-21
added compile_error test coverage for issue 17166
Benjamin Thompson
2025-02-20
test: Disable packet timeout for debugger tests.
Alex Rønne Petersen
2025-02-20
translate-c: fix division and modulo of >8-bit stdint.h types in macros
Christian Fillion
2025-02-19
Merge pull request #22932 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-19
std.Build.Step.ConfigHeader: permit inserting enum values
Techatrix
2025-02-19
std.Build.Step.ConfigHeader: skip trailing whitespace in autoconf header
Techatrix
2025-02-19
std.Build.Step.ConfigHeader: allow using autoconf values multiple times
Techatrix
2025-02-19
add a standalone test for autoconf style addConfigHeader
Techatrix
2025-02-18
x86_64: rewrite scalar `@popCount`
Jacob Young
2025-02-18
x86_64: rewrite scalar `@ctz`
Jacob Young
2025-02-18
spirv: ziggify and remove unknown spirv features
Ali Cheraghi
2025-02-17
Merge pull request #22913 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-17
test: Update some compiler-internal type names in expected output.
Alex Rønne Petersen
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-17
x86_64: rewrite scalar `@byteSwap`
Jacob Young
2025-02-17
x86_64: rewrite unsafe int vector multiplication
Jacob Young
2025-02-17
Sema: make source location in checkCallConvSupportsVarArgs more meaningful
Tw
2025-02-15
x86_64: rewrite unsafe scalar int multiplication
Jacob Young
2025-02-15
x86_64: rewrite array access
Jacob Young
2025-02-15
test: fix windows CI
Jacob Young
2025-02-15
x86_64: rewrite scalar and vector int `@rem`
Jacob Young
2025-02-15
x86_64: rewrite scalar and vector int `@divTrunc`
Jacob Young
2025-02-15
x86_64: implement unsafe scalar and vector integer add/sub
Jacob Young
2025-02-15
x86_64: implement error set and enum safety
Jacob Young
2025-02-12
x86_64: implement conversions between float and int vectors
Jacob Young
2025-02-10
cbe: fix ub triggered by mulw overflowing the promoted type
Jacob Young
2025-02-10
cbe: fix crash rendering argument names in lazy functions
Jacob Young
2025-02-10
link: fix ambiguous names in linker scripts
Isaac Freund
2025-02-09
x86_64: implement conversions between scalar floats and ints
Jacob Young
2025-02-07
Merge pull request #20511 from archbirdplus
Andrew Kelley
2025-02-07
Merge pull request #22717 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-07
test: check @tagName() in callconv C function
Isaac Freund
2025-02-06
std.heap: delete LoggingAllocator and friends
Andrew Kelley
2025-02-06
wasm: disable failing tests
Jacob Young
2025-02-06
x86_64: rewrite float `@mod`
Jacob Young
2025-02-06
x86_64: avoid comparing different transcendental function impls
Jacob Young
2025-02-06
x86_64: rewrite most of the remaining float ops
Jacob Young
[prev]
[next]