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
getAppDataDir
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
std.Io.Threaded-groups-2
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
/
behavior
Age
Commit message (
Expand
)
Author
2025-01-12
behavior: referencing an extern means depending on it
Andrew Kelley
2025-01-13
Sema: allow tail calls of function pointers
mlugg
2025-01-10
cbe: fix miscomps of the compiler
Jacob Young
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2025-01-08
cbe: fix miscomps of x86_64 backend
Jacob Young
2025-01-06
test: Disable `align(N) on functions` and `@alignCast functions` for thumbeb ...
Alex Rønne Petersen
2025-01-06
test: Disable vector behavior tests affected by #22060 for thumbeb too.
Alex Rønne Petersen
2025-01-02
Sema: correctly label `block_comptime` for restoring error return trace index
mlugg
2024-12-29
Merge pull request #22344 from Techatrix/slice-of-slice
Andrew Kelley
2024-12-29
add `@Type` behavior tests from #19985
Travis Staloch
2024-12-29
Value: implement `orderAgainstZeroInner` for errors
David Rubin
2024-12-29
fix slice of slice with sentinel on the lhs slice
Techatrix
2024-12-29
fix slice of slice with sentinel but no end index
Techatrix
2024-12-28
AstGen: lower function addrspace expression correctly
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-19
compiler: disallow `align` etc annotations on comptime-only globals
mlugg
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-12-15
Merge pull request #22219 from alexrp/arm-big-endian
Alex Rønne Petersen
2024-12-14
ensure `InstMap` capacity before remapping error code
David Rubin
2024-12-13
test: Disable some vector behavior tests on armeb.
Alex Rønne Petersen
2024-12-08
cbe: prevent tautological-compare warnings in generated code
Jacob Young
2024-12-08
AstGen: correctly deduplicate `ref` of `param` and `alloc_inferred`
mlugg
2024-11-28
test: adjust behaviour test to new concat/mul semantics
David Rubin
2024-11-20
Fix peer type resolution with allowzero pointers
xdBronch
2024-11-16
Sema: fix peer resolution alignment between slice and empty struct
Jacob Young
2024-11-04
test: Disable 128-bit atomics behavior tests on aarch64_be.
Alex Rønne Petersen
2024-11-04
test: Disable some vector behavior tests on aarch64_be.
Alex Rønne Petersen
2024-11-04
test: Disable `reinterpret packed union` on all big endian targets.
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-23
Merge pull request #21697 from mlugg/callconv
Matthew Lugg
2024-10-22
tests: re-enable tests that now pass on aarch64-windows
kcbanner
2024-10-19
riscv: disable failing test
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-10-18
compiler: implement `@FieldType`
mlugg
2024-10-13
Merge pull request #21688 from Snektron/spirv-fix
Robin Voetter
2024-10-12
implement packed struct equality (#21679)
David Rubin
2024-10-13
spirv: skip range switch tests
Robin Voetter
2024-10-10
Sema: implement @splat for arrays
mlugg
2024-10-08
stage2-wasm: airRem + airMod for floats
Pavel Verigo
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-10-02
test: Re-enable "bitcast nan float does not modify signaling bit" for LLVM + ...
Alex Rønne Petersen
2024-09-24
std: add arch bits for s390x-linux (#21342)
Meghan Denny
2024-09-19
test: Re-enable `store vector with memset` for LLVM.
Alex Rønne Petersen
2024-09-19
test: Disable `@bitCast of packed struct containing pointer` temporarily.
Alex Rønne Petersen
2024-09-18
Sema: mark export on owner nav when exporting function alias
mlugg
2024-09-17
Merge pull request #21428 from mlugg/compare-to-undef
Matthew Lugg
2024-09-17
Sema: clean up cmpNumeric
mlugg
2024-09-16
compiler: provide correct result types to `+=` and `-=`
mlugg
2024-09-15
Sema: don't emit instruction when casting @min/@max result to OPV type
mlugg
[prev]
[next]