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
2023-06-10
behavior: update for different inferred error set order
Jacob Young
2023-06-10
behavior: pass more tests on llvm again
Jacob Young
2023-06-10
Sema: resolve peer vector types before comparison
mlugg
2023-06-10
Sema: emit error on @intToPtr with slice dest type
mlugg
2023-06-10
AstGen: handle ref_table for params
mlugg
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-06-03
AstGen: handle ref_table for errdefer captures
mlugg
2023-06-03
Merge pull request #15927 from truemedian/http-bugs
Andrew Kelley
2023-06-01
std.http.Server: collapse BufferedConnection into Connection
Nameless
2023-06-01
Merge pull request #15919 from Luukdegram/wasm-behavior-tests
Luuk de Gram
2023-05-31
add missing note "operation is runtime due to this operand"
Evin Yulo
2023-05-31
enable passing behavior tests
Luuk de Gram
2023-05-31
don't crash when can't evaluate comptime expression with inferred type
yujiri8
2023-05-31
sema: add compile error for incorrect extern type
Bogdan Romanyuk
2023-05-30
Merge pull request #15905 from jacobly0/x86_64-hotfix
Jakub Konka
2023-05-29
x86_64: hotfix for crash during in-memory coercion of large type
Jacob Young
2023-05-29
tests: disable incremental cases for now
mlugg
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-05-29
Sema: return comptime_int if all args to @min/@max are comptime_int
mlugg
2023-05-29
fix #15778: Binary operations on empty vectors crash
Evin Yulo
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-25
disable test on C backend
Veikka Tuominen
2023-05-25
llvm: fix vector type in vector_store_elem
Veikka Tuominen
2023-05-24
Fixes `WriteFile.getFileSource` failure on Windows (#15730)
Mason Remaley
2023-05-24
Merge pull request #15806 from linusg/std-io-tty
Veikka Tuominen
2023-05-24
Sema: `@memcpy` convert src slice to many ptr
Veikka Tuominen
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-24
make `@boolToInt` always return a u1
tison
2023-05-23
Merge pull request #15235 from Vexu/safety
Veikka Tuominen
2023-05-22
Sema: improve error message when calling optional function
Veikka Tuominen
2023-05-20
Merge pull request #15753 from Snektron/spirv-more-tests
Andrew Kelley
2023-05-20
Merge pull request #15748 from alichraghi/ali-spirv
Veikka Tuominen
2023-05-20
Merge pull request #15663 from Luukdegram/wasm-test-runner
Luuk de Gram
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: ptr_sub
Robin Voetter
2023-05-20
spirv: customize module-scope asm test
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-20
spirv: pointer bitcasting
Robin Voetter
2023-05-20
spirv: ptr_add
Robin Voetter
2023-05-20
spirv: dont use OpIAddCarry
Robin Voetter
2023-05-20
spirv: use intInfo instead of arithmeticTypeInfo in airIntCast
Robin Voetter
2023-05-20
spirv: implement pointer comparison in for air cmp
Robin Voetter
2023-05-20
spirv: lower get_union_tag
Ali Chraghi
2023-05-19
wasm: fix `div_trunc` for floats
Luuk de Gram
2023-05-19
wasm: support `memset` for elem abi size > 1
Luuk de Gram
2023-05-19
wasm: implement `shl` for big integers
Luuk de Gram
2023-05-19
wasm: correctly use elem type when lowering
Luuk de Gram
2023-05-19
Merge pull request #15727 from jacobly0/x86_64-behavior
Andrew Kelley
[next]