| 8 years ago | Wink Saville | | Ignore class-memaccess error for gcc 8 and above |
| 8 years ago | Andrew Kelley |  | fix translate-c incorrectly translating negative enum init values |
| 8 years ago | Andrew Kelley |  | fix godbolt cli test on non-linux-x86_64 hosts |
| 8 years ago | Andrew Kelley |  | add panic function to godbolt CLI API test |
| 8 years ago | Andrew Kelley |  | add test to cover the CLI API that godbolt is using |
| 8 years ago | Wink Saville | | Fix typo in argsAlloc comment |
| 8 years ago | Andrew Kelley |  | include LICENSE in windows static builds |
| 8 years ago | Jeff Fowler | | rm extraneous macro |
| 8 years ago | Andrew Kelley |  | fix @compileLog having unintended side effects |
| 8 years ago | Andrew Kelley |  | doc: add note about reproducible builds |
| 8 years ago | Andrew Kelley |  | add compile error for slice of undefined slice |
| 8 years ago | Andrew Kelley |  | stage1: unify 2 implementations of pointer deref |
| 8 years ago | Andrew Kelley |  | fix comptime string concatenation ignoring slice bounds |
| 8 years ago | Andrew Kelley |  | Merge branch 'raulgrell-BitByteOffsetOfs' |
| 8 years ago | Andrew Kelley |  | fix comptime slice of pointer to array |
| 8 years ago | Andrew Kelley |  | fix formatInt to handle upcasting to base int size |
| 8 years ago | Andrew Kelley |  | add compile error for casting const array to mutable slice |
| 8 years ago | Andrew Kelley |  | better string literal caching implementation |
| 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 |
|