| 9 years ago | Andrew Kelley | | add OpaqueType builtin |
| 9 years ago | Andrew Kelley | | fix void return node and param name nodes, fix dupe macros |
| 9 years ago | Andrew Kelley | | parseh: fix duplicate definitions |
| 9 years ago | Andrew Kelley | | parseh: remove unneeded hash tables |
| 9 years ago | Andrew Kelley | | parseh tests passing |
| 9 years ago | Andrew Kelley | | parseh: fix generating functions from macros |
| 9 years ago | Andrew Kelley | | fix parseh bugs |
| 9 years ago | Andrew Kelley | | rewrite parseh to use AST instead of direct types |
| 9 years ago | Josh Wolfe | | translate while loops and implicit bitcasts |
| 9 years ago | Josh Wolfe | | translate some variable declaration cases |
| 9 years ago | Josh Wolfe | | progress toward variable declaration translation |
| 9 years ago | Josh Wolfe | | Merge remote-tracking branch 'origin/c-to-zig' into c-to-zig |
| 9 years ago | Josh Wolfe | | start implementing variable declaration translation |
| 9 years ago | Andrew Kelley | | parseh: emit_warning takes SourceLocation |
| 9 years ago | Andrew Kelley | | c-to-zig: less than, negation, ternary |
| 9 years ago | Andrew Kelley | | c-to-zig: return statement |
| 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 |
|