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
2019-08-23
Encapsulate bigint representation, assert on cast data loss
Jonathan Marler
2019-08-20
compiler error when variable in asm template cannot be found
Timon Kruiper
2019-08-19
fix @bitCast of packed struct literal
Andrew Kelley
2019-08-19
solve it a slightly different way
Andrew Kelley
2019-08-19
fix @bitCast segfault with literal array param
Michael Dusan
2019-08-19
fix void array as a local variable initializer
Andrew Kelley
2019-08-19
fix array multiplication not setting parent value info
Andrew Kelley
2019-08-18
fix error message when dependency requires position independent code
Nick Erdmann
2019-08-17
allow implicit cast of fn to async fn
Andrew Kelley
2019-08-17
detect non-async function pointer of inferred async function
Andrew Kelley
2019-08-17
add compile error for incorrect atomic ordering in fence #3082
Vexu
2019-08-17
fix compiler not checking alignment of function frames
Andrew Kelley
2019-08-16
add missing compile error for fn call bad implicit cast
Andrew Kelley
2019-08-16
fix and test case for returning from suspend block
Andrew Kelley
2019-08-16
add compile error for casting const frame to anyframe
Andrew Kelley
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-13
avoid the word "coroutine", they're "async functions"
Andrew Kelley
2019-08-13
Merge remote-tracking branch 'origin/master' into rewrite-coroutines
Andrew Kelley
2019-08-11
all tests passing
Andrew Kelley
2019-08-11
fix canceling async functions which have error return tracing
Andrew Kelley
2019-08-11
fix enum with one member and custom tag type
Andrew Kelley
2019-08-11
allow comptime_int to implicit cast to comptime_float
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 combining try with errdefer cancel
Andrew Kelley
2019-08-09
fix cancel inside an errdefer
Andrew Kelley
2019-08-08
fix var args call on non-generic function
Andrew Kelley
2019-08-08
fix segfault with var args
Andrew Kelley
2019-08-08
better compile errors when frame depends on itself
Andrew Kelley
2019-08-08
cancel, defer, errdefer all working as intended now
Andrew Kelley
2019-08-07
Don't emit clang error if source or filename pointer is null
Sam Tebbs
2019-08-07
cancel works on non-pointers
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
delete IrInstructionMarkErrRetTracePtr
Andrew Kelley
2019-08-05
support async functions with inferred error sets
Andrew Kelley
2019-08-04
simpler, less memory intensive suspend/resume implementation
Andrew Kelley
2019-08-04
suspension points inside branching control flow
Andrew Kelley
2019-08-03
implement `@asyncCall` which supports async function pointers
Andrew Kelley
2019-08-03
add compile error for async call of function pointer
Andrew Kelley
2019-08-02
Merge remote-tracking branch 'origin/master' into rewrite-coroutines
Andrew Kelley
2019-08-02
fix regressions regarding writing through const pointers
Andrew Kelley
2019-08-02
fix discarding function call results
Andrew Kelley
2019-08-02
assignment participates in result location
Andrew Kelley
2019-08-02
implement async await and return
Andrew Kelley
2019-08-01
more passing coroutine tests
Andrew Kelley
2019-08-01
reimplement async with function splitting instead of switch
Andrew Kelley
[next]