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
2018-02-27
revert workaround for alloc and free as coro params
Andrew Kelley
2018-02-26
workaround for llvm: delete coroutine allocation elision
Andrew Kelley
2018-02-26
workaround llvm coro transformations
Andrew Kelley
2018-02-26
implement coroutine suspend
Andrew Kelley
2018-02-26
parse await and suspend syntax
Andrew Kelley
2018-02-25
move coroutine init code to after coro.begin
Andrew Kelley
2018-02-25
fix invalid memory write in coroutines implementation
Andrew Kelley
2018-02-25
coroutines: fix llvm error of instruction not dominating uses
Andrew Kelley
2018-02-25
codegen for coro_resume instruction
Andrew Kelley
2018-02-25
codegen for coro_id instruction
Andrew Kelley
2018-02-25
codegen for calling an async function
Andrew Kelley
2018-02-23
fix type_is_codegen_pointer being used incorrectly
Andrew Kelley
2018-02-23
implement Zig IR for async functions
Andrew Kelley
2018-02-22
IR analysis for coro.begin
Andrew Kelley
2018-02-22
ir analysis for coro_id and coro_alloc
Andrew Kelley
2018-02-22
coroutines: analyze get_implicit_allocator instruction
Andrew Kelley
2018-02-21
add coroutine startup IR to async functions
Andrew Kelley
2018-02-21
implement IR analysis for async function calls
Andrew Kelley
2018-02-20
add promise type
Andrew Kelley
2018-02-20
parse async fn definitions
Andrew Kelley
2018-02-20
parse async fn calls and cancel expressions
Andrew Kelley
2018-02-16
ability to slice an undefined pointer at compile time if the len is 0
Andrew Kelley
2018-02-14
fix crash when doing comptime float rem comptime int
Andrew Kelley
2018-02-14
fix sometimes not type checking function parameters
Andrew Kelley
2018-02-09
fix compiler crash switching on global error with no else
Andrew Kelley
2018-02-09
fix crash with error peer type resolution
Andrew Kelley
2018-02-08
if statements support comptime known test error, runtime payload
Andrew Kelley
2018-02-08
error sets: runtime safety for int-to-err and err set cast
Andrew Kelley
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-08
error sets - fix bad value for constant error literal
Andrew Kelley
2018-02-08
error set casting building
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-02-07
fix comptime fn execution not returning error unions properly
Andrew Kelley
2018-02-07
DRY 'is slice?' conditionals in parser (#750)
Ben Noordhuis
2018-02-05
error sets - fix most std lib compile errors
Andrew Kelley
2018-02-05
error sets: fix peer resolution of error unions
Andrew Kelley
2018-02-05
fix test failure, organize code, add new compile error
Andrew Kelley
2018-02-05
make OutStream and InStream take an error set param
Andrew Kelley
2018-02-05
error sets - peer resolution for error unions
Andrew Kelley
2018-02-05
error sets - compile error for equality with no common errors
Andrew Kelley
2018-02-04
add --forbid-library
Andrew Kelley
2018-02-03
*WIP* error sets - std lib test compile but try to link against windows
Andrew Kelley
2018-02-03
*WIP* error sets - an inferred error set can end up being the global one
Andrew Kelley
2018-02-03
*WIP* error sets - support fns called at comptime
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-02-02
*WI* error sets - basic support working
Andrew Kelley
2018-02-02
*WIP* error sets - rewrite "const cast only" function
Andrew Kelley
2018-02-01
*WIP* error sets - allow peer type resolution to create new error set
Andrew Kelley
2018-02-01
*WIP* error sets - fix implicit cast
Andrew Kelley
2018-01-31
*WIP* error sets
Andrew Kelley
[next]