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
2018-12-19
Fixed intToPtr to fn type when the address is hardcoded (#1842)
Jimmi Holst Christensen
2018-12-18
ir: delete dead code
Andrew Kelley
2018-12-17
fix comptime pointer reinterpretation array index offset
Andrew Kelley
2018-12-16
implement comptime pointer cast
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-12-05
implement compile error note for function parameter type mismatch
Andrew Kelley
2018-11-24
refactor type_requires_comptime to have possible error
Andrew Kelley
2018-11-19
Crash fixes and small improvements to inline asm. (#1756)
Sahnvour
2018-11-19
improve error message when wrong type returned
Andrew Kelley
2018-11-18
fix assertion failure related to @intToEnum
Andrew Kelley
2018-11-18
all numbers with comptime known values implicitly cast
Andrew Kelley
2018-11-16
Fixed #1663 and removed IrInstructionArrayLen
Jimmi Holst Christensen
2018-11-14
** and ++ operators force comptime on operands
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-11
ir: remove redundant casting code
Andrew Kelley
2018-11-09
array type syntax implies comptime
Andrew Kelley
2018-11-06
limit integer types to maximum bit width of 65535
Andrew Kelley
2018-10-31
simplify logic of pass1 ir for while on error unions
Andrew Kelley
2018-10-30
remove implicit cast from number literal to enum
Andrew Kelley
2018-10-29
remove another implicit cast to const pointer
Andrew Kelley
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-25
remove 3 more implicit casts to const pointers
Andrew Kelley
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-04
fix missing .h files
Andrew Kelley
2018-10-04
refactor ir.cpp
Andrew Kelley
2018-09-26
fix crash when compile error evaluating return...
Andrew Kelley
2018-09-26
the last number in a packed ptr is host int bytes
Andrew Kelley
2018-09-26
fix implicit casting to *c_void
Andrew Kelley
2018-09-25
fix crash on runtime index into slice of comptime type
Andrew Kelley
2018-09-22
fix @compileLog having unintended side effects
Andrew Kelley
2018-09-22
add compile error for slice of undefined slice
Andrew Kelley
2018-09-21
stage1: unify 2 implementations of pointer deref
Andrew Kelley
2018-09-21
fix comptime string concatenation ignoring slice bounds
Andrew Kelley
2018-09-21
fixups
Andrew Kelley
2018-09-21
Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raul...
Andrew Kelley
2018-09-21
fix comptime slice of pointer to array
Andrew Kelley
2018-09-20
add compile error for casting const array to mutable slice
Andrew Kelley
2018-09-20
better string literal caching implementation
Andrew Kelley
2018-09-18
fix optional pointer to empty struct incorrectly being non-null
Andrew Kelley
2018-09-18
add compile error for slice.*.len
Andrew Kelley
2018-09-18
implementation for bitcasting extern enum type to c_int
Andrew Kelley
2018-09-18
fix implicit cast of packed struct field to const ptr
Andrew Kelley
2018-09-18
fix @embedFile reading garbage memory
Andrew Kelley
2018-09-18
fix @bytesToSlice on a packed struct
Andrew Kelley
2018-09-17
add compile error for @ptrCast 0 bit type to non-0 bit type
Andrew Kelley
2018-09-17
add compile error for non-optional types compared against null
Andrew Kelley
2018-09-17
fix crash when bit shifting a u1
Andrew Kelley
2018-09-17
dereferencing a *u0 is comptime-known to be 0
Andrew Kelley
2018-09-14
fix alignment of structs
Andrew Kelley
[next]