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
/
ir.cpp
Age
Commit message (
Expand
)
Author
2018-03-22
ability to use async function pointers
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
Compiler error when taking @offsetOf of void struct member
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
fix comptime slicing not preserving comptime mutability
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-08
fix partial inlining of binary math operator using old value
Andrew Kelley
2018-03-07
add compile error for using @tagName on extern union
Andrew Kelley
2018-03-06
fix missing compile error for returning error from void async function
Andrew Kelley
2018-03-06
turn assertion into compile error for using var as return type
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
ptrCast builtin now gives an error for removing const qualifier
Andrew Kelley
2018-03-01
Merge remote-tracking branch 'origin/master' into async
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
async function fulfills promise atomically
Andrew Kelley
2018-02-28
add atomicrmw builtin function
Andrew Kelley
2018-02-28
better coroutine codegen, now passing first coro test
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-26
workaround for llvm: delete coroutine allocation elision
Andrew Kelley
2018-02-26
workaround llvm coro transformations
Andrew Kelley
2018-02-26
allow implicit cast from &const to ?&const &const
Ben Noordhuis
2018-02-26
implement coroutine suspend
Andrew Kelley
2018-02-26
parse await and suspend syntax
Andrew Kelley
2018-02-25
move coroutine init code to after coro.begin
Andrew Kelley
2018-02-25
fix invalid memory write in coroutines implementation
Andrew Kelley
2018-02-25
coroutines: fix llvm error of instruction not dominating uses
Andrew Kelley
2018-02-25
codegen for coro_resume instruction
Andrew Kelley
2018-02-25
codegen for coro_id instruction
Andrew Kelley
2018-02-25
codegen for calling an async function
Andrew Kelley
2018-02-23
fix type_is_codegen_pointer being used incorrectly
Andrew Kelley
2018-02-23
allow implicit cast from `S` to `?&const S`
Ben Noordhuis
2018-02-23
implement Zig IR for async functions
Andrew Kelley
2018-02-22
name types inside functions after variable
Ben Noordhuis
2018-02-22
IR analysis for coro.begin
Andrew Kelley
2018-02-22
ir analysis for coro_id and coro_alloc
Andrew Kelley
2018-02-22
coroutines: analyze get_implicit_allocator instruction
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
[next]