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-12-03
Pick up WinMain with proper CC
LemonBoy
2019-12-02
Accept comptime-known expression for asm
LemonBoy
2019-12-02
bring your own OS layer in the std lib
Andrew Kelley
2019-12-02
fix crash assigning optional struct with anon literal
Andrew Kelley
2019-12-01
fix invalid check for fn_inline property
Andrew Kelley
2019-12-01
fix docs regressions
Andrew Kelley
2019-12-01
fix regressions in compile error tests
Andrew Kelley
2019-12-01
fix assigning to an unwrapped optional field in an inline loop
Andrew Kelley
2019-12-01
add advanced IR debugging support
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/kill-ConstGlobalRefs' into remove-array-...
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-12-01
sometimes free stuff from Zig IR pass 1
Andrew Kelley
2019-12-01
inline ConstGlobalRefs into ZigValue
Andrew Kelley
2019-11-30
free IrAnalyze sometimes
Andrew Kelley
2019-11-29
fix typo in error note for integer casting
Andrew Kelley
2019-11-29
fix empty result location for parameters not working
Andrew Kelley
2019-11-29
fix `@bitCast` result coercing to error union by returning
Andrew Kelley
2019-11-29
fix return result loc as peer result loc in inferred error set function
Andrew Kelley
2019-11-28
more progress
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-26
add compiler note for bad int coercion
Andrew Kelley
2019-11-26
add missing cast to generic function call result
Vexu
2019-11-26
add missing cast to call result type
Vexu
2019-11-25
stage1: fix bad intern counting
Michael Dusan
2019-11-25
Merge pull request #3774 from mikdusan/stage1-intern-housekeeping
Michael Dusan
2019-11-25
move logic to the appropriate layers; add new compile error
Andrew Kelley
2019-11-25
stage1: consolodate interning
Michael Dusan
2019-11-25
const interning for 1-possible-value types
Michael Dusan
2019-11-25
unembed ZigValue from IrInstruction
Michael Dusan
2019-11-25
rename ConstExprValue → ZigValue
Michael Dusan
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
2019-11-24
fix compile errors for array sentinels mismatching
Andrew Kelley
2019-11-24
fix casting `[N:x]T` to `[N]T` memcpying too many bytes
Andrew Kelley
2019-11-24
fix compile error regressions
Andrew Kelley
2019-11-24
add compile error for incompatible pointer sentinels
Andrew Kelley
2019-11-24
fix comptime `@ptrCast` of pointers to arrays
Andrew Kelley
2019-11-24
add type coercion: [:x]T to [*:x]T
Andrew Kelley
2019-11-24
all tests passing
Andrew Kelley
2019-11-23
structs can have fields with type `var`
Andrew Kelley
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
2019-11-21
fix missing implicit cast in return instruction
Vexu
2019-11-21
update tests, better error messages, update self-hosted tokenizer
Andrew Kelley
2019-11-21
better error message when null termination does not match
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
add null terminated pointers and arrays to self-hosted
Andrew Kelley
2019-11-21
implement null terminated pointers
Andrew Kelley
2019-11-17
fix bug on empty error union
daurnimator
2019-11-17
Catch invalid type from peer resolution
LemonBoy
2019-11-14
rework layout of struct type fields
Andrew Kelley
2019-11-14
rework comptime struct value layout, removing 1/2 hacks
Andrew Kelley
[next]