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
2017-11-15
basic union support
Andrew Kelley
2017-11-10
fix test failures
Andrew Kelley
2017-11-09
fix parameter of extern var args not type checked
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-11-06
add @memberType and @memberName builtin functions
Andrew Kelley
2017-11-04
fix build on MacOS
Andrew Kelley
2017-11-04
add compile-time reflection for function arg types
Andrew Kelley
2017-11-03
more compile-time type reflection
Andrew Kelley
2017-10-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-23
add maximum value for @setAlignStack
Andrew Kelley
2017-10-21
report compile error instead of crashing for void in var args
Andrew Kelley
2017-10-06
fix compiler crash when invalid value used
Andrew Kelley
2017-10-03
add @setAlignStack builtin
Andrew Kelley
2017-09-20
Merge branch 'master' into c-to-zig
Andrew Kelley
2017-09-17
fix use of uninitialized variable in alignCast
Andrew Kelley
2017-09-14
depend on embedded SoftFloat-3d instead of __float128
Andrew Kelley
2017-09-13
add Child property of slice type
Andrew Kelley
2017-09-12
fix error messages
Andrew Kelley
2017-09-11
Add support for MSVC
Jonathan Marler
2017-09-10
fix not verifying GlobalLinkage and AtomicOrder types
Andrew Kelley
2017-09-10
variables are allowed to be pointers to opaque
Andrew Kelley
2017-09-09
more compile errors for non-const variables of things
Andrew Kelley
2017-09-07
std: os.ChildProcess knows when its child died
Andrew Kelley
2017-09-05
rename parseh to parsec
Andrew Kelley
2017-09-05
Merge branch 'c-to-zig'
Andrew Kelley
2017-09-05
add OpaqueType builtin
Andrew Kelley
2017-09-05
fix void return node and param name nodes, fix dupe macros
Andrew Kelley
2017-09-02
rewrite parseh to use AST instead of direct types
Andrew Kelley
2017-09-01
cleanup whitespace
Josh Wolfe
2017-08-31
setEvalBranchQuota must be called from top of comptime stack
Andrew Kelley
2017-08-31
allow array literals to have size and fix comptime bug
Andrew Kelley
2017-08-30
codegen: all stores specify align value
Andrew Kelley
2017-08-30
compile error for not-aligned-enough pointer to cmpxchg
Andrew Kelley
2017-08-30
add alignment field to pointer type
Andrew Kelley
2017-08-30
when getting an element pointer, use the best alignment
Andrew Kelley
2017-08-30
@ptrCast preserves larger alignment if applicable
Andrew Kelley
2017-08-30
add "child" field to pointer type
Andrew Kelley
2017-08-29
more alignment improvements
Andrew Kelley
2017-08-29
fix tests
Andrew Kelley
2017-08-29
ptrCast gives compile error for increasing alignment
Andrew Kelley
2017-08-29
fix bitfield pointer syntax
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-26
remove @alignOf and add @cAbiAlignOf and @preferredAlignOf
Andrew Kelley
2017-08-26
add some asserts in switch analysis code
Andrew Kelley
2017-08-25
implement comptime bitcasting from array
Andrew Kelley
2017-08-25
fix some casts on const data causing segfault
Andrew Kelley
2017-08-25
refactor - codegen llvm functions lazily
Andrew Kelley
2017-08-20
compile-time f32, f64 operations are now correctly lossy
Andrew Kelley
2017-08-19
add setEvalBranchQuota builtin function
Andrew Kelley
2017-08-19
bit shifting safety
Andrew Kelley
[next]