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-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
2019-04-05
fix dereferencing a zero bit type
Andrew Kelley
2019-04-04
fix NaN comparing equal to itself
Andrew Kelley
2019-04-02
more regression fixes
Andrew Kelley
2019-04-02
remove the lazy value stuff
Andrew Kelley
2019-04-02
introduce lazy values
Andrew Kelley
2019-04-02
decouple llvm types from zig types
Andrew Kelley
2019-03-31
added error for implicit cast from *const T to *[1]T. credit: @kristate
emekoi
2019-03-31
fix anon enum literal used with switch on union(enum)
Andrew Kelley
2019-03-28
stage1: better error message when comparing against null
Shawn Landden
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-24
add compile error test for invalid enum literal implicit cast
Andrew Kelley
2019-03-24
implement peer type resolution for enum literals
Andrew Kelley
2019-03-24
make switch expressions allow enum literal types
Andrew Kelley
2019-03-24
implement implicit cast from enum literal to enum
Andrew Kelley
2019-03-24
introduce the enum literal type
Andrew Kelley
2019-03-23
add compile error for ignoring error
Andrew Kelley
2019-03-23
add peer type resolution for `*const T` and `?*T`
Andrew Kelley
2019-03-20
add docs for assembly and fix global assembly parsing
Andrew Kelley
2019-03-15
fix while continue block not checking for ignored expression
Andrew Kelley
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-14
breaking: fix @typeInfo handling of global error set type
Andrew Kelley
2019-03-13
breaking: remove --static; add -dynamic
Andrew Kelley
2019-03-13
Fix generation of comptime slices
LemonBoy
2019-03-11
Merge pull request #2049 from ziglang/problematic-mtime-detection
Andrew Kelley
2019-03-11
ir: fix handling of OnePossibleValueInvalid
Andrew Kelley
2019-03-11
check for type_has_one_possible_value and added correct caching to TypeInfo
Jimmi HC
2019-03-11
fixed enum to union code
Jimmi Holst Christensen
2019-03-11
use cached const_void_val
Jimmi Holst Christensen
2019-03-11
removed wild tab
Jimmi Holst Christensen
2019-03-11
fixed #1600
Jimmi Holst Christensen
2019-03-11
stage1 caching system: detect problematic mtimes
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-06
missed change when switching TypeInfo to use comptime_int
Sahnvour
[next]