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-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
2019-08-01
allow 128 bit cmpxchg on x86_64
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-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-23
inferring async from async calls
Andrew Kelley
2019-07-22
fix suspend at end of function
Andrew Kelley
2019-07-21
implement coroutine resume
Andrew Kelley
2019-07-21
fix not jumping to entry
Andrew Kelley
2019-07-21
remove errors for async calling convention
Andrew Kelley
2019-07-21
simple async function call working
Andrew Kelley
2019-07-19
remove coroutines implementation and promise type
Andrew Kelley
2019-07-19
fix usingnamespace
Andrew Kelley
2019-07-18
closes #2916
Michael Dusan
2019-07-13
ir: add an assertion in phi analysis
Andrew Kelley
2019-07-10
mingw: building and linking msvcrt-os.lib
Andrew Kelley
2019-07-08
std.os.getrandom does a libc version check
Andrew Kelley
2019-07-06
Add implicit cast for *[N]T to [*c]T
SamTebbs33
2019-07-04
improve the error message and test coverage
Andrew Kelley
2019-07-03
Merge branch 'impl-1107' of https://github.com/emekoi/zig into emekoi-impl-1107
Andrew Kelley
2019-07-03
added tests for #1107 and a note in the reference
emekoi
2019-07-03
update `@unionInit` to integrate with result location semantics
Andrew Kelley
2019-07-03
Merge branch 'comptime-union-init' of https://github.com/rbscott/zig into rbs...
Andrew Kelley
2019-07-02
add missing compile error for comptime continue inside runtime catch
Andrew Kelley
2019-07-02
fixups
Andrew Kelley
2019-07-02
Merge branch 'has-field' of https://github.com/shawnl/zig into shawnl-has-field
Andrew Kelley
[prev]
[next]