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
/
stage1
Age
Commit message (
Expand
)
Author
2022-07-26
C ABI tests no longer apply to only stage1
Andrew Kelley
2022-07-25
wasm: Enable C-ABI tests for self-hosted compiler
Luuk de Gram
2022-02-08
C ABI: these tests are not passing yet on Windows
Andrew Kelley
2022-02-08
C ABI tests: give a clue in addition to "test failure"
Andrew Kelley
2022-02-08
c_abi tests: allow passing standard target options
Andrew Kelley
2022-02-08
stage1: fix x86 i128 C ABI for extern structs
Andrew Kelley
2022-01-03
stage1: Add tests for packed structs in C ABI
paulsnar
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-07-28
stage1: Expand SysV C ABI support for small structs
Belhorma Bendebiche
2021-06-10
stage1: Fix handling of C ABI parameters split in multiple regs
LemonBoy
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
tests: work around miscompilation
Veikka Tuominen
2021-05-08
update usage of std.testing in behavior and standalone tests
Veikka Tuominen
2021-05-06
Merge pull request #8683 from LemonBoy/thumblinux
Andrew Kelley
2021-05-05
tests: re-enable reduce behavior tests for wasm32
Jakub Konka
2021-05-04
std: Initial bringup for Linux on Thumb2
LemonBoy
2021-05-04
stage1: Fix LLVM error in inline asm invocation
LemonBoy
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley
2021-04-29
update behavior tests with respect to new builtin pkg
Andrew Kelley
2021-04-29
tests: prepare behavior tests for stage2
Andrew Kelley
2021-04-25
stage1: Change how the Frame alignment is computed
LemonBoy
2021-04-24
stage1: Require a block after suspend
LemonBoy
2021-04-23
stage1: Allow wrapping negation on unsigned ints at comptime
LemonBoy
2021-04-15
test: Add test to ensure signed zeros are properly computed
LemonBoy
2021-04-14
Merge remote-tracking branch 'origin/llvm12'
Andrew Kelley
2021-04-11
std: Fix typo in sqrt implementation
LemonBoy
2021-04-11
std: Make a test-case independent of the target endianness
LemonBoy
2021-04-02
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-04-02
Merge pull request #8028 from mguaypaq/nosuspend-allow
Andrew Kelley
2021-03-28
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-14
std: Replace testing fns for floating-point values
LemonBoy
2021-03-13
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-12
stage1: Add tests for C ABI integer return types
LemonBoy
2021-03-12
re-enable behavior/vector test for aarch64
Michael Dusan
2021-03-07
stage1: add tests for nosuspend async/resume
Veikka Tuominen
2021-03-04
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-02
disable failing behavior tests with llvm 12
Michael Dusan
2021-03-02
disable failing behavior tests with llvm 12
Andrew Kelley
2021-03-02
re-enable behavior tests: translate-c macros
Andrew Kelley
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-11
Merge pull request #7200 from Vexu/arr
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-04
Merge pull request #7592 from LemonBoy/fix-7188
Andrew Kelley
2021-01-02
Fix more stray uses of {} for formatting strings
LemonBoy
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-30
std: Clean up some tests
LemonBoy
2020-12-30
stage1: Allow variable capture for multi-prong switch arms
LemonBoy
2020-12-26
stage1: const_values_equal error union, improve remaining "TODO" panics
Veikka Tuominen
2020-12-25
fix tests
Vexu
[next]