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
/
ir.cpp
Age
Commit message (
Expand
)
Author
2019-09-03
fix union field ptr ir instruction
Andrew Kelley
2019-09-02
omit prefix data for async functions sometimes
Andrew Kelley
2019-09-02
fix recursive call of await @asyncCall with struct return type
Andrew Kelley
2019-09-02
fix using @typeOf on a generic function call
Andrew Kelley
2019-09-01
fix `@typeOf` an async function call of generic fn with error union type
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-30
align(@alignOf(T)) T does not force resolution of T
Andrew Kelley
2019-08-30
fix stage1 to build on macOS + xcode/clang
Michael Dusan
2019-08-29
fix regressions
Andrew Kelley
2019-08-29
await does not force async if callee is blocking
Andrew Kelley
2019-08-29
avoid unnecessarily requiring alignment for array elem pointers
Andrew Kelley
2019-08-29
comparing against zero participates in lazy values
Andrew Kelley
2019-08-29
make `@sizeOf` lazy
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
fix not properly casting align values
Andrew Kelley
2019-08-27
implement and test struct field explicit alignment
Andrew Kelley
2019-08-26
fix regression in one of the doc examples
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 in ir_get_ref
Andrew Kelley
2019-08-26
fix regression with global variable assignment...
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 dependency loop errors with zig build
Andrew Kelley
2019-08-26
make `@alignOf` lazily evaluate the target type
Andrew Kelley
2019-08-25
fix assertion tripped instead of reporting compile error
Andrew Kelley
2019-08-25
fix resolution detection of pointer types
Andrew Kelley
2019-08-25
make the zero-bit-ness of pointers lazy
Andrew Kelley
2019-08-23
fix regression on `@ptrCast`
Andrew Kelley
2019-08-23
add lazy value support for optional types
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
Encapsulate bigint representation, assert on cast data loss
Jonathan Marler
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
compiler error when variable in asm template cannot be found
Timon Kruiper
2019-08-19
fix @bitCast of packed struct literal
Andrew Kelley
2019-08-19
solve it a slightly different way
Andrew Kelley
2019-08-19
fix @bitCast segfault with literal array param
Michael Dusan
2019-08-19
fix void array as a local variable initializer
Andrew Kelley
[next]