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
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
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
[next]