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
/
analyze.cpp
Age
Commit message (
Expand
)
Author
2018-02-28
another workaround for llvm coroutines
Andrew Kelley
2018-02-27
Revert "llvm coroutine workaround: sret functions return sret pointer"
Andrew Kelley
2018-02-27
revert workaround for alloc and free as coro params
Andrew Kelley
2018-02-27
llvm coroutine workaround: sret functions return sret pointer
Andrew Kelley
2018-02-27
Revert "another llvm workaround for getelementptr"
Andrew Kelley
2018-02-27
another llvm workaround for getelementptr
Andrew Kelley
2018-02-26
workaround llvm coro transformations
Andrew Kelley
2018-02-26
parse await and suspend syntax
Andrew Kelley
2018-02-25
async functions are allowed to accept zig types
Andrew Kelley
2018-02-25
fix handle_is_ptr for promise type
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-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-15
fix compiler crash when struct contains...
Andrew Kelley
2018-02-09
fix build runner on windows
Andrew Kelley
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-07
DRY 'is slice?' conditionals in parser (#750)
Ben Noordhuis
2018-02-04
add --forbid-library
Andrew Kelley
2018-02-03
*WIP* error sets - an inferred error set can end up being the global one
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 converting std lib
Andrew Kelley
2018-01-31
fix assertion fail when using global var number literal
Andrew Kelley
2018-01-31
*WIP* error sets
Andrew Kelley
2018-01-30
add compile error for duplicate struct, enum, union fields
Andrew Kelley
2018-01-29
allow packed containers in extern functions
Andrew Kelley
2018-01-27
fix crash when align 1 field before self referential...
Andrew Kelley
2018-01-26
fix compiler crash on function with invalid return type
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-22
add new kind of test: generating .h files. and more
Andrew Kelley
2018-01-22
fix crash on union-enums with only 1 field
Andrew Kelley
2018-01-18
fix null debug info for 0-length array type
Andrew Kelley
2018-01-15
fix compiler crash related to @alignOf
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-14
error return trace pointer prefixes other params
Andrew Kelley
2018-01-13
typecheck the panic function
Andrew Kelley
2018-01-12
*WIP* proof of concept error return traces
Andrew Kelley
2018-01-11
functions which can return errors have secret stack trace param
Andrew Kelley
2018-01-11
the same string literal codegens to the same constant
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
[next]