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-05-09
Added Slice as it's own type info in userland
Jimmi HC
2018-05-03
Fixed extern enums having the wrong size (#970)
Jimmi Holst Christensen
2018-04-28
Using allocate instead of allocate_nonzero so we don't have to memset
Jimmi Holst Christensen
2018-04-28
Fixed build error
Jimmi Holst Christensen
2018-04-28
Trying to fix osx build failing by setting param_info.type to nullptr
Jimmi Holst Christensen
2018-04-28
Functions with infered error set can now return literals
Jimmi Holst Christensen
2018-04-22
exit(1) instead of abort() for file not found
Andrew Kelley
2018-04-22
better error reporting for missing libc on windows
Andrew Kelley
2018-04-18
support break in suspend blocks
Andrew Kelley
2018-04-16
fix windows not respecting --msvc-lib-dir, --kernel32-lib-dir
Andrew Kelley
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-04-08
error return traces work with async return case
Andrew Kelley
2018-04-08
put the error return addresses in the coro frame
Andrew Kelley
2018-04-08
error return traces for the early return case
Andrew Kelley
2018-03-31
fix regressions on windows
Andrew Kelley
2018-03-30
find libc and zig std lib at runtime
Andrew Kelley
2018-03-29
Fixed looking for windows sdk when targeting linux
Jimmi Holst Christensen
2018-03-24
fix invalid codegen for error return traces across suspend points
Andrew Kelley
2018-03-24
add promise->T syntax parsing
Andrew Kelley
2018-03-24
fix async fns with inferred error sets
Andrew Kelley
2018-03-22
ability to use async function pointers
Andrew Kelley
2018-03-13
Merge branch 'master' of https://github.com/zig-lang/zig
Andrea Orru
2018-03-13
fix casting a function to a pointer causing compiler crash
Andrew Kelley
2018-03-13
Panic instead of segfault when returning generic type from functions
Andrea Orru
2018-03-12
some return types disqualify comptime fn call caching
Andrew Kelley
2018-03-12
don't memoize comptime fn calls that access comptime mutable state
Andrew Kelley
2018-03-10
fix await multithreaded data race
Andrew Kelley
2018-03-09
don't memoize comptime functions if they can mutate state via parameters
Andrew Kelley
2018-03-08
enums with 1 field and explicit tag type still get the tag type
Andrew Kelley
2018-03-07
add compile error for using @tagName on extern union
Andrew Kelley
2018-03-06
fix missing compile error for returning error from void async function
Andrew Kelley
2018-03-06
turn assertion into compile error for using var as return type
Andrew Kelley
2018-03-06
var is no longer a pseudo-type, it is syntax
Andrew Kelley
2018-03-06
ptrCast builtin now gives an error for removing const qualifier
Andrew Kelley
2018-03-01
Merge remote-tracking branch 'origin/master' into async
Andrew Kelley
2018-03-01
implementation of await
Andrew Kelley
2018-02-28
implement coroutine resume
Andrew Kelley
2018-02-28
another workaround for llvm coroutines
Andrew Kelley
2018-02-28
different way of fixing previous commit
Andrew Kelley
2018-02-28
fix assert on self-referencing function ptr field
Ben Noordhuis
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
[next]