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-04
spirv: air mul_add
Robin Voetter
2024-02-04
spirv: air int_from_bool
Robin Voetter
2024-02-04
spirv: vectorize add/sub overflow
Robin Voetter
2024-02-04
spirv: reduce, reduce_optimized
Robin Voetter
2024-02-04
spirv: shlWithOverflow
Robin Voetter
2024-02-04
spirv: vectors for air not
Robin Voetter
2024-02-04
spirv: element-wise operation helper
Robin Voetter
2024-02-04
spirv: sh[rl](_exact)?
Robin Voetter
2024-02-04
Merge pull request #18778 from ziglang/system-package-mode
Andrew Kelley
2024-02-04
Merge pull request #18793 from ziglang/macho-zig-object
Jakub Konka
2024-02-03
Fix OOB when enum field out of order in different file
David Rubin
2024-02-03
Add error hint when looping over `ErrorUnion`
David Rubin
2024-02-03
test/link/macho: test for signals only when running on the host
Jakub Konka
2024-02-03
test/link/macho: add some smoke tests for self-hosted MachO
Jakub Konka
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-01-31
Use mem.zeroes for empty union initializer list
danielsan901998
2024-01-30
macho: fix parsing versions from TBDs if parsed as floats
Jakub Konka
2024-01-30
macho: improve weak-ref symbols handling
Jakub Konka
2024-01-30
Sema: fix union init with zero size field
Pavel Verigo
2024-01-29
llvm: ensure returned undef is 0xaa bytes when runtime safety is enabled
Veikka Tuominen
2024-01-29
Fix some comptime packed struct issues
SuperAuguste
2024-01-29
Merge pull request #18729 from Vexu/fixes
Andrew Kelley
2024-01-29
llvm: revert bad array access optimization
Veikka Tuominen
2024-01-29
llvm: fix alignment of array ptr when bitcasting vector
Veikka Tuominen
2024-01-29
Value: expand `canMutateComptimeVarState`
Veikka Tuominen
2024-01-29
Sema: do not emit `@errorCast` safety check when dest is adhoc inferred error...
Veikka Tuominen
2024-01-29
Sema: fix casting runtime value to enum with comptime int tag type
Pavel Verigo
2024-01-26
Add escaped character processing
MrDmitry
2024-01-26
Remove unused test file
MrDmitry
2024-01-26
Extend standalone tests for cmakedefine
MrDmitry
2024-01-26
test: add behavior coverage for global setter in function liveness
Meghan Denny
2024-01-26
align naming and fix module creation from TranslateC
Tobias Simetsreiter
2024-01-26
Sema: tuples have no names to be used for reporting errors in finishStructInit
Krzysztof Wolicki
2024-01-24
test/link/macho: ensure we do not run testStackSize on foreign host
Jakub Konka
2024-01-24
test/link/macho: migrate all tests to the new test matrix
Jakub Konka
2024-01-24
test/link/macho: upgrade tbdv3 test
Jakub Konka
2024-01-24
test/link/macho: upgrade unwind info tests
Jakub Konka
2024-01-24
test/link/macho: test stacksize option
Jakub Konka
2024-01-24
test/link/macho: upgrade search strategy test
Jakub Konka
2024-01-24
test/link/macho: test re-exports in zig
Jakub Konka
2024-01-24
test/link/macho: remove converted standalone tests
Jakub Konka
2024-01-24
test/link/macho: test pagezero size
Jakub Konka
2024-01-24
test/link/macho: revert testing objc msgsend stubs - no way of enabling in clang
Jakub Konka
2024-01-24
test/link/macho: test objc msgsend selector stubs
Jakub Konka
2024-01-24
test/link/macho: use .root_module. instead of wrappers where possible
Jakub Konka
2024-01-24
test/link/macho: test force-loading objects containing ObjC from archives
Jakub Konka
2024-01-24
test/link/macho: test no exports in a dylib
Jakub Konka
2024-01-24
test/link/macho: test attribute "used" on vars in presence of dead_strip
Jakub Konka
2024-01-24
test/link/macho: upgrade strict validation of layout test
Jakub Konka
[next]