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-08-07
Fix ir_analyze_instruction_atomic_rmw (#1351)
Wink Saville
2018-08-03
fix tagged union initialization with a runtime void
Andrew Kelley
2018-08-03
better support for `_` identifier
kristopher tate
2018-08-02
src/ir.cpp: remove promise_symbol from suspend;
kristopher tate
2018-08-02
src/ir.cpp: don't allow `@handle()` outside of a function;
kristopher tate
2018-08-02
src/ir.cpp: return promise->T instead of promise;
kristopher tate
2018-08-02
src/ir.cpp: add/throw error for @handle() in a non async context;
kristopher tate
2018-08-02
src/ir.cpp: wire-up IR for handle builtin;
kristopher tate
2018-07-30
await sets suspend bit; return clears suspend bit
Andrew Kelley
2018-07-29
fix cancel and await semantics
Andrew Kelley
2018-07-28
canceling an await also cancels things awaiting it
Andrew Kelley
2018-07-28
await cancels the await target when it is canceled
Andrew Kelley
2018-07-28
await checks the cancel bit
Andrew Kelley
2018-07-28
suspend cancels awaiter when it gets canceled
Andrew Kelley
2018-07-28
cancel detects suspend bit
Andrew Kelley
2018-07-28
cancel detects if the target handle has already returned
Andrew Kelley
2018-07-27
detect double await
Andrew Kelley
2018-07-27
suspend checks the cancel bit
Andrew Kelley
2018-07-27
resume detects resuming when not suspended
Andrew Kelley
2018-07-27
await sets the await bit
Andrew Kelley
2018-07-27
cancel sets the cancel bit
Andrew Kelley
2018-07-27
remove ability to break from suspend blocks
Andrew Kelley
2018-07-27
suspend sets suspend bit
Andrew Kelley
2018-07-27
resume clears suspend bit
Andrew Kelley
2018-07-27
update coroutine return codegen with new status bits
Andrew Kelley
2018-07-26
coroutines have 3 more bits of atomic state
Andrew Kelley
2018-07-26
add compile error for ignoring return value of while loop bodies
Andrew Kelley
2018-07-25
add compile error for missing parameter name of generic function
Andrew Kelley
2018-07-25
add compile error for non-inline for loop on comptime type
Andrew Kelley
2018-07-25
fix assertion failure when some compile errors happen
Andrew Kelley
2018-07-19
fix generation of error defers for fns inside fns
Andrew Kelley
2018-07-17
fix @setEvalBranchQuota not respected in generic fn calls
Andrew Kelley
2018-07-17
revert commit 860d3da9156a0b1f4a1e3e644b423da3e768bb86 ; please see #1249 for...
kristopher tate
2018-07-16
allow implicit cast of undefined to optional
Andrew Kelley
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-07-13
ir_get_ref: delete unnecessary and probably buggy code
Andrew Kelley
2018-07-13
ir: remove unnecessary and probably buggy code
Andrew Kelley
2018-07-13
ir: remove dead code
Andrew Kelley
2018-07-13
allow == for comparing optional pointers
Andrew Kelley
2018-07-11
ir: refactor lvalues
Andrew Kelley
2018-07-10
allow var args calls to async functions
Andrew Kelley
2018-07-10
fix crash when calling comptime-known undefined function ptr
Andrew Kelley
2018-07-09
Merge remote-tracking branch 'origin/master' into m-n-threading
Andrew Kelley
2018-07-09
fix non-portable format specifier
Andrew Kelley
2018-07-09
langref: docs for invalid error set cast and incorrect pointer alignment
Andrew Kelley
2018-07-09
fix crash on @ptrToInt of a *void
Andrew Kelley
2018-07-07
M:N threading
Andrew Kelley
2018-07-07
add @popCount intrinsic
Andrew Kelley
2018-07-06
add compile error notes for where struct definitions are
Andrew Kelley
2018-07-06
alternate implementation of previous commit
Andrew Kelley
[next]