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
2019-08-02
implement async await and return
Andrew Kelley
2019-08-01
fix calling an inferred async function
Andrew Kelley
2019-08-01
reimplement async with function splitting instead of switch
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-26
async functions return void, no more GetSize resume block
Andrew Kelley
2019-07-25
calling an inferred async function
Andrew Kelley
2019-07-24
implement local variables in async functions
Andrew Kelley
2019-07-23
add error for function with ccc indirectly calling async function
Andrew Kelley
2019-07-23
inferring async from async calls
Andrew Kelley
2019-07-22
Merge remote-tracking branch 'origin/master' into rewrite-coroutines
Andrew Kelley
2019-07-22
fix multiple coroutines existing clobbering each other
Andrew Kelley
2019-07-22
fix usingnamespace analyzing the expression multiple times
Andrew Kelley
2019-07-21
implement async function parameters
Andrew Kelley
2019-07-21
simple async function passing test
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-16
rename internal names regarding `usingnamespace`
Andrew Kelley
2019-06-29
fix stack escape in add_source_file()
Michael Dusan
2019-06-26
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-25
fix union init with void payload
Andrew Kelley
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-06-21
fix implicit cast to optional to error union to return result loc
Andrew Kelley
2019-06-21
stage1: update fn_key_eql() for @mulAdd() on vectors
Shawn Landden
2019-06-19
fix comptime modification of const struct field
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 values rather than elided scopes
Andrew Kelley
2019-06-15
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-14
fix `@export` for arrays not respecting the symbol name
Andrew Kelley
2019-06-14
fix `@export` for arrays and allow sections on extern variables
Andrew Kelley
2019-06-11
fix comptime function calls
Andrew Kelley
2019-06-09
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-08
result location mechanism for struct initialization
Andrew Kelley
2019-06-08
hook up result locs for `try`
Andrew Kelley
2019-06-04
Propagate DIFlags to LLVM
LemonBoy
2019-05-31
no-copy semantics for function forwarding
Andrew Kelley
2019-05-30
default struct field initialization expressions
Andrew Kelley
2019-05-29
cleanups for windows subsystem in builtin.zig
Andrew Kelley
2019-05-29
`use` works on unions and enums in addition to structs
Andrew Kelley
2019-05-29
Merge branch 'use-struct-pt2' of https://github.com/LemonBoy/zig into LemonBo...
Andrew Kelley
2019-05-28
Reject undefined as type
LemonBoy
2019-05-28
Avoid a crash when there are no namespace components
LemonBoy
2019-05-27
respect subsystem flag in all cases
emekoi
2019-05-24
Reject slices in use expressions
LemonBoy
2019-05-21
Make use work with arbitrary structs
LemonBoy
2019-05-19
Use the correct scope for `use`
LemonBoy
2019-05-11
Amend the error messages
LemonBoy
2019-05-11
Change the enum value allocation strategy
LemonBoy
[next]