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-09-13
add compile error test for pointless discards
Andrew Kelley
2022-09-13
remove pointless discards in test cases
Andrew Kelley
2022-09-12
stage2: change how defers are stored in Zir
Veikka Tuominen
2022-09-10
type: print comptime on fn type params
Jacob Young
2022-09-09
Merge pull request #12772 from ziglang/coff-basic-imports
Jakub Konka
2022-09-08
Sema: fix UAF in zirClosureGet
Veikka Tuominen
2022-09-08
Sema: correct types in `@memset` and `@memcpy`
Veikka Tuominen
2022-09-07
test-cases: add missing incremental x86_64-windows test cases
Jakub Konka
2022-09-07
test-cases: fix compiler error locations for hello world with updates
Jakub Konka
2022-09-07
coff: re-enable default entrypoint for Windows
Jakub Konka
2022-09-03
Sema: only ABI sized packed structs are extern compatible
Veikka Tuominen
2022-09-02
Sema: improve behavior of comptime_int backed enums
Veikka Tuominen
2022-09-02
Sema: add error for enum tag value overflow
Veikka Tuominen
2022-09-02
Sema: fix noalias coercion error message
Veikka Tuominen
2022-09-02
AstGen: use reachableExpr for try operand
Veikka Tuominen
2022-09-01
Sema: add more validation to coerceVarArgParam
Veikka Tuominen
2022-08-30
Sema: check that target supports tail calls
Veikka Tuominen
2022-08-30
Sema: shift of comptime int with runtime value
Veikka Tuominen
2022-08-30
Sema: do not emit generic poison for non generic parameters
Veikka Tuominen
2022-08-30
Sema: improve handling of always_tail call modifier
Veikka Tuominen
2022-08-30
test-cases: fix compiler error locations for hello world with updates
Jakub Konka
2022-08-29
Sema: fix access of inactive union field when enum and union fields are in di...
Veikka Tuominen
2022-08-28
add error tests for now correctly behaving cases
Veikka Tuominen
2022-08-28
Sema: add error for switch on slice
Veikka Tuominen
2022-08-28
AstGen: add error for named function type
Veikka Tuominen
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-25
Sema: ignore comptime params in partial func type check
Veikka Tuominen
2022-08-24
Merge pull request #12623 from Vexu/stage2-fixes
Andrew Kelley
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-24
Sema: correctly reset inst_map for analyzeInlineCallArg
Veikka Tuominen
2022-08-24
Sema: fix crash on slice of non-array type
Veikka Tuominen
2022-08-24
Sema: do not construct nested partial function types
Veikka Tuominen
2022-08-22
Sema: fix fieldCallBind on tuples and anon structs
Veikka Tuominen
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-21
Sema: add note about function call being comptime because of comptime only re...
Veikka Tuominen
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-18
AstGen: disallow leading zeroes in int literals and int types
zooster
2022-08-18
Merge pull request #12462 from Vexu/stage2-noreturn
Veikka Tuominen
2022-08-17
fix typo in compile error message
Andrew Kelley
2022-08-17
add test
Veikka Tuominen
2022-08-17
Sema: allow empty enums and unions
Veikka Tuominen
2022-08-17
Sema: properly handle noreturn fields in unions
Veikka Tuominen
2022-08-17
Sema: make noreturn error union behave correctly
Veikka Tuominen
2022-08-17
Sema: make optional noreturn behave correctly
Veikka Tuominen
2022-08-16
AstGen: detect declarations shadowing locals
Veikka Tuominen
2022-08-15
Merge pull request #12416 from Vexu/stage2-safety
Veikka Tuominen
2022-08-15
stage2: add compile errors for comptime `@shrExact` and `@divExact` failures
LeRoyce Pearson
2022-08-12
Sema: add error for signed integer division
martinhath
2022-08-12
stage2: check for zero in `@intToError` safety
Veikka Tuominen
[next]