| 9 years ago | Andrew Kelley | | parse-c: null statements |
| 9 years ago | Andrew Kelley | | parse-c: field access expressions |
| 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 |
| 9 years ago | Andrew Kelley | | README: add notepad++ syntax highlighting project |
| 9 years ago | Andrew Kelley | | std: add ChildProcess.kill |
| 9 years ago | Andrew Kelley | | std: add os.sleep |
| 9 years ago | Andrew Kelley | | better build.zig template |
| 9 years ago | Andrew Kelley | | parsec: turn panics into warnings |
| 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" |
|