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
2017-02-09
lots of miscellaneous things all in one big commit
Andrew Kelley
2017-02-07
std.io supports printing integers as hex values
Andrew Kelley
2017-02-06
improved behavior on debug safety crash
Andrew Kelley
2017-02-04
add compile error when setting non power of 2 alignment
Andrew Kelley
2017-01-31
fix crash when assigning too large value to integer
Andrew Kelley
2017-01-23
basic support for functions with variable length arguments
Andrew Kelley
2017-01-22
remove staticEval builtin in favor of comptime expression
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2017-01-16
add test for compile error returning from defer expression
Andrew Kelley
2017-01-16
equality comparison of void types is known at compile time
Andrew Kelley
2017-01-16
implement error when assigning to field of const struct
Andrew Kelley
2017-01-16
Merge branch 'master' into ir-merge
Andrew Kelley
2017-01-15
fix handling of invalid enumeration
Andrew Kelley
2017-01-12
IR: fix array concatenation
Andrew Kelley
2017-01-12
IR: implement macro for function aliasing function pointer
Andrew Kelley
2017-01-11
pass some parseh tests
Andrew Kelley
2017-01-11
pass more tests
Andrew Kelley
2017-01-11
fix some tests
Andrew Kelley
2017-01-11
better error message for unable to eval const expr
Andrew Kelley
2017-01-11
fix a few tests
Andrew Kelley
2017-01-10
IR: implement error for missing or extra switch prongs
Andrew Kelley
2017-01-08
fix unable to eval const expr test case
Andrew Kelley
2017-01-08
fix some tests
Andrew Kelley
2017-01-08
don't try to eval extern functions at compile time
Andrew Kelley
2017-01-07
pass conflicting variable name test
Andrew Kelley
2017-01-06
don't mark call instruction as generated
Andrew Kelley
2017-01-05
pass more tests
Andrew Kelley
2017-01-05
pass more tests by updating expected error messages
Andrew Kelley
2017-01-05
pass array access compile error tests
Andrew Kelley
2017-01-05
pass cannot assign to constant test
Andrew Kelley
2017-01-05
pass unreachable variable test
Andrew Kelley
2017-01-04
IR: add unreachable code compiler error
Andrew Kelley
2016-10-28
more test coverage, change 'got' to 'found' in errors
Andrew Kelley
2016-10-28
more test coverage
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-26
add this keyword refers to thing in immediate scope
Andrew Kelley
2016-09-26
emit error for extern function
Andrew Kelley
2016-09-26
fix crash when doing binary not on integer literal
Andrew Kelley
2016-09-26
add error message for method call on non method
Andrew Kelley
2016-09-23
fix compiler crash for misspelled type with pointer only reference
Andrew Kelley
2016-09-22
fix compile crash when leaving out for loop parameter
Andrew Kelley
2016-09-19
tests: correct test name
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-15
fix compiler crash involving slice with const slice child
Andrew Kelley
2016-09-14
tests: use a more robust path to self_hosted.zig
Andrew Kelley
2016-09-14
darwin compat fixups
Andrew Kelley
2016-09-14
MacOSX compatibility
alter
2016-09-13
change `unreachable{}` to `@unreachable()`
Andrew Kelley
2016-09-11
add compile error for assigning through const
Andrew Kelley
2016-09-10
fix compile error message for wrong arg count on method
Andrew Kelley
[next]