| 9 years ago | Andrew Kelley | | travis: use embedded LLD and perform all tests |
| 9 years ago | Andrew Kelley | | rename parseh to parsec |
| 9 years ago | Andrew Kelley | | Merge branch 'c-to-zig' |
| 9 years ago | Josh Wolfe | | cleanup whitespace |
| 9 years ago | Josh Wolfe | | Revert "fix return types of min amd max" |
| 9 years ago | Josh Wolfe | | fix return types of min amd max |
| 9 years ago | Andrew Kelley | | only export __chkstk for windows |
| 9 years ago | Raul Leal | | Opaque ptr patch |
| 9 years ago | Andrew Kelley | | setEvalBranchQuota must be called from top of comptime stack |
| 9 years ago | Andrew Kelley | | allow array literals to have size and fix comptime bug |
| 9 years ago | Andrew Kelley | | add windows to test targets |
| 9 years ago | Andrew Kelley | | compiler-rt: add __aeabi_uldivmod |
| 9 years ago | Andrew Kelley | | successfully cross-building behavior tests for windows |
| 9 years ago | Andrew Kelley | | LLD: fix libCOFF calling exit() instead of return |
| 9 years ago | Andrew Kelley | | travis: skip cross compiling osx tests |
| 9 years ago | Andrew Kelley | | tests use darwin, not macosx since that's what macbook reports as |
| 9 years ago | Andrew Kelley | | test suite cross-compile builds tests for other targets |
| 9 years ago | Andrew Kelley | | align syntax: align(4) instead of align 4 |
| 9 years ago | Andrew Kelley | | codegen: all stores specify align value |
| 9 years ago | Andrew Kelley | | set alignment on all loads and globals |
| 9 years ago | Andrew Kelley | | compile error for not-aligned-enough pointer to cmpxchg |
| 9 years ago | Andrew Kelley | | add alignment field to pointer type |
| 9 years ago | Andrew Kelley | | when getting an element pointer, use the best alignment |
| 9 years ago | Andrew Kelley | | @ptrCast preserves larger alignment if applicable |
| 9 years ago | Andrew Kelley | | generic functions can access comptime args in align value |
| 9 years ago | Andrew Kelley | | add "child" field to pointer type |
| 9 years ago | Andrew Kelley | | add tests for function alignment handling |
| 9 years ago | Andrew Kelley | | add test for @alignCast on a slice |
| 9 years ago | Andrew Kelley | | more alignment improvements |
| 9 years ago | Andrew Kelley | | fix tests |
| 9 years ago | Andrew Kelley | | ptrCast gives compile error for increasing alignment |
| 9 years ago | Andrew Kelley | | prevent implicitly increasing pointer alignment |
| 9 years ago | Andrew Kelley | | pass all tests without triggering assertions |
| 9 years ago | Andrew Kelley | | fix bitfield pointer syntax |
| 9 years ago | Andrew Kelley | | introduce align keyword |
| 9 years ago | Andrew Kelley | | remove workaround for LLVM not respecting "nobuiltin" |
| 9 years ago | Andrew Kelley | | Merge branch 'embed-lld' |
| 9 years ago | Andrew Kelley | | audit alignment for functions |
| 9 years ago | Andrew Kelley | | Merge branch 'align' |
| 9 years ago | Andrew Kelley | | remove @alignOf and add @cAbiAlignOf and @preferredAlignOf |
| 9 years ago | Andrew Kelley | | add some asserts in switch analysis code |
| 9 years ago | Andrew Kelley | | fix wrong switch target type with enum from .h file |
| 9 years ago | Andrew Kelley | | float division by zero check only when FloatMode.Optimzed |
| 9 years ago | Andrew Kelley | | add zig-compiler-completions to Related Projects |
| 9 years ago | Andrew Kelley | | implement comptime bitcasting from array |
| 9 years ago | Andrew Kelley | | fix some casts on const data causing segfault |
| 9 years ago | Andrew Kelley | | refactor - codegen llvm functions lazily |
| 9 years ago | Andrew Kelley | | unreachable still codegens to unreachable in ReleaseFast test mode |
| 9 years ago | Andrew Kelley | | fix compiler test errors |
| 9 years ago | Andrew Kelley | | move docs to website |
|