| 9 years ago | Josh Wolfe | | fix chain assignment semicolon |
| 9 years ago | Josh Wolfe | | chain assignment |
| 9 years ago | Andrew Kelley | | parse-c: support sizeof |
| 9 years ago | Andrew Kelley | | parse-c: support implicit cast to void * |
| 9 years ago | Andrew Kelley | | parse-c: support c style cast |
| 9 years ago | Josh Wolfe | | fix assignment needing an lvalue |
| 9 years ago | Andrew Kelley | | parse-c: array access expression |
| 9 years ago | Josh Wolfe | | add sub mul div rem |
| 9 years ago | Andrew Kelley | | parse-c: fix undefined array literals |
| 9 years ago | Josh Wolfe | | assign |
| 9 years ago | Josh Wolfe | | Merge remote-tracking branch 'origin/c-to-zig' into c-to-zig |
| 9 years ago | Josh Wolfe | | bitwise binary operators |
| 9 years ago | Josh Wolfe | | ==, != |
| 9 years ago | Josh Wolfe | | logical and, logical or |
| 9 years ago | Josh Wolfe | | add some tests |
| 9 years ago | Josh Wolfe | | Merge remote-tracking branch 'origin/c-to-zig' into c-to-zig |
| 9 years ago | Josh Wolfe | | if statement |
| 9 years ago | Josh Wolfe | | Merge remote-tracking branch 'origin/c-to-zig' into c-to-zig |
| 9 years ago | Josh Wolfe | | translate expr++ from c to zig |
| 9 years ago | Josh Wolfe | | fix tests |
| 9 years ago | Josh Wolfe | | optimize >>= operator for common case |
| 9 years ago | Andrew Kelley | | all parsec tests passing |
| 9 years ago | Andrew Kelley | | parsec: don't make pointless block in fn body |
| 9 years ago | Andrew Kelley | | Merge branch 'master' into c-to-zig |
| 9 years ago | Josh Wolfe | | Merge remote-tracking branch 'origin/c-to-zig' into c-to-zig |
| 9 years ago | Josh Wolfe | | analysis of result used |
| 9 years ago | Josh Wolfe | | oh, actually it was |
| 9 years ago | Josh Wolfe | | not my segfault |
| 9 years ago | Josh Wolfe | | Merge branch 'master' into c-to-zig |
| 9 years ago | Andrew Kelley | | local var |
| 9 years ago | jean-dao | | c macros: support hex chars (#459) |
| 9 years ago | Andrew Kelley | | fix uninitialized variable |
| 9 years ago | Andrew Kelley | | fix not verifying GlobalLinkage and AtomicOrder types |
| 9 years ago | Jonathan Marler | | Allow INVALID_HANDLE_VALUE for windows to work on 32-bit and 64-bit. (#457) |
| 9 years ago | jean-dao | | std.io.InStream: add readLine function (#458) |
| 9 years ago | Andrew Kelley | | variables are allowed to be pointers to opaque |
| 9 years ago | Andrew Kelley | | support parens in C macros |
| 9 years ago | Andrew Kelley | | add import test |
| 9 years ago | Andrew Kelley | | rename some behavior tests |
| 9 years ago | Andrew Kelley | | more compile errors for non-const variables of things |
| 9 years ago | Andrew Kelley | | std.fmt knows how to format &[N]u8 |
| 9 years ago | Andrew Kelley | | build: add more search paths for libclang |
| 9 years ago | Marc Tiehuis | | Add appendSlice function (#448) |
| 9 years ago | Marc Tiehuis | | Add exit function (#450) |
| 9 years ago | Jonathan Marler | | Switched find order for llvm, means it will choose llvm version 5.0 before any other version. (#446) |
| 9 years ago | Andrew Kelley | | fix std.Buffer.endsWith |
| 9 years ago | Andrew Kelley | | std.ChildProcess.spawn: handle 0 from waitpid correctly |
| 9 years ago | Andrew Kelley | | std.os.ChildProcess: don't expect all SIGCHLD to come from spawn |
| 9 years ago | Andrew Kelley | | fix ChildProcess.spawn on darwin |
| 9 years ago | Andrew Kelley | | std: os.ChildProcess knows when its child died |
|