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
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-07-16
add behavior tests fro macro translations
Vexu
2020-06-09
fix memory errors
Jonathan Marler
2020-05-25
Added custom build step id, made tests.zig steps use it
Alexandros Naskos
2020-05-18
Narrow down behaviour test cases; this removes wasmtime-enabled check in tests
Jakub Konka
2020-05-18
Disable tests requiring Wasmtime be default; require -Denable-wasmtime flag o...
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-11
ArrayList: remove old (before span) API
xackus
2020-04-08
fix missing compile error on assign to slice and array parameters
Vexu
2020-04-04
rename mem.separate to mem.split
xackus
2020-04-03
Merge pull request #4868 from xackus/new-arraylist-api
Andrew Kelley
2020-04-03
add issue links to disabled test cases
Andrew Kelley
2020-04-03
change the default ABI of riscv64-linux-musl
Andrew Kelley
2020-04-02
ci: enable riscv64-linux tests
Andrew Kelley
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-22
ci: disable qemu-riscv64 tests due to qemu being too old
Andrew Kelley
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-10
fix regressions found by test suite
Andrew Kelley
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-06
Use in_stream.readAllAlloc where sensible
daurnimator
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-28
restructuring std.Target for OS version ranges, pass 1
Andrew Kelley
2020-02-26
update test expectations
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-20
Merge remote-tracking branch 'origin/master' into sub-architecture-annihilation
Andrew Kelley
2020-02-20
support -mcpu=baseline, both in stage1 and stage2
Andrew Kelley
2020-02-20
ir: Compile error on result_loc type mismatch w/ slicing
LemonBoy
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-17
enable behavior and std lib tests for RISC-V 64-bit
Andrew Kelley
2020-01-26
fix regression in windows stack traces tty detection
Andrew Kelley
2020-01-23
fix incorrect list of sub-arches for aarch64
Andrew Kelley
2020-01-23
use an older arm64 sub-arch for test suite
Andrew Kelley
2020-01-22
std.Target.CpuFeatures is now a struct with both CPU and feature set
Andrew Kelley
2020-01-21
Revert "tests: use an older aarch64 sub-arch"
Andrew Kelley
2020-01-21
tests: use an older aarch64 sub-arch
Andrew Kelley
2020-01-05
fix test-gen-h and test-compile-errors regression
Andrew Kelley
2020-01-05
fix test-stack-traces regression
Andrew Kelley
2020-01-05
rework and improve some of the zig build steps
Andrew Kelley
2020-01-03
add test harness for "run translated C" tests
Andrew Kelley
2020-01-02
translate-c tests: print clang compile errors on nonzero exit code
Andrew Kelley
2019-12-29
use self hosted translate-c for cimports
Vexu
2019-12-13
revert removal of translate mode in stage 1
Vexu
2019-12-12
update tests
Vexu
[next]