| 8 years ago | Andrew Kelley |  | fix zig build cache dir path |
| 8 years ago | Andrew Kelley | | windows os.cpp implementations |
| 8 years ago | Andrew Kelley |  | error messages for attempted cache when zig cannot perfectly do it |
| 8 years ago | Andrew Kelley |  | rename --enable-timing-info to -ftime-report to match clang |
| 8 years ago | Andrew Kelley |  | bring back zig-cache |
| 8 years ago | Andrew Kelley |  | Merge remote-tracking branch 'origin/master' into stage1-caching |
| 8 years ago | Andrew Kelley |  | stage1: clean up timing report in test mode |
| 8 years ago | Andrew Kelley |  | zig build: make the cache root dir before building |
| 8 years ago | Andrew Kelley | | darwin fixups |
| 8 years ago | Andrew Kelley | | stage1: build blake code with -std=c99 |
| 8 years ago | Andrew Kelley |  | zig build: better placement of test exe artifact |
| 8 years ago | Andrew Kelley |  | fix docgen tests |
| 8 years ago | Andrew Kelley |  | Merge remote-tracking branch 'origin/master' into stage1-caching |
| 8 years ago | Andrew Kelley |  | ability to disable cache. off by default except for... |
| 8 years ago | Andrew Kelley |  | stage1 caching: zig no longer uses zig-cache |
| 8 years ago | Andrew Kelley |  | caching is working |
| 8 years ago | Andrew Kelley |  | stage1: always optimize blake and softfloat even in debug mode |
| 8 years ago | Andrew Kelley |  | `zig id` command |
| 8 years ago | Andrew Kelley |  | basic compiler id hash working |
| 8 years ago | Andrew Kelley |  | assume evenly divided base64 |
| 8 years ago | Andrew Kelley |  | start creating a hash of input parameters |
| 8 years ago | Andrew Kelley |  | stage1: import blake2b implementation |
| 8 years ago | Andrew Kelley |  | stage1: improve handling of generic fn proto type expr |
| 8 years ago | Andrew Kelley |  | add compile error for using outer scoped runtime variables |
| 8 years ago | Andrew Kelley |  | stage1: rename more TypeTableEntry types to ZigType |
| 8 years ago | Andrew Kelley |  | stage1: rename VariableTableEntry to ZigVar |
| 8 years ago | Andrew Kelley |  | stage1: rename FnTableEntry to ZigFn |
| 8 years ago | Andrew Kelley |  | stage1: rename TypeTableEntry to ZigType |
| 8 years ago | Andrew Kelley |  | add test case for #726 |
| 8 years ago | Andrew Kelley |  | Merge branch 'hcff-floatToIntError' |
| 8 years ago | Andrew Kelley |  | stage1: fix tagged union with no payloads |
| 8 years ago | Andrew Kelley |  | stage1 compile error instead of crashing for unsupported comptime ptr cast |
| 8 years ago | Andrew Kelley | | stage1: fix build on macos |
| 8 years ago | Andrew Kelley |  | stage1: fix crash when invalid type used in array type |
| 8 years ago | Andrew Kelley |  | stage1: fix emit asm with explicit output file |
| 8 years ago | Andrew Kelley |  | fix compile error on gcc 7.3.0 |
| 8 years ago | Andrew Kelley |  | Merge pull request #1474 from ziglang/issue-1357 |
| 8 years ago | Andrew Kelley |  | stage1: use os_path_resolve instead of os_path_real |
| 8 years ago | Andrew Kelley |  | port std.os.path.resolve to stage1 |
| 8 years ago | Andrew Kelley |  | compile error for @noInlineCall on an inline fn |
| 8 years ago | Andrew Kelley |  | ir: consistent error checking for br and cond_br instructions |
| 8 years ago | Andrew Kelley |  | update throughput test to new File API |
| 8 years ago | Andrew Kelley |  | add compile error for comptime control flow inside runtime block |
| 8 years ago | Andrew Kelley |  | fix incorrect variable ref count |
| 8 years ago | Andrew Kelley |  | fix llvm assertion when adding callsite sret attr |
| 8 years ago | Andrew Kelley |  | Merge pull request #1441 from ziglang/poly1305-x25519 |
| 8 years ago | Andrew Kelley |  | compile errors for unimplemented minValue/maxValue builtins |
| 8 years ago | Andrew Kelley |  | fix incorrect value for inline loop |
| 8 years ago | Andrew Kelley |  | compile error instead of segfault for unimplemented feature |
| 8 years ago | Andrew Kelley |  | clarify const variables in docs |
|