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-24
test: Add test cases for PIC/PIE on various supported platforms.
Alex Rønne Petersen
2024-11-24
test: Allow setting PIC/PIE in test cases.
Alex Rønne Petersen
2024-11-24
test: Enable -Dtest-target-filter=... to work for test-debugger.
Alex Rønne Petersen
2024-11-24
test: Enable -Dtest-target-filter=... to work for test-cases and test-transla...
Alex Rønne Petersen
2024-11-24
test: Enable -Dtest-target-filter=... to work for test-c-abi.
Alex Rønne Petersen
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-23
lldb: implement tuple types
Jacob Young
2024-11-23
compiler: Disallow align(0) everywhere in the language.
Alex Rønne Petersen
2024-11-20
Fix peer type resolution with allowzero pointers
xdBronch
2024-11-16
Sema: fix peer resolution alignment between slice and empty struct
Jacob Young
2024-11-16
link: fix failing incremental test cases
Jacob Young
2024-11-12
AstGen: add missing `rvalue` call to `labeledBlockExpr`
mlugg
2024-11-11
test: add new incremental case
mlugg
2024-11-11
test: remove old-style incremental cases, add a few new incremental cases
mlugg
2024-11-09
Sema: fix wording in error message
Wooster
2024-11-05
Revert "test: Add aarch64_be-linux-(none,gnu,musl) to module tests."
Alex Rønne Petersen
2024-11-04
test: Add aarch64_be-linux-(none,gnu,musl) to module tests.
Alex Rønne Petersen
2024-11-04
test: Disable 128-bit atomics behavior tests on aarch64_be.
Alex Rønne Petersen
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
[next]