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
Group-Canceled
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
groupAwait
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
2019-07-16
retire the example/ folder, rename test-build-examples to "standalone"
Andrew Kelley
2019-06-23
compile error tests only for debug mode
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-27
Merge pull request #2552 from Sahnvour/issue-2543
Andrew Kelley
2019-05-26
tests passing on linux
Andrew Kelley
2019-05-26
more cleanup. down to just the `@hasDecl` builtin
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-05-25
test: slightly better output for failure of tests based on text comparison
Sahnvour
2019-05-14
slice types no longer have field access
Andrew Kelley
2019-05-11
stage2 translate-c: implement functions with no prototype
Andrew Kelley
2019-05-10
translate-c: we have our first test of self-hosted
Andrew Kelley
2019-04-05
zig build: support single-threaded builds
Andrew Kelley
2019-03-18
fix translate-c regression
Andrew Kelley
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-11
Revert "use unique test source names for test-gen-h"
Andrew Kelley
2019-03-09
use unique test source names for test-gen-h
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-01
@typeInfo for structs and opaque types is the bare name
Andrew Kelley
2019-03-01
fix dependency loops, pub, tests, use decls, root source
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-20
deduplicate compile errors for undeclared identifiers
Andrew Kelley
2019-02-18
pull request fixups
Andrew Kelley
2019-02-17
Check for duped error messages in compile tests
Matthew McAllister
2019-02-08
fix compiler assertion failure when returning value from test
Andrew Kelley
2019-02-07
fixups, and modify std.mem.join and std.os.path.resolve API
Andrew Kelley
2019-02-06
Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...
Andrew Kelley
2019-02-06
require running std lib tests coherently
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2019-02-01
introduce --single-threaded build option
Andrew Kelley
2018-11-30
std.os.path: remove dependance on std.mem.join;
kristopher tate
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-17
remove `zig build --init`. add `zig init-lib` and `zig init-exe`
Andrew Kelley
2018-09-02
fix regressions
Andrew Kelley
2018-07-18
-Dskip-release now also skips build example tests
Jimmi HC
2018-07-11
std.atomic: use spinlocks
Andrew Kelley
2018-07-11
build system: add -Dskip-release option to test faster
Andrew Kelley
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
[prev]
[next]