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
/
codegen.cpp
Age
Commit message (
Expand
)
Author
2019-08-16
codegen: LLVMConstSub instead of LLVMBuildSub in one place
Andrew Kelley
2019-08-15
fix crash with sometimes type not being resolved
Andrew Kelley
2019-08-15
add assertion about control flow to fix gcc warning
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-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 no-longer-correct `nonnull` attribute on merge err ret traces fn
Andrew Kelley
2019-08-11
fix cancel invoking branch on undefined memory
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-10
fix returning a const error from async function
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 passing string literals to async functions
Andrew Kelley
2019-08-08
async functions in single threaded mode do not use atomic ops
Andrew Kelley
2019-08-08
more debuggable safety for awaiting twice
Andrew Kelley
2019-08-08
cancel, defer, errdefer all working as intended now
Andrew Kelley
2019-08-07
modify header precedence for zig cc, resolves intrinsics issues (#3027)
Ryan Saunderson
2019-08-07
clean up the bitcasting of awaiter fn ptr
Andrew Kelley
2019-08-07
implement cancel
Andrew Kelley
2019-08-06
fix awaiting when result type is a struct
Andrew Kelley
2019-08-06
error return trace across suspend points
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
refactor logic for determining if there is a frame pointer
Andrew Kelley
2019-08-04
simpler, less memory intensive suspend/resume implementation
Andrew Kelley
2019-08-04
move state from ZigFn to CodeGen to save memory
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 runtime safety for resuming an awaiting function
Andrew Kelley
2019-08-02
implement async functions returning structs
Andrew Kelley
2019-08-02
Merge remote-tracking branch 'origin/master' into rewrite-coroutines
Andrew Kelley
2019-08-02
Merge branch 'master' into rewrite-coroutines
Andrew Kelley
2019-08-02
fix cmpxchg with discarded result
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
`@frameSize` works via PrefixData
Andrew Kelley
2019-07-25
implement `@frameSize`
Andrew Kelley
[next]