| 8 years ago | Andrew Kelley | | build: add support for ZIG_STATIC on MacOS |
| 8 years ago | Andrew Kelley |  | update @typeInfo docs |
| 8 years ago | Andrew Kelley | | add dll export storage class where appropriate |
| 8 years ago | Josh Wolfe | | overhaul api for getting random integers (#1578) |
| 8 years ago | Andrew Kelley |  | fix crash when compile error evaluating return... |
| 8 years ago | Andrew Kelley |  | fix variables which are pointers to packed struct fields |
| 8 years ago | Andrew Kelley |  | the last number in a packed ptr is host int bytes |
| 8 years ago | Wink Saville | | Tweak SYMBOL_CHAR define in tokenizer.cpp |
| 8 years ago | Andrew Kelley |  | fix implicit casting to *c_void |
| 8 years ago | Jay Petacat | | stage1: Added `zig help` to show usage on stdout |
| 8 years ago | Andrew Kelley |  | fix crash on runtime index into slice of comptime type |
| 8 years ago | Andrew Kelley |  | fix not syntax highlighting builtin module |
| 8 years ago | Andrew Kelley |  | fix self reference through fn ptr field crash |
| 8 years ago | Wink Saville | | Remove StrLitKind enum |
| 8 years ago | Andrew Kelley |  | fix more bigint code paths and add tests |
| 8 years ago | Andrew Kelley | | fix translate-c test expecting incorrect C ABI on windows |
| 8 years ago | Andrew Kelley |  | fix comptime bitwise operations with negative values |
| 8 years ago | Andrew Kelley |  | minor langref improvements |
| 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 |
|