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
Age
Commit message (
Expand
)
Author
2023-03-21
Sema: implement @export for arbitrary values
mlugg
2023-03-21
CBE: implement aggregateInit() for array of array case.
Xavier Bouchoux
2023-03-21
Merge pull request #15028 from Vexu/compile-errors
Veikka Tuominen
2023-03-21
x86_64: implement atomic and fence ops
Jacob Young
2023-03-21
codegen: fix backend breakage due to optional layout change
Jacob Young
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-21
x86_64: implement some error union ops
Jacob Young
2023-03-21
x86_64: implement @returnAddress and @frameAddress
Jacob Young
2023-03-21
x86_64: implement basic float ops
Jacob Young
2023-03-21
Value: implement reinterpreting enum field index as integer
Veikka Tuominen
2023-03-20
tests: add -Dskip-cross-glibc option
Jacob Young
2023-03-20
Port some stage1 test cases to stage2
mlugg
2023-03-21
Sema: improve error message of field access of wrapped type
Veikka Tuominen
2023-03-21
Value: handle comparisons of runtime_values
Veikka Tuominen
2023-03-21
llvm: fix lowering packed union initiated to zero-bit value
Veikka Tuominen
2023-03-19
Merge pull request #14838 from Luukdegram/bss-fix
Luuk de Gram
2023-03-19
fix std.Build.OptionsStep
Andrew Kelley
2023-03-18
wasm-link: update bss linker test
Luuk de Gram
2023-03-17
Sema: make @returnAddress return 0 at comptime
mlugg
2023-03-17
Sema: allow dereferencing ill-defined pointers to zero-bit types at comptime
mlugg
2023-03-16
Add error for bad cast from `*T` to `*[n]T`
InKryption
2023-03-15
fix test-case copy-paste typo from earlier commit
Andrew Kelley
2023-03-15
C ABI tests: don't test aarch64-windows yet
Andrew Kelley
2023-03-15
test-c-abi: disable LTO on more targets
Andrew Kelley
2023-03-15
fix compile log test case expected output
Andrew Kelley
2023-03-15
windows_spawn standalone test: test on native OS
Andrew Kelley
2023-03-15
test-cases: add missing compile log output
Andrew Kelley
2023-03-15
test-cli: fix expected stderr on windows
Andrew Kelley
2023-03-15
std.Build.CompileStep: remove setNamePrefix and add setName
Andrew Kelley
2023-03-15
revert a change to C ABI tests
Andrew Kelley
2023-03-15
test-cases: fix incorrectly linking libc when backend is llvm
Andrew Kelley
2023-03-15
add skip_foreign_checks=true on a standalone test
Andrew Kelley
2023-03-15
remove redundant link test
Andrew Kelley
2023-03-15
add the new extern test to standalone tests
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
disable failing aarch64 backend behavior tests
Andrew Kelley
2023-03-15
test-link: add names to headerpad test
Andrew Kelley
2023-03-15
standalone tests: avoid running on strange target
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 standalone tests based on build.zig
Andrew Kelley
2023-03-15
re-enable the simple standalone tests
Andrew Kelley
2023-03-15
re-enable macho linker tests
Andrew Kelley
2023-03-15
re-enable wasm linker tests
Andrew Kelley
2023-03-15
delete link test "static_lib_as_system_lib"
Andrew Kelley
2023-03-15
new linker test harness
Andrew Kelley
2023-03-15
re-enable asm-and-link tests
Andrew Kelley
2023-03-15
re-enable C ABI tests
Andrew Kelley
2023-03-15
re-enable CLI tests
Andrew Kelley
[next]