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
/
cases
Age
Commit message (
Expand
)
Author
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-23
llvm: fixup elem_count argument of ZigLLVMCreateDebugArrayType to be i64
kcbanner
2023-06-20
Type: remove arbitrary restrictions on param and return types
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-14
Merge pull request #15726 from mlugg/feat/peer-type-resolution-but-better
Andrew Kelley
2023-06-13
Merge pull request #15957 from BratishkaErik/deprecated-
Andrew Kelley
2023-06-13
Sema: rewrite peer type resolution
mlugg
2023-06-13
Add a compiler error for @mulAdd with int vectors.
IntegratedQuantum
2023-06-13
std.meta: remove `Vector` (deprecated in 0.10)
Eric Joldasov
2023-06-13
Fix bad source locations in switch capture errors
mlugg
2023-06-13
Sema: resolve union payload switch captures with peer type resolution
mlugg
2023-06-10
stage2: pass most test cases under InternPool
mlugg
2023-06-10
Sema: emit error on @intToPtr with slice dest type
mlugg
2023-05-31
add missing note "operation is runtime due to this operand"
Evin Yulo
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-29
Prevent analysis of functions only referenced at comptime
mlugg
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
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-05-18
Sema: simplify "duplicate test name" error message
Andrew Kelley
2023-05-18
make `@trap` return unreachable/noreturn (#15749)
zooster
2023-05-16
add runtime safety for noreturn function returning
Veikka Tuominen
2023-05-15
Merge pull request #15704 from Vexu/fix-memcpyset
Andrew Kelley
2023-05-15
Sema: add more type checks to `@mem{cpy,set}`
Veikka Tuominen
2023-05-15
correct error note and check type of extern variables
wrongnull
2023-05-11
Sema: fix crash when generating anon name on invalid code
Veikka Tuominen
2023-05-11
Sema: add error for resolving inferred error set of generic function
Veikka Tuominen
2023-05-11
Sema: make `@call` compile errors match regular calls
Veikka Tuominen
2023-05-11
module: return null if no candidate src
John Schmidt
2023-05-10
Merge pull request #15508 from r00ster91/semathings
Veikka Tuominen
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-05-07
Fix parsing of hexadecimal literals
Dominic
2023-05-06
Sema: fix and improve errors for `for` loop objects and non-indexables
r00ster91
2023-05-06
Sema: add some missing apostrophes to error messages
r00ster91
2023-04-30
sema: improve the error message when coercing to []anyopaque
kcbanner
2023-04-29
Merge pull request #15503 from r00ster91/noinline
Andrew Kelley
2023-04-29
Sema: disallow indexing non-tuple struct
r00ster91
2023-04-29
Sema: emit error for always_inline call of noinline function
r00ster91
2023-04-27
sema: Rework Decl.value_arena to fix another memory corruption issue
kcbanner
2023-04-26
Merge pull request #15278 from ziglang/memcpy-memset
Andrew Kelley
2023-04-26
add support for .field_ptr in elemValueAdvanced
kcbanner
2023-04-26
sema: add error for coercing a slice to an anyopaque pointer
kcbanner
2023-04-25
update test cases for new memcpy/memset semantics
Andrew Kelley
2023-04-25
Sema: implement comptime `@memset`
Andrew Kelley
2023-04-24
Merge pull request #15421 from Vexu/fixes
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
2023-04-23
Sema: emit cast to null panics for function pointers
Veikka Tuominen
2023-04-21
cbe: fix remaining aarch64 issues
Jacob Young
2023-04-20
Unify incremental test cases and disable many
mlugg
[prev]
[next]