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-02-17
update run_tests to work on windows
Andrew Kelley
2016-02-14
parseh: fix __cdecl causing a fn ptr to be double ptr
Andrew Kelley
2016-02-12
avoid codegening functions never called from conditional compilation
Andrew Kelley
2016-02-12
std: delete malloc and free
Andrew Kelley
2016-02-11
add compile error for missing enumeration value in switch
Andrew Kelley
2016-02-11
fix division by 0 crashing compiler
Andrew Kelley
2016-02-09
if statements can be const expr evaluated
Andrew Kelley
2016-02-07
array.len generates a constant number literal expression
Andrew Kelley
2016-02-07
remove ptr field access of arrays
Andrew Kelley
2016-02-07
error for non const expr in array size outside fn
Andrew Kelley
2016-02-07
implement @const_eval
Andrew Kelley
2016-02-06
parseh understands simple string literal macros
Andrew Kelley
2016-02-06
implement %defer and ?defer
Andrew Kelley
2016-02-06
codegen: return respects unconditional defer
Andrew Kelley
2016-02-06
simple unconditional defer support
Andrew Kelley
2016-02-05
parsing code for defer and more
Andrew Kelley
2016-02-05
update for loop syntax
Andrew Kelley
2016-02-04
no namespace required when switching on enum
Andrew Kelley
2016-02-04
allow defining errors with the same name
Andrew Kelley
2016-02-03
add ability to call function pointer field
Andrew Kelley
2016-02-03
types sized and aligned with LLVM target data layout API
Andrew Kelley
2016-02-02
add @compile_var builtin and "is_big_endian" compile var
Andrew Kelley
2016-02-02
fix false positive error with same named methods in incomplete struct
Andrew Kelley
2016-02-02
fix various semantic analyzer crashes
Andrew Kelley
2016-02-02
fix crash when incomplete struct used as argument
Andrew Kelley
2016-02-02
fx segfault with colliding bogus top level functions
Andrew Kelley
2016-02-01
add test for var local eval const expr
Andrew Kelley
2016-02-01
inline is a keyword instead of a directive
Andrew Kelley
2016-02-01
add ?? prefix operator
Andrew Kelley
2016-02-01
parseh understands macros which alias global fn ptr vars
Andrew Kelley
2016-02-01
parseh: do not create macro alias for extern vars
Andrew Kelley
2016-01-31
fix invalid const expr eval for negative floats
Andrew Kelley
2016-01-31
support casting between floats
Andrew Kelley
2016-01-31
support casting between int and float types
Andrew Kelley
2016-01-31
fix C interaction with maybe function pointers
Andrew Kelley
2016-01-31
parseh: correct debug for forward decls
Andrew Kelley
2016-01-31
parseh handles typedef void better
Andrew Kelley
2016-01-31
parseh understands forward struct definitions
Andrew Kelley
2016-01-31
parseh: use the decayed type not original type
Andrew Kelley
2016-01-31
parseh understands types better and handles some situations better
Andrew Kelley
2016-01-29
parseh understands variable declarations
Andrew Kelley
2016-01-29
parseh defines can reference other defines
Andrew Kelley
2016-01-29
parseh understands number literal defines
Andrew Kelley
2016-01-29
parseh understands simple character literal macro
Andrew Kelley
2016-01-28
parseh understands bodyless struct used in fn
Andrew Kelley
2016-01-28
parseh handles self referential structs and fn pointers
Andrew Kelley
2016-01-28
ability to specify function type
Andrew Kelley
2016-01-28
parser: allow missing fn name and missing param names
Andrew Kelley
2016-01-28
add test for calling the result of if-else expr
Andrew Kelley
2016-01-28
fix function calling of pointers
Andrew Kelley
[next]