| 8 years ago | Andrew Kelley |  | add workaround for `llvm-config --system-libs` |
| 8 years ago | Andrew Kelley |  | travis: build zig with gcc to match what llvm was built with |
| 8 years ago | Andrew Kelley |  | build: fix finding llvm and clang 7 |
| 8 years ago | Andrew Kelley |  | travis: fix llvm apt package names |
| 8 years ago | Andrew Kelley |  | fix typo from previous commit |
| 8 years ago | Andrew Kelley |  | travis: fix package names |
| 8 years ago | Andrew Kelley |  | travis: update apt repo url |
| 8 years ago | Andrew Kelley |  | appveyor: remove old cache file |
| 8 years ago | Andrew Kelley |  | Merge remote-tracking branch 'origin/llvm7' |
| 8 years ago | Christian Wesselhoeft | | std/index.zig: Fix import |
| 8 years ago | Andrew Kelley |  | fix regression from previous commit |
| 8 years ago | Andrew Kelley |  | zig fmt: handle shebang lines |
| 8 years ago | Andrew Kelley |  | fix optional pointer to empty struct incorrectly being non-null |
| 8 years ago | Andrew Kelley |  | add compile error for slice.*.len |
| 8 years ago | Andrew Kelley |  | stage1 caching: don't write manifest until cache release |
| 8 years ago | Andrew Kelley |  | implementation for bitcasting extern enum type to c_int |
| 8 years ago | Andrew Kelley |  | fix implicit cast of packed struct field to const ptr |
| 8 years ago | Andrew Kelley |  | fix @embedFile reading garbage memory |
| 8 years ago | Andrew Kelley |  | minor cleanups from 68c1d05917 |
| 8 years ago | Andrew Kelley |  | fix @bytesToSlice on a packed struct |
| 8 years ago | emekoi | | compiling on mingw is now supported (#1542) |
| 8 years ago | Josh Wolfe | | link to #1544 |
| 8 years ago | Josh Wolfe |  | Merge pull request #1543 from ziglang/bit_shifting |
| 8 years ago | Andrew Kelley |  | fix codegen for @intCast to u0 |
| 8 years ago | Andrew Kelley |  | remove deprecated, unused windows functions |
| 8 years ago | Andrew Kelley |  | add compile error for @ptrCast 0 bit type to non-0 bit type |
| 8 years ago | Andrew Kelley |  | add compile error for non-optional types compared against null |
| 8 years ago | Andrew Kelley |  | fix crash when bit shifting a u1 |
| 8 years ago | Andrew Kelley |  | dereferencing a *u0 is comptime-known to be 0 |
| 8 years ago | Andrew Kelley |  | remove `zig build --init`. add `zig init-lib` and `zig init-exe` |
| 8 years ago | Andrew Kelley |  | allow extern structs to have stdcallcc function pointers |
| 8 years ago | Andrew Kelley |  | fix crash when pointer casting a runtime extern function |
| 8 years ago | Andrew Kelley |  | add docs for `@This()` |
| 8 years ago | Andrew Kelley |  | fix alignment of structs |
| 8 years ago | Andrew Kelley |  | fix coroutine alignment |
| 8 years ago | Wink Saville | | Fix additional regressions calling FileOutStream/FileInStream init() |
| 8 years ago | Andrew Kelley |  | docs: more syntax highlighting |
| 8 years ago | Andrew Kelley |  | fix tagged union with all void payloads but meaningful tag |
| 8 years ago | Andrew Kelley |  | fix assertion failure on compile-time `@intToPtr` of function |
| 8 years ago | Andrew Kelley |  | remove `this`. add `@This()`. |
| 8 years ago | Andrew Kelley |  | remove the scope parameter of setFloatMode |
| 8 years ago | Andrew Kelley |  | stage1: put test output artifact back in zig-cache folder |
| 8 years ago | Andrew Kelley |  | add compile error for merging non- error sets |
| 8 years ago | Andrew Kelley |  | fix tagged union with only 1 field tripping assertion |
| 8 years ago | Andrew Kelley |  | appveyor: skip all release tests to save time |
| 8 years ago | Andrew Kelley |  | Merge branch 'kristate-cache-invalidformat-issue1510' |
| 8 years ago | Marc Tiehuis | | math/complex: cexp test correction and ldexp usage fix |
| 8 years ago | Andrew Kelley |  | appveyor: skip release-safe to save time |
| 8 years ago | Andrew Kelley |  | docs: langref is now javascript-free |
| 8 years ago | Andrew Kelley |  | ci: skip release-small tests to save time |
|