| 7 years ago | Andrew Kelley | | add runtime safety for resuming an awaiting function |
| 7 years ago | Andrew Kelley | | add compile error for async call of function pointer |
| 7 years ago | Andrew Kelley | | implement async functions returning structs |
| 7 years ago | Andrew Kelley | | add heap allocated async function frame test |
| 7 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into rewrite-coroutines |
| 7 years ago | Andrew Kelley | | Merge branch 'master' into rewrite-coroutines |
| 7 years ago | Andrew Kelley | | implement async await and return |
| 7 years ago | Andrew Kelley | | more passing coroutine tests |
| 7 years ago | Andrew Kelley | | fix calling an inferred async function |
| 7 years ago | Andrew Kelley | | reimplement async with function splitting instead of switch |
| 7 years ago | Andrew Kelley | | improve support for anyframe and anyframe->T |
| 7 years ago | Andrew Kelley | | add the `anyframe` and `anyframe->T` types |
| 7 years ago | Andrew Kelley | | async functions return void, no more GetSize resume block |
| 7 years ago | Andrew Kelley | | `@frameSize` works via PrefixData |
| 7 years ago | Andrew Kelley | | implement `@frameSize` |
| 7 years ago | Andrew Kelley | | implement `@frame` and `@Frame` |
| 7 years ago | Andrew Kelley | | calling an inferred async function |
| 7 years ago | Andrew Kelley | | implement local variables in async functions |
| 7 years ago | Andrew Kelley | | add error for function with ccc indirectly calling async function |
| 7 years ago | Andrew Kelley | | inferring async from async calls |
| 7 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' into rewrite-coroutines |
| 7 years ago | Andrew Kelley | | fix multiple coroutines existing clobbering each other |
| 7 years ago | Andrew Kelley | | fix suspend at end of function |
| 7 years ago | Andrew Kelley | | disable segfault handler when panicking |
| 7 years ago | Andrew Kelley | | fix wrong calling convention on async resume |
| 7 years ago | Andrew Kelley | | implement async function parameters |
| 7 years ago | Andrew Kelley | | implement coroutine resume |
| 7 years ago | Andrew Kelley | | simple async function passing test |
| 7 years ago | Andrew Kelley | | returning from async fn adds bad resume safety |
| 7 years ago | Andrew Kelley | | fix not jumping to entry |
| 7 years ago | Andrew Kelley | | remove errors for async calling convention |
| 7 years ago | Andrew Kelley | | simple async function call working |
| 7 years ago | Andrew Kelley | | remove coroutines implementation and promise type |
| 7 years ago | Andrew Kelley | | Merge branch 'fengb-tokenize-ampamp' |
| 7 years ago | Andrew Kelley | | fix usingnamespace |
| 7 years ago | Andrew Kelley | | zig build: add valgrind cli options |
| 7 years ago | Michael Dusan | | closes #2916 |
| 7 years ago | Andrew Kelley | | WIN32 -> _WIN32 |
| 7 years ago | Andrew Kelley | | back to msvc as the default C ABI on Windows |
| 7 years ago | dimenus | | fixed slice length in getEnvVarOwned |
| 7 years ago | Andrew Kelley | | libc headers before C language headers, and disable libunwind on arm32 |
| 7 years ago | Andrew Kelley | | Merge branch 'update-musl' |
| 7 years ago | Andrew Kelley | | rename internal names regarding `usingnamespace` |
| 7 years ago | Andrew Kelley | | Merge branch 'JohnathanFL-master' |
| 7 years ago | Andrew Kelley | | Merge branch 'msvc-libc-2064' of https://github.com/dimenus/zig into dimenus-msvc-libc-2064 |
| 7 years ago | daurnimator | | cmake: allow user to select static vs dynamic LLVM |
| 7 years ago | Andrew Kelley | | retire the example/ folder, rename test-build-examples to "standalone" |
| 7 years ago | Andrew Kelley | | fix documentation regarding mixing object files |
| 7 years ago | Andrew Kelley | | Merge branch 'SamTebbs33-main-return' |
| 7 years ago | emekoi | | fixed size of ZigClangAPValue on mingw-w64 |
|