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-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: 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
2023-09-19
skip all mips tests due to LLVM 17 regressions
Andrew Kelley
2023-09-19
re-enable passing behavior test
Andrew Kelley
2023-09-19
disable failing wasm linking tests
Andrew Kelley
2023-09-19
disable failing mips tests due to LLVM 17 regressions
Andrew Kelley
2023-09-19
behavior: disable another test regressed by LLVM 17 for mips
Jacob Young
2023-09-19
compiler_rt: fix arm hard-float f16 abi
Jacob Young
2023-09-19
compiler_rt: fix fp sub being optimized to call itself
Jacob Young
2023-09-19
disable behavior tests regressed by LLVM 17
Andrew Kelley
2023-09-19
behavior: disable test that regressed with LLVM 17
Jacob Young
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-09-19
x86 backend: don't read bogus safety flag
Andrew Kelley
2023-09-18
translate-c: Struct fields default to zero value
Jay Petacat
2023-09-18
translate-c: prevent variable names conflicting with type names
mlugg
2023-09-18
std.zig.c_translation.zig: fix L suffix with sized ints
Banacial
2023-09-17
Fix rc preprocessing when using the MinGW includes and targeting the GNU abi
Ryan Liptak
2023-09-17
translate-c: do not translate macros which use arguments as struct/union/enum...
mlugg
2023-09-17
AstGen: allow closure over known-runtime values within @TypeOf
mlugg
2023-09-17
Add a standalone test for Windows resource file compilation
Ryan Liptak
2023-09-17
Merge pull request #16929 from truemedian/more-http
Andrew Kelley
2023-09-15
Sema: mark pointers to inline functions as comptime-only
mlugg
2023-09-15
compiler: implement destructuring syntax
mlugg
2023-09-15
AstGen: do not forward result pointers through @as
mlugg
2023-09-11
Merge pull request #17081 from Techatrix/wasm-float-op
Jakub Konka
2023-09-10
wasm: enable successful behavior tests
Techatrix
2023-09-07
AstGen: fix missing array type validation
Veikka Tuominen
2023-09-06
translate-c: fix panic when translating long double literals
Carl Ã…stholm
2023-09-05
AstGen: fix error on missing function prototype name
Veikka Tuominen
2023-08-30
Sema: cleanup `coerceExtra`
Jacob Young
[next]