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
/
Cases.zig
Age
Commit message (
Expand
)
Author
2025-10-29
disable self-hosted wasm test-cases
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-09-24
delete all the translate-c tests
Andrew Kelley
2025-09-16
test: delete old stage1 compile_errors tests
Alex Rønne Petersen
2025-09-16
test: rename backend=stage2 to backend=selfhosted, and add backend=auto
Alex Rønne Petersen
2025-09-16
test: remove test-compare-output and test-asm-link tests
Alex Rønne Petersen
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-02
build: add -Dskip-compile-errors option
Alex Rønne Petersen
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-26
Migrate from deprecated `Step.Compile` APIs
Carl Åstholm
2025-07-24
Revert "disable -fno-llvm -target wasm32-wasi testing"
Pavel Verigo
2025-07-19
disable -fno-llvm -target wasm32-wasi testing
Andrew Kelley
2025-07-03
test: Respect various test skip options in test-cases
Alex Rønne Petersen
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-19
Build: change how the target is printed in step names
Jacob Young
2025-06-01
cases: include dirname in case names
mlugg
2025-05-12
Merge pull request #23700 from sorairolake/rename-trims
Alex Rønne Petersen
2025-04-27
test: Configure emit_asm/emit_bin correctly for some targets in llvm_targets.
Alex Rønne Petersen
2025-04-27
test: Allow cases to set emit_asm (defaults to false).
Alex Rønne Petersen
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-02-23
cases: remove old incremental case system
mlugg
2025-02-15
test: fix windows CI
Jacob Young
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-22
std.Build: add `addLibrary` function (#22554)
BratishkaErik
2024-12-18
test-run-translated-c: migrate from deprecated std.Build APIs
mlugg
2024-12-18
test-cases: migrate from deprecated std.Build APIs
mlugg
2024-11-28
test: Change llvm_targets to actually emit an object for each target.
Alex Rønne Petersen
2024-11-24
test: Allow tests to set emit_bin=false.
Alex Rønne Petersen
2024-11-24
test: Force compile test cases to be codegen'd if requested.
Alex Rønne Petersen
2024-11-24
test: Allow setting PIC/PIE in test cases.
Alex Rønne Petersen
2024-11-24
test: Enable -Dtest-target-filter=... to work for test-cases and test-transla...
Alex Rønne Petersen
2024-10-27
spirv: forbid merging logical pointers
Robin Voetter
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
2024-07-04
build: fix WriteFile and addCSourceFiles not adding LazyPath deps
Jonathan Marler
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-27
translate-c tests: skip_foreign_checks=true
Andrew Kelley
2024-05-27
test cases: try running foreign binaries
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-03-08
test manifest key checking and other fixes
february cozzocrea
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-02-01
std: make options a struct instance instead of a namespace
Veikka Tuominen
2024-01-26
align naming and fix module creation from TranslateC
Tobias Simetsreiter
[next]