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-23
Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2
Andrew Kelley
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-06-19
stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...
Shawn Landden
2019-06-18
when resolving slice types, might need to...
Andrew Kelley
2019-06-18
Revert "fixes resolving aligment of child type in slice"
Andrew Kelley
2019-06-16
fix type info crash on extern lib name
Andrew Kelley
2019-06-16
fixes resolving aligment of child type in slice
Jimmi HC
2019-06-14
fix `@export` for arrays not respecting the symbol name
Andrew Kelley
2019-06-14
fix `@export` for arrays and allow sections on extern variables
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
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-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
2019-05-08
C pointers support if and orelse
Andrew Kelley
2019-05-08
C pointers support .? operator
Andrew Kelley
2019-05-08
C pointers support `null`
Andrew Kelley
2019-04-28
Fix generation of container initializers
LemonBoy
2019-04-25
translate-c: put -x c back in there, it's necessary
Andrew Kelley
2019-04-25
translate-c: unify API for self-hosted and C++ translate-c
Andrew Kelley
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-24
`@sizeOf` returns 0 for comptime types
Andrew Kelley
2019-04-24
Merge pull request #2296 from LemonBoy/translate-c-stuff
Andrew Kelley
2019-04-24
fixed #2356
Jimmi HC
2019-04-22
Add some zig_panic for 80-bit float codepaths
LemonBoy
2019-04-15
link: exemption for wasm instead of wasi
Shritesh Bhattarai
2019-04-14
Merge pull request #2268 from shritesh/wasi
Andrew Kelley
2019-04-13
wasi: better extern wasi logic
Shritesh Bhattarai
2019-04-13
support extern "wasi" functions
Shritesh Bhattarai
2019-04-13
better handle quota of setEvalBranchQuota
Andrew Kelley
2019-04-07
src/ir.cpp: don't call-out to analyze_type_expr;
kristopher tate
2019-04-06
removed todo comment and added test
Jimmi Holst Christensen
2019-04-06
fixed 1726
Jimmi Holst Christensen
2019-04-06
ir: avoid dependency on isnan
Andrew Kelley
[next]