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
2020-02-27
fix exported variable not respecting linkage
Andrew Kelley
2020-02-27
ir: Robust checking for init expr type
LemonBoy
2020-02-26
fix `@tagName` on extern and non-exhaustive enums
Vexu
2020-02-25
ir: Fix array to slice conversion for zero-sized arrays
LemonBoy
2020-02-25
ir: Various fixes for comptime ptr handling
LemonBoy
2020-02-25
Merge pull request #4515 from mikdusan/stage1-gen-constants
Michael Dusan
2020-02-25
remove `@IntType` and `@ArgType` (mostly) from the compiler
Vexu
2020-02-24
remove `@typeId`, `@memberCount`, `@memberName` and `@memberType` from the co...
Vexu
2020-02-23
nuke @bytesToSlice, @sliceToBytes in stage1
xackus
2020-02-20
stage1: free more heap after analysis
Michael Dusan
2020-02-20
ir: Compile error on result_loc type mismatch w/ slicing
LemonBoy
2020-02-18
Merge pull request #4474 from LemonBoy/saukerkraut
Andrew Kelley
2020-02-18
Makes the declaration slice resolve lazely when using `@typeInfo`
Timon Kruiper
2020-02-16
ir: Avoid invalidating the decl_table iterator
LemonBoy
2020-02-16
ir: Prevent crash when indexing undefined ptr to array
LemonBoy
2020-02-16
Implement noasync awaits
Andrew Kelley
2020-02-14
ir: Make all the payload captures do a copy
LemonBoy
2020-02-13
ir: Don't crash when converting undefined ptrs
LemonBoy
2020-02-13
ir: Allow implicit conversion between vector types
LemonBoy
2020-02-11
ir: Fix erroneous error message for ptr casts
LemonBoy
2020-02-10
Merge pull request #4389 from mikdusan/stage1-mem
Michael Dusan
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-10
Add cast between [*c]T and ?[*:0]T on fn parameter
Timon Kruiper
2020-02-10
compile error instead of abort for unimplemented `@typeInfo`
Andrew Kelley
2020-02-10
fix compiler assertion when duplicating fields...
Andrew Kelley
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-09
fix not checking type of return pointer
Andrew Kelley
2020-02-09
fix defer interfering with return value spill
Andrew Kelley
2020-02-08
solve previous commit a better way
Andrew Kelley
2020-02-08
Revert "properly spill optional payload capture value"
Andrew Kelley
2020-02-08
properly spill optional payload capture value
Andrew Kelley
2020-02-05
Fix edge case in cast between fn with varargs
LemonBoy
2020-01-29
simplify int/float comparison
Andrew Kelley
2020-01-29
Fix comptime float-int comparisons
LemonBoy
2020-01-29
Fix edge case in switch with single else
LemonBoy
2020-01-29
Add a spill to while error union
Benjamin Feng
2020-01-28
Add a spill to while optional
Benjamin Feng
2020-01-28
fix more compile error test regressions
Andrew Kelley
2020-01-28
fix result locations not handling undefined correctly
Andrew Kelley
2020-01-28
fix error message column/line number regressions
Andrew Kelley
2020-01-28
fix regression of storing optional with 0-bit payload
Andrew Kelley
2020-01-28
fix 0-bit child type coerced to optional return ptr result location
Andrew Kelley
2020-01-27
fix line, column numbers of compile errors
Andrew Kelley
2020-01-27
add missing spill for for loops with pointer elems
Andrew Kelley
2020-01-27
fix auto created variables not having correct alignment
Andrew Kelley
2020-01-27
fix not handling undefined u0 correctly
Andrew Kelley
2020-01-27
fix triple level result location with bitcast sandwich
Andrew Kelley
2020-01-27
`@bitCast` result location: fix passing invalid alignment
Andrew Kelley
2020-01-27
fix nested bitcast passed as tuple element
Andrew Kelley
2020-01-27
Merge branch 'master' into ir-clean-up-vars
Andrew Kelley
[next]