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
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
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-08-30
upgrade more old API uses
Andrew Kelley
2025-08-15
fix: print error set members in a consistent order
Will Lillis
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-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
update standalone and incremental tests to new API
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-12
test-stack-traces: correct expected object file name
Jacob Young
2025-06-06
restore debug llvm CI coverage
Andrew Kelley
2025-06-01
cases: include dirname in case names
mlugg
2025-05-13
Merge pull request #21882 from alexrp/compiler-fixes
Alex Rønne Petersen
2025-05-12
Merge pull request #23700 from sorairolake/rename-trims
Alex Rønne Petersen
2025-05-12
std.Build: Make no_builtin a property of Module instead of Step.Compile.
Alex Rønne Petersen
2025-05-12
test: Add test-llvm-ir step and harness for testing generated LLVM IR.
Alex Rønne Petersen
2025-05-12
test: Fix incorrect interpretation of -Dtest-filter=... for test-debugger.
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-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-25
correct some bugs
David Rubin
2025-02-23
cases: remove old incremental case system
mlugg
2025-02-20
test: Disable packet timeout for debugger tests.
Alex Rønne Petersen
2025-02-15
test: fix windows CI
Jacob Young
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-25
Merge pull request #22581 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-23
tests: enable stack trace tests for x86_64-selfhosted
mlugg
2025-01-22
std.Build: add `addLibrary` function (#22554)
BratishkaErik
2025-01-12
Dwarf: emit debug info for extern globals
Jacob Young
2024-12-18
test-debugger: migrate from deprecated std.Build APIs
mlugg
2024-12-18
test-run-translated-c: migrate from deprecated std.Build APIs
mlugg
2024-12-18
test-compare-output: migrate from deprecated std.Build APIs
mlugg
2024-12-18
test-stack-traces: 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-28
Merge pull request #22067 from alexrp/pie-tests
Alex Rønne Petersen
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-11-24
test: Allow tests to set emit_bin=false.
Alex Rønne Petersen
[next]