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
/
src
Age
Commit message (
Expand
)
Author
2023-04-04
cases: disable failing incremental tests
Jacob Young
2023-03-15
test-cases: fix incorrectly linking libc when backend is llvm
Andrew Kelley
2023-03-15
test-stack-trace: set env to disable color
Andrew Kelley
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
build.zig: fix how test-cases marked is_test=1 are handled
Andrew Kelley
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-03-15
re-enable the simple standalone tests
Andrew Kelley
2023-03-15
re-enable asm-and-link tests
Andrew Kelley
2023-03-15
re-enable compare-output test cases
Andrew Kelley
2023-03-15
re-integrate stack trace tests with the new std.Build API
Andrew Kelley
2023-03-15
zig build: many enhancements related to parallel building
Andrew Kelley
2023-02-17
add test to ignore sigpipe
Jonathan Marler
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley
2023-01-31
update build.zig API usage
Andrew Kelley
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
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 createExecutable parameter is_dynamic to a enum to make code more rea...
Felix (xq) Queißner
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-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
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-01-07
test harness: show annotated case name when translate-c test fails
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
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