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-09-09
implement spilling when returning error union async function call
Andrew Kelley
2019-09-09
release builds of stage1 have llvm ir verification
Andrew Kelley
2019-09-08
move logic for propagating framework dirs to zig cc
Andrew Kelley
2019-09-07
implement spills when expressions used across suspend points
Andrew Kelley
2019-09-07
fix await used in an expression generating bad LLVM
Andrew Kelley
2019-09-06
runtime safety for noasync function calls
Andrew Kelley
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
Resolve lazy values when checking for definedness
LemonBoy
2019-09-04
fixups and add documentation for `@Type`
Andrew Kelley
2019-09-03
Add @Type builtin
Jonathan Marler
2019-09-03
emit a compile error if a test becomes async
Andrew Kelley
2019-09-03
fix compiler crash in struct field pointers
Andrew Kelley
2019-09-03
fix stack traces on macos when passing absolute path to root source file
Andrew Kelley
2019-09-02
omit prefix data for async functions sometimes
Andrew Kelley
2019-09-02
fix const result loc, runtime if cond, else unreachable
Andrew Kelley
2019-09-02
add ability to specify darwin framework search dirs
Andrew Kelley
2019-08-31
improvements to `@asyncCall`
Andrew Kelley
2019-08-31
`@typeOf` now guarantees no runtime side effects
Andrew Kelley
2019-08-30
support recursive async and non-async functions
Andrew Kelley
2019-08-29
await does not force async if callee is blocking
Andrew Kelley
2019-08-29
make `@sizeOf` lazy
Andrew Kelley
2019-08-29
fix not fully resolving debug info for structs causing llvm error
Andrew Kelley
2019-08-28
fix implicit cast from zero sized array ptr to slice
Andrew Kelley
2019-08-26
fix regression with global variable assignment...
Andrew Kelley
2019-08-25
hook up unions with lazy values
Andrew Kelley
2019-08-23
better handling of lazy structs
Andrew Kelley
2019-08-23
allow top level declarations to be lazy
Andrew Kelley
2019-08-23
Merge remote-tracking branch 'origin/master' into fix-field-alignment-kludge
Andrew Kelley
2019-08-23
Encapsulate bigint representation, assert on cast data loss
Jonathan Marler
2019-08-22
introduce lazy values
Andrew Kelley
2019-08-16
fix and test case for returning from suspend block
Andrew Kelley
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
[next]