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
Age
Commit message (
Expand
)
Author
2018-04-08
error return traces work with async return case
Andrew Kelley
2018-04-08
fix calling convention at callsite of zig-generated fns
Andrew Kelley
2018-03-28
fix compile time array concatenation for slices
Andrew Kelley
2018-03-27
fix crash when compile error in analyzing @panic call
Andrew Kelley
2018-03-24
fix invalid codegen for error return traces across suspend points
Andrew Kelley
2018-03-24
add comptime test for the type of suspend promise
Andrew Kelley
2018-03-24
add promise->T syntax parsing
Andrew Kelley
2018-03-24
fix async fns with inferred error sets
Andrew Kelley
2018-03-23
Fix OpqaueType usage in exported c functions
Marc Tiehuis
2018-03-22
ability to use async function pointers
Andrew Kelley
2018-03-21
change async function call syntax
Andrew Kelley
2018-03-17
add test for addIncludeDir for test step
Andrew Kelley
2018-03-14
fix tests broken by previous commit
Andrew Kelley
2018-03-13
Tests for zero-bit field compiler error
Andrea Orru
2018-03-13
fix casting a function to a pointer causing compiler crash
Andrew Kelley
2018-03-12
some return types disqualify comptime fn call caching
Andrew Kelley
2018-03-12
don't memoize comptime fn calls that access comptime mutable state
Andrew Kelley
2018-03-12
fix comptime slicing not preserving comptime mutability
Andrew Kelley
2018-03-12
fix incorrect setEvalBranchQuota compile error
Andrew Kelley
2018-03-10
add behavior test for coroutine frame allocation failure
Andrew Kelley
2018-03-09
don't memoize comptime functions if they can mutate state via parameters
Andrew Kelley
2018-03-08
fix partial inlining of binary math operator using old value
Andrew Kelley
2018-03-08
enums with 1 field and explicit tag type still get the tag type
Andrew Kelley
2018-03-08
Translate C now correctly converts ints, floats, ptrs and enums to bools
Jimmi Holst Christensen
2018-03-08
Translate C will now handle ignored return values
Jimmi Holst Christensen
2018-03-08
Merge branch 'master' of github.com:zig-lang/zig
Jimmi Holst Christensen
2018-03-08
Translate C can now translate switch statements again
Jimmi Holst Christensen
2018-03-07
add compile error for using @tagName on extern union
Andrew Kelley
2018-03-07
Ast Render no longer outputs erroneous semicolon
Jimmi Holst Christensen
2018-03-06
fix missing compile error for returning error from void async function
Andrew Kelley
2018-03-06
var is no longer a pseudo-type, it is syntax
Andrew Kelley
2018-03-06
fix assertion when taking slice of zero-length array
Andrew Kelley
2018-03-06
fix broken tests from previous commit
Andrew Kelley
2018-03-06
ptrCast builtin now gives an error for removing const qualifier
Andrew Kelley
2018-03-06
We now also use trans_to_bool_expr on bool not
Jimmi Holst Christensen
2018-03-06
expr to bool is now it's own function.
Jimmi Holst Christensen
2018-03-02
add optnone noinline to async functions
Andrew Kelley
2018-03-01
Merge remote-tracking branch 'origin/master' into async
Andrew Kelley
2018-03-01
coroutines: add await early test case
Andrew Kelley
2018-03-01
await keyword works
Andrew Kelley
2018-03-01
implementation of await
Andrew Kelley
2018-02-28
add test for coroutine suspend with block
Andrew Kelley
2018-02-28
implement coroutine resume
Andrew Kelley
2018-02-28
add atomicrmw builtin function
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-28
Merge branch 'fix795' of https://github.com/bnoordhuis/zig into bnoordhuis-fi...
Andrew Kelley
2018-02-28
fix assert on self-referencing function ptr field
Ben Noordhuis
2018-02-26
allow implicit cast from &const to ?&const &const
Ben Noordhuis
2018-02-23
allow implicit cast from `S` to `?&const S`
Ben Noordhuis
[next]