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-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
2016-08-29
implement null as a literal type
Andrew Kelley
2016-08-16
fix crash when calling method on slice
Andrew Kelley
2016-08-16
std: replace print_u64/i64 with printInt
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-08-07
ability to have a return type of 'type'
Andrew Kelley
2016-08-04
new multiline string syntax
Andrew Kelley
2016-07-27
explicit wrapping integer operations
Andrew Kelley
2016-07-26
std: improve rand implementation and API
Andrew Kelley
2016-07-26
unsigned integers for sizes of things
Andrew Kelley
2016-07-25
inline parameters
Andrew Kelley
2016-07-09
parseh: support octal in C macro string literal
Andrew Kelley
2016-05-16
fix crash when error evaluating target of for expr
Andrew Kelley
2016-05-13
add error for wrong return type of main
Andrew Kelley
2016-05-11
add readonly attribute to relevant functions and parameters
Andrew Kelley
2016-05-09
add hashmap to standard library
Andrew Kelley
2016-05-09
fix ability to use previous generic params and
Andrew Kelley
2016-05-09
add debug safety for shortening casts
Andrew Kelley
2016-05-08
add list implementation to standard library
Andrew Kelley
2016-05-08
ability to cast u8 slice to bigger slice
Andrew Kelley
2016-05-07
add div_exact builtin fn
Andrew Kelley
2016-05-07
add debug safety for division
Andrew Kelley
2016-05-07
self hosted tests test release mode too
Andrew Kelley
2016-05-07
better array concatenation semantics
Andrew Kelley
2016-05-06
implicit wrap widening cast on integer peer types
Andrew Kelley
2016-05-06
fix eval integer wrapping and add tests
Andrew Kelley
2016-05-06
add debug safety for left shifting
Andrew Kelley
2016-05-05
add tests for integer overflow crashing
Andrew Kelley
2016-05-04
add cmpxchg builtin function
Andrew Kelley
2016-04-28
ability to specify body of an extern function
Andrew Kelley
2016-04-26
add array bounds checking in debug mode
Andrew Kelley
2016-04-25
support switching on error union type
Andrew Kelley
2016-04-24
add compile error for invalid equality operator uses
Andrew Kelley
2016-04-22
parseh: support anonymous enums and enums with initializers
Andrew Kelley
2016-04-22
add syntax to allow symbols to have arbitrary strings as names
Andrew Kelley
[next]