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-10-01
x86_64: implement float arithmetic builtins
Jacob Young
2023-10-01
x86_64: implement float round builtins
Jacob Young
2023-10-01
x86_64: implement float compare and cast builtins
Jacob Young
2023-10-01
behavior: cleanup floatop tests
Jacob Young
2023-10-01
x86_64: implement and test unary float builtins
Jacob Young
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
2023-09-30
Merge pull request #17319 from ziglang/elf-tls
Jakub Konka
2023-09-28
test: add x86_64-linux-musl-no-lld as a test target
Jakub Konka
2023-09-28
elf: move logic for extracing atom's code into input files
Jakub Konka
2023-09-28
elf: test TLS in static programs
Jakub Konka
2023-09-28
std.http: introduce options to http client to allow for raw uris
Emil Lerch
2023-09-27
Merge pull request #17248 from antlilja/abs
Andrew Kelley
2023-09-27
Value: fix assertion failure when mutating extern union
Veikka Tuominen
2023-09-27
Add behavior tests for `@abs` builtin
antlilja
2023-09-27
Replace `@fabs` with `@abs` in behavior tests
antlilja
2023-09-27
windows: fix not finding system libs when compiling for *-windows-msvc
kcbanner
2023-09-26
elf: skip running exe on foreign hosts
Jakub Konka
2023-09-26
elf: test linking against empty C object
Jakub Konka
2023-09-26
elf: put libc on the linker line if requested
Jakub Konka
2023-09-26
elf: test statically linking libc
Jakub Konka
2023-09-26
elf: port some of zld's test harness
Jakub Konka
2023-09-26
Merge pull request #17215 from kcbanner/read_from_memory_union
Veikka Tuominen
2023-09-25
type: handle the 0-length array case in abiSizeAdvanced
kcbanner
2023-09-24
behavior: disable newly failing tests
mlugg
2023-09-23
tests: give explicit stack size to module tests on WASI
mlugg
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-09-23
spirv: fix blocks that return no value
Robin Voetter
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: constant elem ptr
Robin Voetter
2023-09-23
spirv: air wrap_errunion_payload
Robin Voetter
2023-09-23
spirv: generate module initializer
Robin Voetter
2023-09-23
spirv: air array_elem_val using hack
Robin Voetter
2023-09-23
spirv: air array_to_slice
Robin Voetter
2023-09-23
spirv: air sub_with_overflow
Robin Voetter
2023-09-23
spirv: air union_init
Robin Voetter
2023-09-23
spirv: air set_union_tag + improve load()/store()
Robin Voetter
2023-09-23
spirv: air struct_field_ptr for unions
Robin Voetter
2023-09-23
spirv: air struct_field_val for unions
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-09-23
sema: rework the comptime representation of comptime unions
kcbanner
2023-09-23
sema: add support for unions in readFromMemory and writeToMemory
kcbanner
2023-09-23
Sema: refactor detection of comptime-known consts
mlugg
2023-09-22
AstGen: fix @export with undeclared identifier crashing
Wooster
2023-09-22
Merge pull request #17069 from squeek502/resinator
Andrew Kelley
2023-09-21
InternPool,Sema,type,llvm: alignment fixes
mlugg
2023-09-19
disable failing test: standalone.c_compiler on aarch64-windows
Andrew Kelley
2023-09-19
c_compiler standalone test: use more descriptive exe names
Andrew Kelley
2023-09-19
langref: disable var args example on aarch64-windows
Andrew Kelley
2023-09-19
disable failing test: standalone.load_dynamic_library on aarch64-windows
Andrew Kelley
2023-09-19
disable failing test: standalone.shared_library on aarch64-windows
Andrew Kelley
[next]