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-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-09
result loc semantics for array initialization
Andrew Kelley
2019-06-09
remove ResultLocField dead code
Andrew Kelley
2019-06-08
result location mechanism for struct initialization
Andrew Kelley
2019-06-08
hook up result locs for `try`
Andrew Kelley
2019-06-08
hook up peer result locs to orelse keyword
Andrew Kelley
2019-06-07
hook up peer result locs to catch
Andrew Kelley
2019-06-07
hook up result locs to for loops
Andrew Kelley
2019-06-07
hook up peer result locs to while bool and optional
Andrew Kelley
2019-06-07
hook up while on error unions with result locations
Andrew Kelley
2019-06-07
hook up peer result locs to if optional and if err
Andrew Kelley
2019-06-07
fix behavior for peer result locs with one prong unreachable
Andrew Kelley
2019-06-07
fix behavior for non sret fn calls
Andrew Kelley
2019-06-07
no-copy semantics for peer result function calls
Andrew Kelley
2019-06-04
no-copy semantics for switch expressions
Andrew Kelley
2019-06-03
fix the rest of the ir_build_alloca_src callsites
Andrew Kelley
2019-06-03
no-copy semantics for if optional and if error union
Andrew Kelley
2019-06-03
no-copy semantics for for loops
Andrew Kelley
2019-06-03
while loops
Andrew Kelley
2019-06-03
fix alignment of consts
Andrew Kelley
2019-06-03
var types, alignment, and comptime
Andrew Kelley
2019-06-03
add missing ir_expr_wrap calls
Andrew Kelley
2019-05-31
no-copy semantics for function forwarding
Andrew Kelley
2019-05-31
no-copy semantics for function call init var and literal
Andrew Kelley
2019-05-31
peer result locations with mixed runtime/comptime
Andrew Kelley
2019-05-31
local consts with comptime init exprs
Andrew Kelley
2019-05-30
no-copy semantics for nested if
Andrew Kelley
2019-05-30
no-copy semantics for if expr
Andrew Kelley
2019-05-30
no-copy semantics for basic runtime function call variable init
Andrew Kelley
2019-05-30
default struct field initialization expressions
Andrew Kelley
2019-05-29
std.meta/trait: def/definition => decl/declaration
tgschultz
2019-05-29
stage1: AstNodes cannot be casted, but are rather accessed via a union.
Shawn Landden
2019-05-29
`use` works on unions and enums in addition to structs
Andrew Kelley
2019-05-28
no "use of undeclared identifer" in dead comptime branches
Andrew Kelley
2019-05-26
allow implicit optional pointer to optional c_void pointer
Andrew Kelley
2019-05-26
introduce @hasDecl builtin function
Andrew Kelley
2019-05-26
support enum literals implicit casting to tagged unions
Andrew Kelley
2019-05-24
Implement @unionInit
Robert Scott
2019-05-19
Fix too eager comptime evaluation of error ptr
LemonBoy
2019-05-16
fixups to the previous commit
Andrew Kelley
2019-05-16
breaking changes to all bit manipulation intrinsics
Shawn Landden
2019-05-14
slice types no longer have field access
Andrew Kelley
2019-05-14
switching on error sets makes new error set for capture values
Andrew Kelley
2019-05-14
fix regression on switch capture value for multiple cases
Andrew Kelley
2019-05-14
else value when switching on error set has
Andrew Kelley
2019-05-10
fix hang for some compile errors
Andrew Kelley
2019-05-10
stage1: compile error for loop expr val ignored
Michael Dusan
2019-05-10
Fixes and simplifications for stage 1 parser
Jimmi HC
2019-05-09
stage1: make some asserts print source location
Andrew Kelley
2019-05-09
compile error for attempt to cast enum literal to error
Andrew Kelley
[prev]
[next]