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
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-01-26
align naming and fix module creation from TranslateC
Tobias Simetsreiter
2024-01-13
Fix minor error: std.ChildProcess.exec() already rename to run()
jimying
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
2023-11-24
translate-c: use struct_init_one for empty struct initializer
Garrett
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-11-19
test: update remaining code to fix 'var is never mutated' errors
mlugg
2023-10-25
Step.Compile: differentiate between fuzzy and exact matches for compile errors
Jakub Konka
2023-10-17
add c_frontend to translate-c cache hash
Veikka Tuominen
2023-10-17
tests: translate-c and run-translated-c to the test harness
Veikka Tuominen
2023-10-06
std: fix memory bug in getExternalExecutor
Jakub Konka
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Introduces Compile.forceBuild() and Compile.forceEmit(…)
Felix "xq" Queißner
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-23
test: test for issues starting codegen on many targets
Jacob Young
2023-07-19
test: fix cbe execution tests
Jacob Young
2023-06-18
test/src/Cases: fix incorrect code to find zig_lib_directory
Manlio Perillo
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-29
tests: disable incremental cases for now
mlugg
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-24
Fixes `WriteFile.getFileSource` failure on Windows (#15730)
Mason Remaley
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-13
Fix SplitIterator and TokenIterator type instantiation
Ryan Liptak
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-01
x86_64: enable normal start/test_runner logic on more targets
Jacob Young
2023-04-26
cases: disable broken backends
Jacob Young
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
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
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