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
/
behavior
/
align.zig
Age
Commit message (
Expand
)
Author
2025-09-20
aarch64: enable fixed behavior
Jacob Young
2025-08-09
test: skip tests that were not meant to pass for spirv
Ali Cheraghi
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-06-28
riscv64: skip failing tests
Bingwu Zhang
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-03
Legalize: handle packed semantics
Jacob Young
2025-04-27
Sema: Fix some ptr alignment checks to handle a potential ISA tag bit.
Alex Rønne Petersen
2025-04-04
compiler: Update max int alignments for some targets.
Alex Rønne Petersen
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-22
Sema: Fix fnptr alignment safety checks to account for potential ISA tag.
Alex Rønne Petersen
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
x86_64: implement fallback for pcmpeqq
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-06
test: Disable `align(N) on functions` and `@alignCast functions` for thumbeb ...
Alex Rønne Petersen
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-10-23
Merge pull request #21697 from mlugg/callconv
Matthew Lugg
2024-10-22
tests: re-enable tests that now pass on aarch64-windows
kcbanner
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-09-12
test: Re-enable a bunch of behavior tests with LLVM.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-26
riscv: implement `@floatFromInt`
David Rubin
2024-07-26
riscv: clean up and unify encoding logic
David Rubin
2024-07-26
riscv: implement more operators
David Rubin
2024-07-21
std.Target: Remove the `r600` arch tag.
Alex Rønne Petersen
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: implement optional logic
David Rubin
2024-06-13
riscv: add `airAggregateInit` for arrays
David Rubin
2024-06-13
ZigObject: enforce min function alignement on riscv
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: switch progress + by-ref return progress
David Rubin
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: math progress
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-05-08
update maxIntAlignment for x86 to 16
Andrew Kelley
2024-05-08
std.Target.maxIntAlignment: move to compiler implementation
Andrew Kelley
2024-05-08
LLVM 18 uses 16 byte alignment for x86_64 i128
Andrew Kelley
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Sema: rework `@fieldParentPtr` to accept a pointer type
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-19
Merge pull request #19337 from Snektron/spirv-globals
Robin Voetter
2024-03-18
spirv: unused instruction pruning linker pass
Robin Voetter
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-02-04
spirv: update tests
Robin Voetter
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
[next]