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
2022-07-23
move passing safety tests to stage2
Veikka Tuominen
2022-07-23
Merge pull request #12140 from ziglang/macho-gc-sections
Jakub Konka
2022-07-22
Sema: add error for dereferencing invalid payload ptr at comptime
Veikka Tuominen
2022-07-22
macho: read the entire file contents into memory at once
Jakub Konka
2022-07-22
Sema: validate empty array init
Veikka Tuominen
2022-07-21
add new compile error note to old test case
Andrew Kelley
2022-07-21
Sema: fix fn pointer align disagrees with fn align error
Andrew Kelley
2022-07-21
Sema: improve compile error for bad function alignment
Andrew Kelley
2022-07-21
build.zig: 32 MiB stack size
Andrew Kelley
2022-07-21
constrain target/backend of new test cases
Andrew Kelley
2022-07-21
Sema: validate extern struct field types earlier
Veikka Tuominen
2022-07-21
Sema: better source location for function call args
Veikka Tuominen
2022-07-21
Sema: better function parameter source location
Veikka Tuominen
2022-07-21
Sema: better source location for incompatible capture group
Veikka Tuominen
2022-07-21
AstGen: add error for fields in opaque types
Veikka Tuominen
2022-07-21
Sema: more union and enum tag type validation
Veikka Tuominen
2022-07-21
Sema: validate function parameter types and return type
Veikka Tuominen
2022-07-21
Sema: validate function pointer alignment
Veikka Tuominen
2022-07-21
Sema: explain why comptime is needed
Veikka Tuominen
2022-07-21
fix errors in tests not tested locally or on CI
Veikka Tuominen
2022-07-21
stage2: better pointer source location
Veikka Tuominen
2022-07-21
Sema: disallow 'align' on functions on wasm
Veikka Tuominen
2022-07-21
Sema: fix non-exhaustive union switch checks
Veikka Tuominen
2022-07-11
Merge pull request #12044 from Vexu/stage2-compile-errors
Andrew Kelley
2022-07-11
Sema: validate extern types
Veikka Tuominen
2022-07-11
Sema: better explanation why opaque types require comptime
Veikka Tuominen
2022-07-11
Sema: add notes about function return type
Veikka Tuominen
2022-07-11
Sema: add "cannot convert to payload type" error notes
Veikka Tuominen
2022-07-11
Sema: only add note about int mismatch if not coercible
Veikka Tuominen
2022-07-10
Sema: prefer original error message in `coerce`
Veikka Tuominen
2022-07-10
Sema: add detailed error notes to `coerceInMemoryAllowed`
Veikka Tuominen
2022-07-08
stage2: Support `@offsetOf` for tuples and anon structs
Cody Tapscott
2022-07-08
Sema: add a note about @setEvalBranchQuota() when branch quota is exceeded
VÖRÖSKŐI András
2022-07-07
Merge pull request #12016 from Vexu/stage2-compile-errors
Andrew Kelley
2022-07-07
AstGen: fix catch payoad not checking for shadowing
emma
2022-07-07
Sema: improve array source location
Veikka Tuominen
2022-07-07
Sema: improve slice source locations
Veikka Tuominen
2022-07-07
stage2: make line field of `@src` runtime known
Veikka Tuominen
2022-07-07
Sema: misc error message fixes
Veikka Tuominen
2022-07-07
Sema: more runtime indexing comptime value checks
Veikka Tuominen
2022-07-07
Sema: validate pointer types
Veikka Tuominen
2022-07-07
Sema: panic at comptime + misc error message improvements
Veikka Tuominen
2022-07-05
fix expected error messages in test cases
Andrew Kelley
2022-07-05
remove sparc64 test case which is tripping llvm assertion
Andrew Kelley
2022-07-01
Merge pull request #11974 from ziglang/fixfixfix
Andrew Kelley
2022-07-01
AstGen: use elem_{ptr,val}_node for array access syntax
Veikka Tuominen
2022-07-01
Sema: add more validation to zirFieldParentPtr
Veikka Tuominen
2022-07-01
Sema: validate `@intToEnum` int operand type
Veikka Tuominen
2022-07-01
Sema: validate deref operator type and value
Veikka Tuominen
2022-07-01
Sema: prefer func.onwer_decl for compilelog src
Veikka Tuominen
[prev]
[next]