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
Age
Commit message (
Expand
)
Author
2017-08-30
tests use darwin, not macosx since that's what macbook reports as
Andrew Kelley
2017-08-30
test suite cross-compile builds tests for other targets
Andrew Kelley
2017-08-30
align syntax: align(4) instead of align 4
Andrew Kelley
2017-08-30
codegen: all stores specify align value
Andrew Kelley
2017-08-30
set alignment on all loads and globals
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
generic functions can access comptime args in align value
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
prevent implicitly increasing pointer alignment
Andrew Kelley
2017-08-29
pass all tests without triggering assertions
Andrew Kelley
2017-08-29
fix bitfield pointer syntax
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-28
Merge branch 'embed-lld'
Andrew Kelley
2017-08-28
remove remnants of depending on darwin system linker
Andrew Kelley
2017-08-27
all tests passing in MacOS
Andrew Kelley
2017-08-27
macos passing all tests except for building a shared library
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
macos updates
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-08-26
audit alignment for functions
Andrew Kelley
2017-08-26
codegen for enums chooses best order of tag and union fields
Andrew Kelley
2017-08-26
fixups from previous commit
Andrew Kelley
2017-08-26
use most_aligned_member+padding to represent enum unions
scurest
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-26
fix wrong switch target type with enum from .h file
Andrew Kelley
2017-08-26
fix invalid llvm IR for const enum
Andrew Kelley
2017-08-26
update for llvm 5.0.0rc1
Andrew Kelley
2017-08-25
float division by zero check only when FloatMode.Optimzed
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-25
unreachable still codegens to unreachable in ReleaseFast test mode
Andrew Kelley
2017-08-22
fix compiler test errors
Andrew Kelley
2017-08-20
move docs to website
Andrew Kelley
2017-08-20
more zen
Andrew Kelley
2017-08-20
move zen of zig to a sub command
Andrew Kelley
2017-08-20
fix not propagating parseh aliases through pub use decls
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
add compile error for globally shadowing a primitive type
Andrew Kelley
2017-08-19
bit shifting safety
Andrew Kelley
2017-08-18
remove dependency on quadmath.h
Andrew Kelley
2017-08-18
depend on libquadmath
Andrew Kelley
[next]