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
/
src
/
all_types.hpp
Age
Commit message (
Expand
)
Author
2018-04-08
fixups from rebase
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-04-08
error return traces work with async return case
Andrew Kelley
2018-04-08
put the error return addresses in the coro frame
Andrew Kelley
2018-04-08
error return traces for the early return case
Andrew Kelley
2018-03-24
fix invalid codegen for error return traces across suspend points
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-24
move error ret tracing codegen to zig ir
Andrew Kelley
2018-03-22
ability to use async function pointers
Andrew Kelley
2018-03-13
fix casting a function to a pointer causing compiler crash
Andrew Kelley
2018-03-12
don't memoize comptime fn calls that access comptime mutable state
Andrew Kelley
2018-03-12
fix incorrect setEvalBranchQuota compile error
Andrew Kelley
2018-03-10
fix await multithreaded data race
Andrew Kelley
2018-03-09
don't memoize comptime functions if they can mutate state via parameters
Andrew Kelley
2018-03-07
add compile error for using @tagName on extern union
Andrew Kelley
2018-03-06
var is no longer a pseudo-type, it is syntax
Andrew Kelley
2018-03-01
await keyword works
Andrew Kelley
2018-03-01
implementation of await
Andrew Kelley
2018-02-28
implement coroutine resume
Andrew Kelley
2018-02-28
add atomicrmw builtin function
Andrew Kelley
2018-02-28
break the data dependencies that llvm coro transforms cant handle
Andrew Kelley
2018-02-28
another workaround for llvm coroutines
Andrew Kelley
2018-02-27
revert workaround for alloc and free as coro params
Andrew Kelley
2018-02-27
Revert "another llvm workaround for getelementptr"
Andrew Kelley
2018-02-27
another llvm workaround for getelementptr
Andrew Kelley
2018-02-26
workaround llvm coro transformations
Andrew Kelley
2018-02-26
implement coroutine suspend
Andrew Kelley
2018-02-26
parse await and suspend syntax
Andrew Kelley
2018-02-25
codegen for coro_resume instruction
Andrew Kelley
2018-02-25
codegen for coro_free instruction
Andrew Kelley
2018-02-25
codegen for coro_end instruction
Andrew Kelley
2018-02-25
codegen for coro_suspend instruction
Andrew Kelley
2018-02-25
codegen for coro_begin instruction
Andrew Kelley
2018-02-25
codegen for coro_alloc and coro_size instructions
Andrew Kelley
2018-02-25
codegen for coro_id instruction
Andrew Kelley
2018-02-25
codegen for cancel
Andrew Kelley
2018-02-23
implement Zig IR for async functions
Andrew Kelley
2018-02-22
IR analysis for coro.begin
Andrew Kelley
2018-02-21
add coroutine startup IR to async functions
Andrew Kelley
2018-02-21
implement IR analysis for async function calls
Andrew Kelley
2018-02-20
add promise type
Andrew Kelley
2018-02-20
parse async fn definitions
Andrew Kelley
2018-02-20
parse async fn calls and cancel expressions
Andrew Kelley
2018-02-08
error set casting building
Andrew Kelley
2018-02-04
add --forbid-library
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-01-31
*WIP* error sets
Andrew Kelley
2018-01-30
add compile error for duplicate struct, enum, union fields
Andrew Kelley
2018-01-25
rename "debug safety" to "runtime safety"
Andrew Kelley
[next]