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
2024-11-04
test: Disable some vector behavior tests on aarch64_be.
Alex Rønne Petersen
2024-11-04
test: Remove some unsupported ohos triples from llvm_targets.
Alex Rønne Petersen
2024-11-04
test: Disable `reinterpret packed union` on all big endian targets.
Alex Rønne Petersen
2024-11-03
Merge pull request #21843 from alexrp/callconv-followup
Alex Rønne Petersen
2024-11-03
Merge pull request #21599 from alexrp/thumb-porting
Alex Rønne Petersen
2024-11-03
test: Add thumb-linux-(musl)eabi(hf) target triples for module tests.
Alex Rønne Petersen
2024-11-03
test: Add the ability to skip specific modules for a target.
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
Sema: Disallow calling functions with certain special calling conventions.
Alex Rønne Petersen
2024-11-02
std.zig.target: Change mips64(el)-linux-musl triples to -muslabi64.
Alex Rønne Petersen
2024-11-02
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen
2024-11-02
Merge pull request #21617 from alexrp/target-dyld-stuff
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-29
link/Elf: ensure we always sort all relocations by r_offset in -r mode
Jakub Konka
2024-10-29
Merge pull request #21826 from Snektron/spirv-vulkan
Robin Voetter
2024-10-28
Sema: add missing coercion to bool for condbr_inline
mlugg
2024-10-27
fix compile error tests with unstable error sets
Robin Voetter
2024-10-27
spirv: forbid merging logical pointers
Robin Voetter
2024-10-26
test: Add some missing android, haiku, illumos, solaris triples to llvm_targets.
Alex Rønne Petersen
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-24
Sema: fix check for whether current AnalUnit is a test function
Veikka Tuominen
2024-10-23
more helpful message when testTlsOffsetAlignment fails
Andrew Kelley
2024-10-23
use deterministic order in relocatable-eh-frame tests
Andrew Kelley
2024-10-23
split a fat test case
Andrew Kelley
2024-10-23
better error messages
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-23
move ld script processing to the frontend
Andrew Kelley
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-23
Merge pull request #21697 from mlugg/callconv
Matthew Lugg
2024-10-22
tests: add tests for is_dll_import externs
kcbanner
2024-10-22
tests: re-enable tests that now pass on aarch64-windows
kcbanner
2024-10-21
coff: fix incorrect default `image_base` values and re-enable shared library ...
kcbanner
2024-10-20
compiler: Disallow function alignment for nvptx and spirv.
Alex Rønne Petersen
2024-10-19
riscv: disable failing test
mlugg
2024-10-19
Sema: add and improve some callconv compile errors
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-10-18
incremental: disable flaky test
mlugg
2024-10-18
compiler: implement `@FieldType`
mlugg
2024-10-17
Merge pull request #21610 from alexrp/riscv-abis
Andrew Kelley
2024-10-16
incremental: disable failing test
mlugg
2024-10-16
incremental: introduce `file` dependencies to handle AstGen failures
mlugg
2024-10-16
incremental: add new test case
mlugg
2024-10-16
test: Remove some loongarch32 triples that were erroneously added to llvm_tar...
Alex Rønne Petersen
2024-10-15
test: Add riscv(32,64)-linux-(none,musl) with soft float to module tests.
Alex Rønne Petersen
2024-10-14
Sema: fail if analyzing return in `noreturn`-declared function before coercin...
gabeuehlein
2024-10-13
Merge pull request #21688 from Snektron/spirv-fix
Robin Voetter
2024-10-12
implement packed struct equality (#21679)
David Rubin
2024-10-13
spirv: skip range switch tests
Robin Voetter
2024-10-10
link.Elf tests: update for new static lib behavior
Andrew Kelley
2024-10-10
linker tests: avoid trivially unnecessary allocation
Andrew Kelley
[prev]
[next]