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-01
Sema: validate callconv
Veikka Tuominen
2022-07-01
Sema: improve bitcast to enum error
Veikka Tuominen
2022-06-30
remove plan9 test coverage
Andrew Kelley
2022-06-30
adjust tests that didn't pass CI
Veikka Tuominen
2022-06-30
tests: move compile errors not planned for stage2
Veikka Tuominen
2022-06-30
Sema: add source location to coerce result ptr, fix negation error
Veikka Tuominen
2022-06-30
Sema: validate shift amounts and switch ranges
Veikka Tuominen
2022-06-30
Sema: improve auto generated union enum name
Veikka Tuominen
2022-06-30
Sema: improve vector overflow errors
Veikka Tuominen
2022-06-30
Sema: improve `@call` errors
Veikka Tuominen
2022-06-30
move passing stage1 compile error tests to stage2
Veikka Tuominen
2022-06-28
test: fix spurious whitespace in nested_blocks test
Jakub Konka
2022-06-28
test: return error on unknown config value
Jakub Konka
2022-06-14
test-cases: fix race with `zig run` on C backend tests
Andrew Kelley
2022-06-09
stage2: fold redundant error notes
Andrew Kelley
2022-06-08
stage2: fix type printing of sub-byte pointers
Andrew Kelley
2022-06-06
Sema: validate equality on store to comptime field
Veikka Tuominen
2022-06-04
Sema: fix function type callconv inference
Veikka Tuominen
2022-05-27
Merge pull request #11733 from Vexu/stage2
Andrew Kelley
2022-05-27
Sema: add error for runtime indexing comptime array
Veikka Tuominen
2022-05-26
apply Vexu's suggestion to use failing_allocator for now
Jakub Konka
2022-05-26
test: correctly track identical error msgs in handled errors list
Jakub Konka
2022-05-26
Sema: `zirArrayType` does need source location
Veikka Tuominen
2022-05-25
Sema: add error for dereferencing comptime value at runtime
Veikka Tuominen
2022-05-24
move bound function behavior test to compile error test
Andrew Kelley
2022-05-24
clean up a compile error test case
Andrew Kelley
2022-05-22
stage2 ARM: fix recursive fibonacci
joachimschmidt557
2022-05-16
arm: disable recursive fibonacci
Jakub Konka
2022-05-13
runtime safety tests only on the native target
Andrew Kelley
2022-05-13
disable a runtime safety test that is failing on WASI
Andrew Kelley
2022-05-13
migrate runtime safety tests to the new test harness
Andrew Kelley
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-07
stage2: Split `@mulWithOverflow` tests
Luuk de Gram
2022-05-05
stage2: sparcv9: Update test case
Koakuma
2022-05-04
test: move compile errors and incremental tests into common dir
Jakub Konka
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-06
Added test case
Jimmi HC
2019-01-04
Mark comptime int hardcoded address pointee as a run time variable #1171 (#1868)
vegecode
2019-01-02
@bitreverse intrinsic, part of #767 (#1865)
vegecode
2018-12-27
Test cases for compiler error and working behavior for switching on booleans
alexander
2018-12-23
tests: make type info tests not depend on builtin.Os enum
Andrew Kelley
2018-12-22
comptime: ability to @ptrCast to an extern struct and read fields
Andrew Kelley
2018-12-20
tests: re: 79db394;
kristopher tate
2018-12-19
Fixed intToPtr to fn type when the address is hardcoded (#1842)
Jimmi Holst Christensen
2018-12-17
fix comptime pointer reinterpretation array index offset
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-19
Crash fixes and small improvements to inline asm. (#1756)
Sahnvour
2018-11-18
fix assertion failure related to @intToEnum
Andrew Kelley
2018-11-18
all numbers with comptime known values implicitly cast
Andrew Kelley
2018-11-16
Fixed #1663 and removed IrInstructionArrayLen
Jimmi Holst Christensen
[prev]
[next]