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
2021-10-13
Sema: implement comptime `coerce_result_ptr` and `alloc`
Andrew Kelley
2021-10-11
stage2: support nested structs and arrays and sret
Andrew Kelley
2021-10-04
stage2: fix comptime `@bitCast`
Andrew Kelley
2021-10-04
stage2: fix Type max/min int calculation
Andrew Kelley
2021-10-02
AstGen: fix `while` and `for` with unreachable bodies
Andrew Kelley
2021-09-29
move some behavior tests to the "passing for stage2" section
Andrew Kelley
2021-09-28
stage2: more arithmetic support
Andrew Kelley
2021-09-28
Stage 2: Support inst.func() syntax (#9827)
Martin Wickham
2021-09-23
Stage2: Implement comptime closures and the This builtin (#9823)
Martin Wickham
2021-09-22
stage2: fix AstGen for some struct syntaxes
Andrew Kelley
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-21
stage2: enable f16 math
Andrew Kelley
2021-09-20
stage2: various fixes to cImport, sizeOf and types to get tests passing
Veikka Tuominen
2021-09-20
stage2: improve handling of 0 bit types
Andrew Kelley
2021-09-16
move behavior test to "passing for stage2" section
Andrew Kelley
2021-09-13
stage2: fix incorrect spelling of AtomicOrder
Andrew Kelley
2021-09-01
move syntax tests out of behavior tests
Andrew Kelley
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-30
Add comptime memory tests
Martin Wickham
2021-08-20
stage2: field type expressions support referencing locals
Andrew Kelley
2021-08-19
Add mask before truncating dereferenced bit pointers (#9584)
Robin Voetter
2021-08-12
stage2 llvm backend: implement const inttoptr
Andrew Kelley
2021-08-07
stage2: pass some error union tests
Andrew Kelley
2021-08-07
stage2: pass some pointer tests
Andrew Kelley
2021-08-07
Sema: implement alloc_inferred_comptime
Andrew Kelley
2021-08-05
stage2: implement generic function memoization
Andrew Kelley
2021-08-01
Sema: implement comptime variables
Andrew Kelley
2021-07-27
stage2: implement `@boolToInt`
Andrew Kelley
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-26
Add @select
Robin Voetter
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-06-16
tagName: return a null-terminated slice
Daniele Cocca
2021-06-10
zig fmt
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-02
@bitreverse intrinsic, part of #767 (#1865)
vegecode
2018-12-19
Fixed intToPtr to fn type when the address is hardcoded (#1842)
Jimmi Holst Christensen
2018-12-17
fix comptime pointer reinterpretation array index offset
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-09-21
stage1: unify 2 implementations of pointer deref
Andrew Kelley
2018-09-20
better string literal caching implementation
Andrew Kelley
2018-09-17
somewhat realistic usecase test for shifting strange integer sizes
Josh Wolfe
2018-09-14
fix tagged union with all void payloads but meaningful tag
Andrew Kelley
2018-09-11
fix incorrect error union const value generation
Andrew Kelley
2018-09-11
fix incorrect union const value generation
Andrew Kelley
2018-09-07
C ABI: support returning large structs on x86_64
Andrew Kelley
2018-09-05
add test case for #726
Andrew Kelley
2018-08-27
fix false negative determining if function is generic
Andrew Kelley
2018-08-22
fix incorrectly generating an unused const fn global
Andrew Kelley
[prev]
[next]