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
Group-Canceled
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
groupAwait
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
Age
Commit message (
Expand
)
Author
2019-08-02
assignment participates in result location
Andrew Kelley
2019-08-02
implement async await and return
Andrew Kelley
2019-08-01
more passing coroutine tests
Andrew Kelley
2019-08-01
fix calling an inferred async function
Andrew Kelley
2019-08-01
reimplement async with function splitting instead of switch
Andrew Kelley
2019-08-01
disable behavior test for 128-bit cmpxchg
Andrew Kelley
2019-08-01
allow 128 bit cmpxchg on x86_64
Andrew Kelley
2019-07-29
improve support for anyframe and anyframe->T
Andrew Kelley
2019-07-26
add the `anyframe` and `anyframe->T` types
Andrew Kelley
2019-07-25
implement `@frameSize`
Andrew Kelley
2019-07-25
implement `@frame` and `@Frame`
Andrew Kelley
2019-07-25
calling an inferred async function
Andrew Kelley
2019-07-24
add test for previous commit
Andrew Kelley
2019-07-24
implement local variables in async functions
Andrew Kelley
2019-07-22
fix multiple coroutines existing clobbering each other
Andrew Kelley
2019-07-21
implement async function parameters
Andrew Kelley
2019-07-21
implement coroutine resume
Andrew Kelley
2019-07-21
simple async function passing test
Andrew Kelley
2019-07-19
remove coroutines implementation and promise type
Andrew Kelley
2019-07-19
fix usingnamespace
Andrew Kelley
2019-07-06
Add implicit cast for *[N]T to [*c]T
SamTebbs33
2019-07-04
Unicode escapes: stage1 tokenizer and behavior tests
hryx
2019-07-04
improve the error message and test coverage
Andrew Kelley
2019-07-03
Merge branch 'impl-1107' of https://github.com/emekoi/zig into emekoi-impl-1107
Andrew Kelley
2019-07-03
added tests for #1107 and a note in the reference
emekoi
2019-07-03
Merge branch 'comptime-union-init' of https://github.com/rbscott/zig into rbs...
Andrew Kelley
2019-07-02
fixups
Andrew Kelley
2019-07-02
Merge branch 'has-field' of https://github.com/shawnl/zig into shawnl-has-field
Andrew Kelley
2019-06-27
fix for with null and T peer types and inferred result location type
Andrew Kelley
2019-06-27
fix switch with null and T peer types and inferred result location type
Andrew Kelley
2019-06-26
add test case for defer modifying return value before returned
Andrew Kelley
2019-06-26
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-26
fix peer type resolution: unreachable, error set, unreachable
Andrew Kelley
2019-06-26
fix peer type resolution with null
Andrew Kelley
2019-06-25
fix implicit cast vector to array
Andrew Kelley
2019-06-25
fix union init with void payload
Andrew Kelley
2019-06-23
Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2
Andrew Kelley
2019-06-23
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-06-22
heap: make one global instance of DirectAllocator
Sahnvour
2019-06-22
fix implicit cast fn call result to optional in field result
Andrew Kelley
2019-06-21
fix return result loc and then switch with range...
Andrew Kelley
2019-06-21
fix implicit cast to optional to error union to return result loc
Andrew Kelley
2019-06-21
fix implicit cast bitcast result to error union by returning
Andrew Kelley
2019-06-21
fix extern functions returning byval structs
Andrew Kelley
2019-06-21
fix nested orelse and nested catch
Andrew Kelley
2019-06-21
fix regression with zero sized array
Andrew Kelley
2019-06-20
fix loops with multiple break statements
Andrew Kelley
2019-06-19
fix peer result loc fn call with comptime condition
Andrew Kelley
2019-06-19
fix labeled break inside comptime if inside runtime if
Andrew Kelley
[prev]
[next]