COMMITS
/ test/behavior.zig February 4, 2022
A
Sema: fixes to fieldVal, resolveStructFully, Type.eql
Andrew Kelley committed
February 3, 2022
L
Move passing behavior tests
Luuk de Gram committed
February 2, 2022
J
elf: add basic handling of .data section
Jakub Konka committed
February 1, 2022
J
x86_64: pass more behaviour tests
Jakub Konka committed
A
update behavior tests and compile error tests
Andrew Kelley committed
January 29, 2022
A
Sema: improved comptime `%` syntax
Andrew Kelley committed
January 27, 2022
A
organize behavior tests
Andrew Kelley committed
A
Sema: implement struct init is_ref=true
Andrew Kelley committed
January 26, 2022
J
stage2: add zero- and sign-extend moves to x86_64
Jakub Konka committed
A
organize behavior tests
Andrew Kelley committed
January 23, 2022
L
wasm: Implement genTypedValue for enums
Luuk de Gram committed
January 21, 2022
A
stage2: type system treats fn ptr and body separately
Andrew Kelley committed
January 24, 2022
C
Run `zig fmt`
Cody Tapscott committed
C
Add `union` support to the C backend.
Cody Tapscott committed
C
Fix rendering of `void` function args
Cody Tapscott committed
January 20, 2022
J
c backend: Implement aligning fields and local/global variables
Jimmi Holst Christensen committed
January 19, 2022
A
Merge pull request #10624 from ziglang/prefetch
Andrew Kelley committed
A
Sema: implement declarations for `@typeInfo`
Andrew Kelley committed
January 18, 2022
J
Merge pull request #10625 from ziglang/stage2-x86_64-inline-memset
Jakub Konka committed
A
stage2: implement `@prefetch`
Andrew Kelley committed
A
Revert "stage2: implement `@prefetch`"
Andrew Kelley committed
J
stage2: partially implement intcast on x86_64
Jakub Konka committed
A
Sema: implement else capture value
Andrew Kelley committed
A
behavior tests: a couple more switch cases are passing
Andrew Kelley committed
January 17, 2022
J
stage2: return error.SkipZigTest in unsupported behavior tests
Jakub Konka committed
J
stage2: implement airArrayToSlice for x86_64
Jakub Konka committed
J
stage2: implement airCondBr for immediate MCValue in x86_64
Jakub Konka committed
January 16, 2022
A
behavior tests: move tests around
Andrew Kelley committed
January 15, 2022
J
stage2 ARM: implement load for stack_offset + stack_argument_offset
joachimschmidt557 committed
A
stage2: implement `@prefetch`
Andrew Kelley committed
January 10, 2022
L
wasm: Basic 128bit integer support
Luuk de Gram committed
January 9, 2022
J
stage2 ARM: pass behavior/bool.zig
joachimschmidt557 committed
January 8, 2022
L
wasm: Implement arrays
Luuk de Gram committed
A
Merge pull request #10542 from Hejsil/stage2-bit-offset-of
Andrew Kelley committed
R
stage2: implement @src
Robin Voetter committed
R
stage2: @errorName sema+llvm
Robin Voetter committed
J
Implement bitOffsetOf
Jimmi Holst Christensen committed
January 7, 2022
J
bit_shifting.zig now passes stage2 llvm backend
Jimmi Holst Christensen committed
January 6, 2022
J
stage2: Implement validating switch on errors
Jimmi Holst Christensen committed
A
ci: add test coverage for self-hosted arm and x86_64 backends
Andrew Kelley committed
A
C backend is passing test/behavior/undefined.zig
Andrew Kelley committed
January 5, 2022
J
stage2: implement basics of airWrapErrUnionErr
Jakub Konka committed
A
Sema: better code generated for struct literals
Andrew Kelley committed
A
stage2: introduce std.builtin.CompilerBackend
Andrew Kelley committed
January 4, 2022
L
wasm: Implement memset, and sret arguments.
Luuk de Gram committed
J
stage2: turn several panics into codegen errors
Jakub Konka committed
January 2, 2022
J
stage2 ARM: implement wrap_errunion_err for empty payloads
joachimschmidt557 committed
January 1, 2022
A
behavior tests: add a "passing for arm backend" section
Andrew Kelley committed
L
wasm: Fix loading from pointers to support defer
Luuk de Gram committed
December 31, 2021
L
wasm: Implement pointer arithmetic and refactoring:
Luuk de Gram committed