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
2024-02-27
Merge pull request #18538 from Pangoraw/wasm_vector_abi
Luuk de Gram
2024-02-27
Merge pull request #19062 from mlugg/dbg-var-blocks
Matthew Lugg
2024-02-26
Fix tuple default values
John Schmidt
2024-02-26
Check for inactive union field when calling fn at comptime
John Schmidt
2024-02-26
Merge pull request #18859 from schmee/switch-union-capture-align
Andrew Kelley
2024-02-26
Sema: fix compile error for switching on undefined union
John Schmidt
2024-02-26
Sema: evaluate generic instantiations in fn decls capture scope
John Schmidt
2024-02-26
change default WASI stack size
Andrew Kelley
2024-02-26
compiler: decide dbg_var scoping based on AIR blocks
mlugg
2024-02-25
Merge pull request #18906 from jacobly0/x86_64-tests
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-25
x86_64: implement optional comparisons
Jacob Young
2024-02-25
Sema: implement vector coercions
Jacob Young
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-25
x86_64: implement `@select`
Jacob Young
2024-02-25
Merge pull request #19005 from squeek502/wtf
Andrew Kelley
2024-02-24
Revert "tests: add -Dskip-cross-glibc option"
Jacob Young
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2024-02-23
Merge pull request #18955 from ziglang/std.http.Server
Andrew Kelley
2024-02-23
Merge pull request #19034 from ziglang/elf-riscv
Jakub Konka
2024-02-23
std.http: migrate remaining test/standalone/http.zig to std lib
Andrew Kelley
2024-02-23
std.http.Server: handle expect: 100-continue requests
Andrew Kelley
2024-02-23
std.http.Server.Request.Respond: support all transfer encodings
Andrew Kelley
2024-02-23
update standalone http test file to new API
Andrew Kelley
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-23
std.http.Client: remove bad decisions from fetch()
Andrew Kelley
2024-02-23
Revert "std.http: remove 'done' flag"
Andrew Kelley
2024-02-23
std: convert http trailers test to unit test
Andrew Kelley
2024-02-23
std.http: remove Headers API
Andrew Kelley
2024-02-23
std.http: remove 'done' flag
Andrew Kelley
2024-02-22
Module: fix `@embedFile` of files containing zero bytes
Jacob Young
2024-02-21
test/link/elf: test static linking C riscv64-musl
Jakub Konka
2024-02-21
test/link/elf: test static linking C aarch64-musl
Jakub Konka
2024-02-21
Sema: fix peer type resolution for arrays of coercible elements
garrison hinson-hasty
2024-02-20
llvm: fix c abi for structs not passed in registers
Jacob Young
2024-02-20
c_import: extract behavior tests that use `@cImport`
Jacob Young
2024-02-20
Liveness: do not elide safety-checked instructions
mlugg
2024-02-19
Sema: validate that runtime-known inferred alloc does not have comptime-only ...
mlugg
2024-02-17
Merge pull request #18948 from alichraghi/vector
Robin Voetter
2024-02-16
cases: account for changed compile errors
mlugg
2024-02-16
InternPool: make more use of `NullTerminatedString.Slice`
Jacob Young
2024-02-15
disable flaky C backend test
Andrew Kelley
2024-02-15
test: skip new failing tests for spirv
Ali Chraghi
2024-02-15
c_abi: add vector tests for floats
Paul Berg
2024-02-15
wasm: enable bool vectors tests for stage2_llvm
Paul Berg
2024-02-15
llvm: fix lowering of recursive debug info
Jacob Young
2024-02-12
Sema: add declared here notes in `fail`
Veikka Tuominen
2024-02-12
x86_64: implement c abi for bool vectors
Jacob Young
2024-02-12
x86_64: fix packed load
Jacob Young
2024-02-12
x86_64: implement `ret_safe`
Jacob Young
[next]