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_print.cpp
Age
Commit message (
Expand
)
Author
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
stage1 enhance IR print
Michael Dusan
2019-09-03
Add @Type builtin
Jonathan Marler
2019-08-31
stage1 enhance IR print
Michael Dusan
2019-08-15
remove `cancel`
Andrew Kelley
2019-08-13
avoid the word "coroutine", they're "async functions"
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
cancel, defer, errdefer all working as intended now
Andrew Kelley
2019-08-07
implement cancel
Andrew Kelley
2019-08-06
improve async function semantics
Andrew Kelley
2019-08-05
delete IrInstructionMarkErrRetTracePtr
Andrew Kelley
2019-08-04
simpler, less memory intensive suspend/resume implementation
Andrew Kelley
2019-08-02
implement async await and return
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-21
implement coroutine resume
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-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
fixups
Andrew Kelley
2019-07-02
Merge branch 'has-field' of https://github.com/shawnl/zig into shawnl-has-field
Andrew Kelley
2019-06-26
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-06-20
fix loops with multiple break statements
Andrew Kelley
2019-06-19
stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...
Shawn Landden
2019-06-17
inferred comptime array inits
Andrew Kelley
2019-06-17
inferred comptime union inits
Andrew Kelley
2019-06-15
better result location handling of inline loops
Andrew Kelley
2019-06-15
better result location semantics with optionals and return locations
Andrew Kelley
2019-06-11
fix `@bitCast` semantics when there is no parent result loc
Andrew Kelley
2019-06-11
fix implicit casting return value struct/arary init to optional
Andrew Kelley
2019-06-10
use result loc for ref instruction
Andrew Kelley
2019-06-10
result location semantics for vector to array
Andrew Kelley
2019-06-10
result loc semantics for loading packed struct pointer to packed struct
Andrew Kelley
2019-06-10
result loc semantics for `@sliceToBytes` and `@bytesToSlice`
Andrew Kelley
2019-06-10
result location semantics for cmpxchg
Andrew Kelley
2019-06-10
result location semantics for error union wrapping an error
Andrew Kelley
2019-06-10
result location semantics for error union wrapping a payload
Andrew Kelley
2019-06-10
result location semantics for optional wrap
Andrew Kelley
2019-06-10
result location semantics for slices
Andrew Kelley
2019-06-10
result location semantics for `@bitCast`
Andrew Kelley
2019-06-10
hook up result locations for union initializations
Andrew Kelley
2019-06-09
remove ResultLocField dead code
Andrew Kelley
2019-06-08
result location mechanism for struct initialization
Andrew Kelley
2019-06-07
no-copy semantics for peer result function calls
Andrew Kelley
[next]