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-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
2019-07-25
implement `@frame` and `@Frame`
Andrew Kelley
2019-07-25
calling an inferred async function
Andrew Kelley
2019-07-24
align src for IrInstructionArrayToVector
Michael Dusan
2019-07-24
implement local variables in async functions
Andrew Kelley
2019-07-23
inferring async from async calls
Andrew Kelley
2019-07-22
fix multiple coroutines existing clobbering each other
Andrew Kelley
2019-07-22
disable segfault handler when panicking
Andrew Kelley
2019-07-22
disable segfault handler when panicking
Andrew Kelley
2019-07-22
fix wrong calling convention on async resume
Andrew Kelley
2019-07-21
implement async function parameters
Andrew Kelley
2019-07-21
implement coroutine resume
Andrew Kelley
2019-07-21
simple async function passing test
Andrew Kelley
2019-07-21
returning from async fn adds bad resume safety
Andrew Kelley
2019-07-21
fix not jumping to entry
Andrew Kelley
2019-07-21
simple async function call working
Andrew Kelley
2019-07-20
always give the type to byval attribute
Andrew Kelley
2019-07-19
remove coroutines implementation and promise type
Andrew Kelley
2019-07-18
riscv workarounds for llvm not having good asm integration
Andrew Kelley
2019-07-18
riscv musl: only add the +a feature
Andrew Kelley
2019-07-18
improvements to riscv support
Andrew Kelley
2019-07-16
libc headers before C language headers, and disable libunwind on arm32
Andrew Kelley
2019-07-16
update bundled musl source to 1.1.23
Andrew Kelley
2019-07-16
update musl headers to musl v1.1.23
Andrew Kelley
2019-07-15
fix result location alignment in ir_render_call
Andrew Kelley
2019-07-12
mingw libc: solve the segfault having to do with destructors
Andrew Kelley
2019-07-11
add -Wno-pragma-pack when targeting windows-gnu
Andrew Kelley
2019-07-10
mingw: building and linking mingw32.lib
Andrew Kelley
2019-07-07
expose glibc version in builtin
Andrew Kelley
2019-07-07
ability to target any glibc version
Andrew Kelley
2019-07-03
add -ffunction-sections arg when building C objects
Andrew Kelley
2019-07-03
Merge branch 'function-sections' of https://github.com/timonkruiper/zig into ...
Andrew Kelley
2019-07-03
Merge branch 'comptime-union-init' of https://github.com/rbscott/zig into rbs...
Andrew Kelley
2019-07-02
Merge branch 'has-field' of https://github.com/shawnl/zig into shawnl-has-field
Andrew Kelley
2019-07-02
print dir name on failure to write to cache dir
Andrew Kelley
2019-07-02
improved logic on whether to include start files
Andrew Kelley
2019-07-02
Added ZigLLVMCreateTargetMachine and pass function-sections flag
Timon Kruiper
2019-07-01
Added function-section functionality
Timon Kruiper
[prev]
[next]