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-09-03
Merge branch 'fixSegfault' of https://github.com/marler8997/zig into marler89...
Andrew Kelley
2019-08-31
stage1 enhance IR print
Michael Dusan
2019-08-31
improvements to `@asyncCall`
Andrew Kelley
2019-08-31
`@typeOf` now guarantees no runtime side effects
Andrew Kelley
2019-08-30
support recursive async and non-async functions
Andrew Kelley
2019-08-29
fix regressions
Andrew Kelley
2019-08-29
await does not force async if callee is blocking
Andrew Kelley
2019-08-29
comparing against zero participates in lazy values
Andrew Kelley
2019-08-29
make `@sizeOf` lazy
Andrew Kelley
2019-08-29
fix not fully resolving debug info for structs causing llvm error
Andrew Kelley
2019-08-28
implement lazy values for error union types
Andrew Kelley
2019-08-27
support self-referential struct through a slice of optional
Andrew Kelley
2019-08-27
better handle struct depends on itself via optional field
Andrew Kelley
2019-08-27
fix not properly casting align values
Andrew Kelley
2019-08-27
add a TODO compile error for union field alignment syntax
Andrew Kelley
2019-08-27
implement and test struct field explicit alignment
Andrew Kelley
2019-08-26
fix more compile error regressions
Andrew Kelley
2019-08-26
miscellaneous fixes regarding compile errors
Andrew Kelley
2019-08-26
fix regression on struct field with undefined type
Andrew Kelley
2019-08-26
fix some compile error regressions
Andrew Kelley
2019-08-26
fix some std lib dependency loops
Andrew Kelley
2019-08-26
fix dependency loop errors with zig build
Andrew Kelley
2019-08-26
make `@alignOf` lazily evaluate the target type
Andrew Kelley
2019-08-25
fix resolution detection of pointer types
Andrew Kelley
2019-08-25
behavior tests passing
Andrew Kelley
2019-08-25
make the zero-bit-ness of pointers lazy
Andrew Kelley
2019-08-25
fix behavior test regressions with unions
Andrew Kelley
2019-08-25
hook up unions with lazy values
Andrew Kelley
2019-08-24
Fix issue 3058: zig build segfault
Jonathan Marler
2019-08-23
add lazy value support for optional types
Andrew Kelley
2019-08-23
fix regression with simple pointer to self
Andrew Kelley
2019-08-23
better handling of lazy structs
Andrew Kelley
2019-08-23
pointer types lazily evaluate their element type
Andrew Kelley
2019-08-23
allow top level declarations to be lazy
Andrew Kelley
2019-08-23
add lazy value for fn prototypes
Andrew Kelley
2019-08-23
Merge remote-tracking branch 'origin/master' into fix-field-alignment-kludge
Andrew Kelley
2019-08-23
Merge pull request #3114 from Tetralux/align-on-struct-fields
Andrew Kelley
2019-08-23
Encapsulate bigint representation, assert on cast data loss
Jonathan Marler
2019-08-22
parsing of align(N) on struct fields
Tetralux
2019-08-22
fix regressions
Andrew Kelley
2019-08-22
simple self-referential struct is working now
Andrew Kelley
2019-08-22
add missing "referenced here" notes for lazy values
Andrew Kelley
2019-08-22
introduce lazy values
Andrew Kelley
2019-08-21
breaking: remove field alignment kludge
Andrew Kelley
2019-08-20
remove incorrect assert regarding 128-bit integers
Andrew Kelley
2019-08-17
add compile error for async frames depending on themselves
Andrew Kelley
2019-08-17
detect non-async function pointer of inferred async function
Andrew Kelley
2019-08-16
add compile error for @Frame() of generic function
Andrew Kelley
2019-08-15
fix error return traces for async calls of blocking functions
Andrew Kelley
2019-08-15
remove `cancel`
Andrew Kelley
[next]