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
/
tests.zig
Age
Commit message (
Expand
)
Author
2018-06-21
std: update stdlib to match updated allocator create signature; ref #733
kristopher tate
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-17
all tests passing with postfix deref syntax
Andrew Kelley
2018-05-02
add ReleaseSmall mode in zig tests
Andrew Kelley
2018-04-16
Fixed test build code
Alexandros Naskos
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-25
rename "debug safety" to "runtime safety"
Andrew Kelley
2018-01-22
add new kind of test: generating .h files. and more
Andrew Kelley
2018-01-15
Merge branch 'wip-err-ret-trace'
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-14
remove 32-bit windows from supported targets list
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-16
fix debug safety tests on windows
Andrew Kelley
2017-10-15
fix child process stdio piping behavior on windows
Andrew Kelley
2017-10-03
compiler-rt tests pass with and without libc
Andrew Kelley
2017-10-01
fix parse-c tests
Andrew Kelley
2017-10-01
add windows 32 bit to test matrix
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-09-20
Merge branch 'master' into c-to-zig
Andrew Kelley
2017-09-17
add option to run tests in LLDB and turn it on for macos travis
Andrew Kelley
2017-09-16
add release-safe to the test matrix
Andrew Kelley
2017-09-17
Add dash arguments for cli
Marc Tiehuis
2017-09-11
local var
Andrew Kelley
2017-09-07
std: os.ChildProcess knows when its child died
Andrew Kelley
2017-09-05
rename parseh to parsec
Andrew Kelley
2017-08-31
add windows to test targets
Andrew Kelley
2017-08-30
tests use darwin, not macosx since that's what macbook reports as
Andrew Kelley
2017-08-30
test suite cross-compile builds tests for other targets
Andrew Kelley
2017-08-18
include compiler-rt tests in main testing suite
Andrew Kelley
2017-05-27
const global values can reference each other
Andrew Kelley
2017-05-04
std: rename List to ArrayList and re-organize...
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-05-03
zig build: cache_root is relative to build_root
Andrew Kelley
2017-05-02
add safe release build mode
Andrew Kelley
2017-05-01
basic support for specifying packages at the command line
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-28
zig puts temporary object files in zig-cache folder
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
[next]