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
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-13
format zig files and add formatting check to ci
jacob gw
2021-06-12
std.build: don't default to static linkage
Veikka Tuominen
2021-06-11
make remaining enums in build.zig snake_case
Veikka Tuominen
2021-06-11
Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide...
Felix (xq) Queißner
2021-06-11
Changes createExecutable parameter is_dynamic to a enum to make code more rea...
Felix (xq) Queißner
2021-06-06
Revert "tests: disable i386-linux-gnu -lc target due to CI failures"
LemonBoy
2021-05-28
tests: disable i386-linux-gnu -lc target due to CI failures
Andrew Kelley
2021-05-25
standalone tests may now test cross targets and build modes.
xavier
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-13
Add experimental Darling support for cross testing macOS
Jakub Konka
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
test: Enable i386-linux-gnu test
LemonBoy
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-21
test: Add 32bit PowerPC to the test plan
LemonBoy
2021-04-15
fix new references to std.builtin that should have been std.Target
Andrew Kelley
2021-04-15
stage2: improvements aimed at std lib integration
Andrew Kelley
2021-04-11
Merge remote-tracking branch 'origin/master' into llvm12
Michael Dusan
2021-04-10
test: overhaul stack_trace testing
Michael Dusan
2021-04-02
disable failing MIPS tests due to LLVM12 regressions
Andrew Kelley
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-02
tests: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-08
tests: run-translated-c now respects -Dtarget
Andrew Kelley
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
[prev]
[next]