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
Age
Commit message (
Expand
)
Author
2022-09-12
remove pointless discards
Andrew Kelley
2022-09-12
stage2: change how defers are stored in Zir
Veikka Tuominen
2022-09-10
x86_64: pass more behavior tests
Jakub Konka
2022-09-10
Merge pull request #12799 from joachimschmidt557/stage2-arm
Jakub Konka
2022-09-10
type: print comptime on fn type params
Jacob Young
2022-09-10
translate-c: Escape non-ASCII characters that appear in macros
Evan Haas
2022-09-09
stage2 ARM: implement basic array_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: support larger function stacks
joachimschmidt557
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-09-09
stage2 ARM: implement field_parent_ptr
joachimschmidt557
2022-09-08
llvm: handle pointers in packed structs in more places
Veikka Tuominen
2022-09-08
Sema: preserve alignment of const decl pointers
Veikka Tuominen
2022-09-07
translate-c: convert tabs to `\t` in object-like macro string literals
Evan Haas
2022-09-04
llvm: fix the `type` parameter of `GlobalAlias`
riChar
2022-09-02
Sema: improve behavior of comptime_int backed enums
Veikka Tuominen
2022-09-02
Sema: resolve lazy value before intToFloat
Veikka Tuominen
2022-09-02
stage2 llvm: correct handling of zero-bit types in unionFieldPtr
Veikka Tuominen
2022-09-02
stage2 llvm: fix passing packed structs to callconv(.C) functions
Veikka Tuominen
2022-08-31
disable test for non-llvm backends
Veikka Tuominen
2022-08-31
translate-c: promote large integer macros to unsigned long long if necessary
Evan Haas
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-30
Sema: check that target supports tail calls
Veikka Tuominen
2022-08-30
stage2 llvm: use tag value instead of field index in airUnionInit
Veikka Tuominen
2022-08-30
Sema: improve handling of always_tail call modifier
Veikka Tuominen
2022-08-29
Merge pull request #12641 from Luukdegram/wasm-c-types
Andrew Kelley
2022-08-28
wasm: skip unimplemented behavior test
Luuk de Gram
2022-08-28
Sema: add missing calls to resolveStructLayout
Veikka Tuominen
2022-08-28
Sema: correct one possible value for tuples
Veikka Tuominen
2022-08-28
Sema: fix handling of non-standard int types in empty non-exhaustive enums
Veikka Tuominen
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-26
Add behavior test coverage for nested packed struct field access
David Gonzalez Martin
2022-08-26
Sema: ensure resolveTypeFields is called for optional and error union types
martinhath
2022-08-26
stage2: Reference to void constants
David Gonzalez Martin
2022-08-25
LLVM: fix missing alignment on wrapping instructions
Andrew Kelley
2022-08-25
Sema: ignore comptime params in partial func type check
Veikka Tuominen
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-24
Merge pull request #12623 from Vexu/stage2-fixes
Andrew Kelley
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-24
Sema: check one possible value earlier in `zirValidateArrayInit`
Veikka Tuominen
2022-08-24
Sema: do not construct nested partial function types
Veikka Tuominen
2022-08-23
skip failing f80 behavior tests on Windows
Jakub Konka
2022-08-22
add behavior test for copying array of vectors
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-22
Sema: fix implicit cast from extern fn to fn ptr
Veikka Tuominen
2022-08-22
Sema: allow optional pointers in packed structs
Veikka Tuominen
2022-08-22
Sema: make orelse with C pointers behave like stage1 for now
Veikka Tuominen
2022-08-22
Sema: resolve lazy values in `resolveMaybeUndefValIntable`
Veikka Tuominen
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
[next]