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
/
stage1
/
behavior.zig
Age
Commit message (
Expand
)
Author
2019-05-06
stage1: add @hasField() built-in
Shawn Landden
2019-04-30
add test case to cover solved bug
Andrew Kelley
2019-04-24
fixed #2356
Jimmi HC
2019-04-08
Import 1607.zig to behavior.zig
Jimmi Holst Christensen
2019-04-04
add regression test for #1025
Andrew Kelley
2019-03-23
add regression tests for a bug fixed by an older commit
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-03-02
fix @typeName on slices
Andrew Kelley
2019-03-01
fix dependency loops, pub, tests, use decls, root source
Andrew Kelley
2019-02-26
fix handling when there are multiple externs and
Andrew Kelley
2019-02-25
fix incorrectly trying to memset at comptime
Andrew Kelley
2019-02-25
add a regression test for #704
Andrew Kelley
2019-02-25
fix infinite recursion in type_has_one_possible_value
Andrew Kelley
2019-02-22
add regression test for bitcast to array
Andrew Kelley
2019-02-21
`@sliceToBytes` works at comptime
Andrew Kelley
2019-02-20
packed structs support comptime bitcasting
Andrew Kelley
2019-02-15
breaking: fix @sizeOf to be alloc size rather than store size
Andrew Kelley
2019-02-04
SIMD: array to vector, vector to array, wrapping int add
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley