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
/
behavior
Age
Commit message (
Expand
)
Author
2024-01-03
Merge pull request #17431 from castholm/expectEqual
Andrew Kelley
2024-01-04
`@shlExact` fixups
Andrew Kelley
2024-01-03
Merge pull request #18431 from jacobly0/cbe-extern
Andrew Kelley
2024-01-03
Correct expected/actual parameter order of some assertions
Carl Åstholm
2024-01-03
Remove some `@as` coercions from assertions
Carl Åstholm
2024-01-03
Fix compile errors from the `expectEqual` change
Carl Åstholm
2024-01-03
add missing resolveStructFieldInits
xdBronch
2024-01-03
cbe: fix non-msvc externs and exports
Jacob Young
2024-01-03
Reapply "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Jacob Young
2024-01-02
Merge pull request #18160 from ziglang/std-build-module
Andrew Kelley
2024-01-02
Liveness: fix branch operands becoming aliased
arbrk1
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Andrew Kelley
2024-01-01
Merge pull request #17824 from kcbanner/fixup_msvc_fmax
Andrew Kelley
2023-12-23
Sema: ensure `slice_ptr` produces the correct type
Jacob Young
2023-12-22
use `casted_rhs` instead of `rhs` so `icmp` works correctly for `airShlSat`
Stefan Su
2023-12-22
test: add coverage for index into comptime-known vector is comptime-known
Meghan Denny
2023-12-04
x86_64: fix packed struct field reuse
Jacob Young
2023-12-04
x86_64: fix vector comparisions
Jacob Young
2023-12-04
x86_64: implement more operations on vectors with 1-bit elements
Jacob Young
2023-12-03
x86_64: implement movement for pointer vectors
Jacob Young
2023-12-03
x86_64: "implement" `aggregate_init` for vectors
Jacob Young
2023-12-03
x86_64: implement some todos
Jacob Young
2023-12-03
x86_64: implement more compliant vectors
Jacob Young
2023-12-03
x86_64: implement more atomic ops
Jacob Young
2023-12-01
test: test with `-fstrip` and fix failures
Jacob Young
2023-11-29
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin
2023-11-27
value: handle lazy_align and lazy_size in writeToPackedMemory
Bogdan Romanyuk
2023-11-25
Sema: ensure tuple fields is resolved and fix internal out-of-bounds access
Bogdan Romanyuk
2023-11-25
Zir: add missing extra index for linksection_or_addspace
Tw
2023-11-24
spirv: disable failing tests
Robin Voetter
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-21
Merge pull request #18057 from Vexu/fixes
Andrew Kelley
2023-11-21
translate-c: skip blank macros when translating defines
Garrett
2023-11-21
InternPool: handle `funcZirBodyInst` for `func_coerced`
Veikka Tuominen
2023-11-19
behavior: work around LLVM bug
mlugg
2023-11-19
AstGen: preserve result type in comptime block
mlugg
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-11-16
Sema: include sentinel in type of pointer-to-array `ptr` field
David
2023-11-11
sema: pass sema through if available for the array_type case in bitSizeAdvanced
kcbanner
2023-11-10
behavior: add testing for LLVM SROA bugs
Jacob Young
2023-11-08
Sema: do not force resolution of struct field inits when calling function poi...
mlugg
2023-11-07
sema: allow slicing [*]T without end
dweiller
2023-11-07
Merge pull request #17692 from kcbanner/struct_field_init_pass
Matthew Lugg
2023-11-07
Sema: emit @intCast safety check correctly for vectors
mlugg
2023-11-07
Sema: allow destructuring vectors
mlugg
2023-11-07
sema: analyze field init bodies in a second pass
kcbanner
2023-11-06
x86_64: fix passing register-sized payload as non-reigster-sized union
Jacob Young
2023-11-05
cbe: fixup __asm style exports, re-enable 12680 on macos now that alias isn't...
kcbanner
2023-11-05
behavior: enable test passing with x86_64 backend
Jacob Young
[prev]
[next]