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
2018-08-03
better support for `_` identifier
kristopher tate
2018-07-30
add behavior tests for cancel semantics
Andrew Kelley
2018-07-14
codegen: Store returned value if type is 'handle_is_ptr' and function is not ...
Eduardo Sánchez Muñoz
2018-07-07
add @popCount intrinsic
Andrew Kelley
2018-07-04
fix await on early return when return type is struct
Andrew Kelley
2018-06-26
fix crash for optional pointer to empty struct
Andrew Kelley
2018-06-21
add casting docs, __extenddftf2, and __extendsftf2
Andrew Kelley
2018-06-21
Add test case
Isaac Hier
2018-06-16
disable byval
Andrew Kelley
2018-06-12
add docs and missing test case for merging error sets
Andrew Kelley
2018-05-13
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-12
add @newStackCall builtin function
Andrew Kelley
2018-05-09
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-03
Merge pull request #951 from alexnask/reflect_reify
Andrew Kelley
2018-05-02
Fixed inlining determination test (#972)
Alexandros Naskos
2018-05-01
Added type info tests to behavior test listing
Alexandros Naskos
2018-04-30
support foo.* for ptr deref
Andrew Kelley
2018-04-15
std.math.ln and std.math.exp use float strict mode
Andrew Kelley
2018-03-12
some return types disqualify comptime fn call caching
Andrew Kelley
2018-03-02
add optnone noinline to async functions
Andrew Kelley
2018-02-28
run coroutine tests only in Debug mode
Andrew Kelley
2018-02-28
better coroutine codegen, now passing first coro test
Andrew Kelley
2018-02-15
fix compiler crash when struct contains...
Andrew Kelley
2017-12-20
add labeled loops, labeled break, labeled continue. remove goto
Andrew Kelley
2017-12-14
fix compiler crash in a nullable if after an if in...
Andrew Kelley
2017-12-13
fix const and volatile qualifiers being dropped sometimes
Andrew Kelley
2017-11-03
more compile-time type reflection
Andrew Kelley
2017-10-27
add test case for previous commit
Andrew Kelley
2017-09-30
remove zigrt
Andrew Kelley
2017-08-29
fix bitfield pointer syntax
Andrew Kelley
2017-06-17
allow trailing commas
scurest
2017-06-15
fix alignOf builtin
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-05-09
ability to slice ptr to hard coded integer at comptime
Andrew Kelley
2017-05-02
fix compiler crash when referencing a variable...
Andrew Kelley
2017-04-19
test framework supports name prefix and filter argument
Andrew Kelley
[prev]