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.zig
Age
Commit message (
Expand
)
Author
2022-01-24
Add `union` support to the C backend.
Cody Tapscott
2022-01-24
Fix rendering of `void` function args
Cody Tapscott
2022-01-23
c backend: Implement aligning fields and local/global variables
Jimmi Holst Christensen
2022-01-18
Merge pull request #10624 from ziglang/prefetch
Andrew Kelley
2022-01-18
Sema: implement declarations for `@typeInfo`
Andrew Kelley
2022-01-18
Merge pull request #10625 from ziglang/stage2-x86_64-inline-memset
Jakub Konka
2022-01-18
stage2: implement `@prefetch`
Andrew Kelley
2022-01-18
Revert "stage2: implement `@prefetch`"
Andrew Kelley
2022-01-18
stage2: partially implement intcast on x86_64
Jakub Konka
2022-01-17
Sema: implement else capture value
Andrew Kelley
2022-01-17
behavior tests: a couple more switch cases are passing
Andrew Kelley
2022-01-17
stage2: return error.SkipZigTest in unsupported behavior tests
Jakub Konka
2022-01-17
stage2: implement airArrayToSlice for x86_64
Jakub Konka
2022-01-17
stage2: implement airCondBr for immediate MCValue in x86_64
Jakub Konka
2022-01-16
behavior tests: move tests around
Andrew Kelley
2022-01-15
stage2 ARM: implement load for stack_offset + stack_argument_offset
joachimschmidt557
2022-01-15
stage2: implement `@prefetch`
Andrew Kelley
2022-01-10
wasm: Basic 128bit integer support
Luuk de Gram
2022-01-09
stage2 ARM: pass behavior/bool.zig
joachimschmidt557
2022-01-08
wasm: Implement arrays
Luuk de Gram
2022-01-08
Merge pull request #10542 from Hejsil/stage2-bit-offset-of
Andrew Kelley
2022-01-08
stage2: implement @src
Robin Voetter
2022-01-08
stage2: @errorName sema+llvm
Robin Voetter
2022-01-08
Implement bitOffsetOf
Jimmi Holst Christensen
2022-01-07
bit_shifting.zig now passes stage2 llvm backend
Jimmi Holst Christensen
2022-01-06
stage2: Implement validating switch on errors
Jimmi Holst Christensen
2022-01-06
ci: add test coverage for self-hosted arm and x86_64 backends
Andrew Kelley
2022-01-06
C backend is passing test/behavior/undefined.zig
Andrew Kelley
2022-01-06
stage2: implement basics of airWrapErrUnionErr
Jakub Konka
2022-01-04
Sema: better code generated for struct literals
Andrew Kelley
2022-01-04
stage2: introduce std.builtin.CompilerBackend
Andrew Kelley
2022-01-04
wasm: Implement memset, and sret arguments.
Luuk de Gram
2022-01-04
stage2: turn several panics into codegen errors
Jakub Konka
2022-01-02
stage2 ARM: implement wrap_errunion_err for empty payloads
joachimschmidt557
2022-01-01
behavior tests: add a "passing for arm backend" section
Andrew Kelley
2022-01-01
wasm: Fix loading from pointers to support defer
Luuk de Gram
2022-01-01
wasm: Implement pointer arithmetic and refactoring:
Luuk de Gram
2022-01-01
wasm: Implement memCpy and get if behavior tests passing
Luuk de Gram
2022-01-01
wasm: Implement @ptrToInt and fix indirect function call
Luuk de Gram
2022-01-01
wasm: Implement `array_to_slice` and bug fixes:
Luuk de Gram
2022-01-01
wasm: Pass 'bugs' behavior tests
Luuk de Gram
2022-01-01
wasm: Fix storing error. Pass bool.zig behavior tests
Luuk de Gram
2021-12-30
CBE; implement airLoad and airStore for arrays (#10452)
drew
2021-12-29
compiler_rt: move more functions to the stage2 section
Andrew Kelley
2021-12-27
Sema: fix anytype parameters whose types require comptime
Andrew Kelley
2021-12-27
stage2: LLVM backend: fix const packed structs
Andrew Kelley
2021-12-27
stage2: make tests/behaviour/void.zig work with c backend
Matthew Hall
2021-12-27
AstGen: fix loop result locations
Andrew Kelley
2021-12-27
stage2: LLVM backend: implement `@tagName` for enums
Andrew Kelley
2021-12-11
stage1: implement @prefetch() builtin
Isaac Freund
[prev]
[next]