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
2022-05-30
Sema: implement functions generic across callconv() or align()
Andrew Kelley
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-26
fix alignment behavior test case
Andrew Kelley
2022-05-25
mark some more behavior tests as passing
Andrew Kelley
2022-05-17
stage2: fix pointer arithmetic result type
Andrew Kelley
2022-05-18
wasm: enable 128bit integer behavior tests
Luuk de Gram
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-07
arm: lock dest register in shl_overflow so that we do not spill it
Jakub Konka
2022-05-07
regalloc: ensure we only freeze/unfreeze at the outermost scope
Jakub Konka
2022-05-04
stage2: change max int align from 8 to 16 for more ISAs
Andrew Kelley
2022-05-04
stage2: fix `@sizeOf` for structs with comptime fields
Andrew Kelley
2022-05-04
stage2: change x86_64 max int alignment from 8 to 16
Andrew Kelley
2022-05-04
stage2: improve `@sizeOf` and `@alignOf` integers
Andrew Kelley
2022-03-19
stage2: Correctly align decls for comptime allocs
Cody Tapscott
2022-03-18
stage2 ARM: implement slice_elem_ptr, ptr_elem_ptr
joachimschmidt557
2022-03-13
stage2 AArch64: enable mul for ints with <= 64 bits
joachimschmidt557
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-09
Sema: implement pointer to tuple to pointer to array coercion
Andrew Kelley
2022-03-09
Sema: implement pointer-to-tuple coercion to slice and struct
Andrew Kelley
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-08
stage2 ARM: implement ptr_add, ptr_sub for all element sizes
joachimschmidt557
2022-03-06
wasm: call into `generateSymbol` when lowering
Luuk de Gram
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-04
stage2 ARM: generate less no-op branches
joachimschmidt557
2022-03-01
Merge pull request #11016 from ziglang/x64-more-codegen
Jakub Konka
2022-02-28
Sema: fix pointer type hash and equality functions
Andrew Kelley
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-25
macho: redo selection of segment/section for decls and consts
Jakub Konka
2022-02-23
stage2 AArch64: more support for MCValue.got_load and direct_load
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-21
stage2 AArch64: pass a few more behavior tests
joachimschmidt557
2022-02-21
stage2 AArch64: implement genSetReg for ptr_stack_offset
joachimschmidt557
2022-02-17
x64: fix ptr_add and ptr_sub
Jakub Konka
2022-02-16
x64: fix ptr_add
Jakub Konka
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-08
stage2 ARM: support all integer types in genTypedValue
joachimschmidt557
2022-02-07
stage2: lower unnamed constants in Elf and MachO
Jakub Konka
2022-02-06
stage2 ARM: enable a handful of passing behavior tests
joachimschmidt557
2022-01-26
organize behavior tests
Andrew Kelley
2022-01-24
behavior tests: prevent disabled tests from lowering std.Target
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-23
c backend: Implement aligning fields and local/global variables
Jimmi Holst Christensen
2022-01-19
stage2: fix passing arguments on the stack
Jakub Konka
2022-01-17
stage2: return error.SkipZigTest in unsupported behavior tests
Jakub Konka
2022-01-17
stage2: implement airArrayToSlice for x86_64
Jakub Konka
2021-12-29
compiler_rt: move more functions to the stage2 section
Andrew Kelley
2021-10-22
stage2: implement aligned variables and `@alignCast`
Andrew Kelley
2021-10-22
stage2: slice and alignment fixes
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
[next]