| 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 |
| 8 years ago | Andrew Kelley | | fix zig fmt on windows |
| 8 years ago | Andrew Kelley | | windows: std.fs functions support concurrent ops |
| 8 years ago | Andrew Kelley |  | Merge pull request #1494 from ziglang/stage1-caching |
| 8 years ago | Andrew Kelley |  | Merge pull request #1506 from emekoi/master |
| 8 years ago | Andrew Kelley |  | ci: build zig in release mode |
| 8 years ago | Andrew Kelley |  | fix incorrect error union const value generation |
| 8 years ago | Andrew Kelley |  | fix incorrect union const value generation |
| 8 years ago | Andrew Kelley |  | disable stage2 tests on all targets |
| 8 years ago | Andrew Kelley |  | fix llvm assertion and missing compile error |
| 8 years ago | Bas van den Berg | | Add capacity and appendAssumeCapacity to ArrayList |
| 8 years ago | Andrew Kelley |  | Merge pull request #1488 from Sahnvour/windows-resolve-path |
| 8 years ago | Andrew Kelley |  | improve panic message from previous commit |
| 8 years ago | Andrew Kelley |  | C ABI: support returning large structs on x86_64 |
| 8 years ago | Andrew Kelley |  | C ABI: support medium size structs & unions for x86_64 params |
| 8 years ago | Andrew Kelley |  | stage1: function to classify x86_64 abi types |
| 8 years ago | Andrew Kelley |  | fix crash when var init has compile error |
| 8 years ago | Andrew Kelley |  | Merge branch 'c-abi' |
| 8 years ago | Marc Tiehuis |  | Merge pull request #1480 from kristate/x25519-pubkey-fix |
| 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 |
|