| 9 years ago | Andrew Kelley | | std: fix os.sleep on darwin and windows |
| 9 years ago | Andrew Kelley | | coff linking passes -DEBUG |
| 9 years ago | Andrew Kelley | | add --verbose-link option |
| 9 years ago | Andrew Kelley | | std.build: catch mistake of setting output path to build dir |
| 9 years ago | Andrew Kelley | | std.build: explicitly disable stack protector when nostdlib |
| 9 years ago | Andrew Kelley | | README: macos instructions: suggest running tests |
| 9 years ago | Andrew Kelley | | README: macos instructions: simplify |
| 9 years ago | Andrew Kelley | | add macos instructions to readme |
| 9 years ago | Andrew Kelley | | std.build: simpler API |
| 9 years ago | Andrew Kelley | | add test for struct with invalid field |
| 9 years ago | Andrew Kelley | | zig build: use stack protector for C code in debug mode |
| 9 years ago | Andrew Kelley | | fix crash when enum has invalid field |
| 9 years ago | Andrew Kelley | | fix build for travis osx |
| 9 years ago | Andrew Kelley | | add -mllvm support |
| 9 years ago | Andrew Kelley | | fix use of uninitialized variable in alignCast |
| 9 years ago | Andrew Kelley | | add option to run tests in LLDB and turn it on for macos travis |
| 9 years ago | Andrew Kelley | | std.os.ChildProcess: fix fd leak |
| 9 years ago | Andrew Kelley | | add release-safe to the test matrix |
| 9 years ago | Marc Tiehuis | | Add dash arguments for cli |
| 9 years ago | Jonathan Marler | | Fixed softfloat header file for msvc (#482) |
| 9 years ago | Andrew Kelley | | bump incrementing allocator memory in build system to 20MB |
| 9 years ago | Andrew Kelley | | do not depend on __int128 |
| 9 years ago | Andrew Kelley | | Merge branch 'soft-float' |
| 9 years ago | Jonathan Marler | | Fixed a couple compilation errors for MSVC 64-bit (#475) |
| 9 years ago | Andrew Kelley | | add Child property of slice type |
| 9 years ago | Andrew Kelley | | Merge branch 'msvc' |
| 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 |
|