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
/
analyze.cpp
Age
Commit message (
Expand
)
Author
2019-08-16
add compile error for @Frame() of generic function
Andrew Kelley
2019-08-15
fix error return traces for async calls of blocking functions
Andrew Kelley
2019-08-15
remove `cancel`
Andrew Kelley
2019-08-14
codegen for async call of blocking function
Andrew Kelley
2019-08-14
add compile error for await in exported function
Andrew Kelley
2019-08-14
respect local variable alignment in async functions
Andrew Kelley
2019-08-13
get_struct_type accepts field alignment overrides
Andrew Kelley
2019-08-13
avoid the word "coroutine", they're "async functions"
Andrew Kelley
2019-08-13
alignment of structs no longer depends on LLVM
Andrew Kelley
2019-08-13
Merge remote-tracking branch 'origin/master' into rewrite-coroutines
Andrew Kelley
2019-08-13
flip the order of fields in error unions
Andrew Kelley
2019-08-11
fix async function frames not aligned enough
Andrew Kelley
2019-08-11
all tests passing
Andrew Kelley
2019-08-10
fix try in an async function with error union and non-zero-bit payload
Andrew Kelley
2019-08-09
fix cancel inside an errdefer
Andrew Kelley
2019-08-08
better compile errors when frame depends on itself
Andrew Kelley
2019-08-08
add compile error for unable to determine async fn frame
Andrew Kelley
2019-08-07
implement cancel
Andrew Kelley
2019-08-06
passing the error return trace async function test
Andrew Kelley
2019-08-06
improve async function semantics
Andrew Kelley
2019-08-05
async functions have error return traces where appropriate
Andrew Kelley
2019-08-05
support async functions with inferred error sets
Andrew Kelley
2019-08-04
suspension points inside branching control flow
Andrew Kelley
2019-08-03
fix regression in calling extern functions
Andrew Kelley
2019-08-03
implement `@asyncCall` which supports async function pointers
Andrew Kelley
2019-08-03
add compile error for calling async function pointer
Andrew Kelley
2019-08-02
implement async await and return
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-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-26
async functions return void, no more GetSize resume block
Andrew Kelley
2019-07-25
calling an inferred async function
Andrew Kelley
2019-07-24
implement local variables in async functions
Andrew Kelley
2019-07-23
add error for function with ccc indirectly calling async function
Andrew Kelley
2019-07-23
inferring async from async calls
Andrew Kelley
2019-07-22
Merge remote-tracking branch 'origin/master' into rewrite-coroutines
Andrew Kelley
2019-07-22
fix multiple coroutines existing clobbering each other
Andrew Kelley
2019-07-22
fix usingnamespace analyzing the expression multiple times
Andrew Kelley
2019-07-21
implement async function parameters
Andrew Kelley
2019-07-21
simple async function passing test
Andrew Kelley
2019-07-21
simple async function call working
Andrew Kelley
2019-07-19
remove coroutines implementation and promise type
Andrew Kelley
2019-07-19
fix usingnamespace
Andrew Kelley
2019-07-16
rename internal names regarding `usingnamespace`
Andrew Kelley
2019-06-29
fix stack escape in add_source_file()
Michael Dusan
2019-06-26
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-25
fix union init with void payload
Andrew Kelley
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-06-21
fix implicit cast to optional to error union to return result loc
Andrew Kelley
[next]