| 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" |
| 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 |
|