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-16
fix tripping llvm assert
Andrew Kelley
2019-09-13
Make single-element enum default to u0
LemonBoy
2019-09-10
async function calls re-use frame buffers
Andrew Kelley
2019-09-10
Don't forget to resolve the pointee type
LemonBoy
2019-09-10
make the std lib support event-based I/O
Andrew Kelley
2019-09-10
Force LLVM to generate byte-aligned packed unions
LemonBoy
2019-09-10
forbid opaque types in function return types
Sahnvour
2019-09-09
fix a var decl in scope preventing for loop spills
Andrew Kelley
2019-09-09
fix bad LLVM IR when for target expr needs to be spilled
Andrew Kelley
2019-09-07
fix suspensions inside for loops generating invalid LLVM IR
Andrew Kelley
2019-09-07
properly spill expressions with async function calls
Andrew Kelley
2019-09-07
implement spills when expressions used across suspend points
Andrew Kelley
2019-09-07
fix await used in an expression generating bad LLVM
Andrew Kelley
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
Always resolve the struct field types
LemonBoy
2019-09-05
stage1 enhance IR print
Michael Dusan
2019-09-05
Add the noinline keyword for function declarations
LemonBoy
2019-09-03
emit a compile error if a test becomes async
Andrew Kelley
2019-09-03
error message and test for alignment of variables of zero-bit types
Sahnvour
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
[prev]
[next]