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
/
run_tests.cpp
Age
Commit message (
Expand
)
Author
2016-01-20
rename value_count to member_count
MovingtoMars
2016-01-18
use signed integer for sizes of things
Andrew Kelley
2016-01-18
add error for shadowing a type
Andrew Kelley
2016-01-18
add function pointer support
Andrew Kelley
2016-01-18
pave the road for function pointers
Andrew Kelley
2016-01-18
add for loop which can iterate over arrays
Andrew Kelley
2016-01-18
fix nested arrays
Andrew Kelley
2016-01-16
better main symbol prototype
Andrew Kelley
2016-01-15
support array literals
Andrew Kelley
2016-01-15
fix error message for struct initialization on array
Andrew Kelley
2016-01-15
rename "use" to "import"
Andrew Kelley
2016-01-15
add void arrays test
Andrew Kelley
2016-01-14
overflow intrinsics take type as first argument
Andrew Kelley
2016-01-14
instead of 'as' to cast, call type as function
Andrew Kelley
2016-01-13
fix noalias codegen
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley
2016-01-11
fix not adding builtin functions code
Andrew Kelley
2016-01-11
support enums with values attached
Andrew Kelley
2016-01-11
simple enum support
Andrew Kelley
2016-01-10
fix codegen for void struct fields
Andrew Kelley
2016-01-10
order-independent declarations even from imports
Andrew Kelley
2016-01-10
detect and report top level decl dependency loop
Andrew Kelley
2016-01-09
order-independent declarations
Andrew Kelley
2016-01-09
add memcpy and memset intrinsics
Andrew Kelley
2016-01-08
suport checked arithmetic operations via intrinsics
Andrew Kelley
2016-01-08
codegen: fix else if expression and maybe unwrap expr
Andrew Kelley
2016-01-07
implement array slicing syntax
Andrew Kelley
2016-01-07
add ?? maybe unwrapping binary operator
Andrew Kelley
2016-01-06
while detects simple constant condition
Andrew Kelley
2016-01-06
fix undefined reference to memcpy in release mode
Andrew Kelley
2016-01-06
add unknown size array test
Andrew Kelley
2016-01-05
array syntax is [10]i32 instead of [i32; 10]
Andrew Kelley
2016-01-05
add #min_value() and #max_value()
Andrew Kelley
2016-01-04
progress toward compile time constant expression evaluation
Andrew Kelley
2016-01-04
add pointer dereferencing operator
Andrew Kelley
2016-01-04
add member functions
Andrew Kelley
2016-01-04
partial import segregation
Andrew Kelley
2016-01-04
multiple files example no longer use libc
Andrew Kelley
2016-01-03
implement #sizeof()
Andrew Kelley
2016-01-03
add #typeof() compiler function
Andrew Kelley
2016-01-02
fix implicit cast after unreachable bad code gen
Andrew Kelley
2016-01-02
ability to access pointers with array indexing syntax
Andrew Kelley
2016-01-02
error for if var expression not maybe type
Andrew Kelley
2016-01-02
basic maybe type working
Andrew Kelley
2015-12-31
block expressions require parens
Andrew Kelley
2015-12-24
implement continue expression
Andrew Kelley
2015-12-24
add error for break outside loop
Andrew Kelley
2015-12-24
add break expression
Andrew Kelley
2015-12-24
add test for while loop
Andrew Kelley
2015-12-24
add test for invalid field in struct value expression
Andrew Kelley
[next]