| 7 years ago | Matthew McAllister | | Fix lvalue dereference type checking |
| 7 years ago | Andrew Kelley | | translate-c: 4 more functions using C decls |
| 7 years ago | Andrew Kelley | | fix regressions from previous commit when building with clang |
| 7 years ago | Andrew Kelley | | translate-c: proof of concept for transitioning to userland |
| 7 years ago | Andrew Kelley | | README: direct link to Download & Documentation at the top |
| 7 years ago | Andrew Kelley | | refactor translate-c - no more using namespace clang |
| 7 years ago | Andrew Kelley | | Merge pull request #1898 from Sahnvour/translate-c-arrays |
| 7 years ago | Andrew Kelley | | fmt_runner: remove redundant check |
| 7 years ago | Andrew Kelley | | bring zig fmt to stage1 |
| 7 years ago | Marc Tiehuis | | Merge pull request #1958 from ziglang/parse-float |
| 7 years ago | emekoi | | removed hidden union tag in release modes |
| 7 years ago | Andrew Kelley | | typecheck the panic function |
| 7 years ago | Andrew Kelley | | breaking: fix @sizeOf to be alloc size rather than store size |
| 7 years ago | Andrew Kelley | | Merge pull request #1965 from ziglang/c-pointer-type |
| 7 years ago | Andrew Kelley | | add test for truncate on comptime integers |
| 7 years ago | Andrew Kelley | | remove the "top of the comptime stack" compile error |
| 7 years ago | Andrew Kelley | | ci: freebsd: remove '.git' from URL as per upstream suggestion |
| 7 years ago | Jimmi Holst Christensen | | Added error for nesting vectors |
| 7 years ago | Jimmi Holst Christensen | | We already support vector bit operators, so let's test it |
| 7 years ago | Jimmi Holst Christensen | | Merge branch 'master' of github.com:ziglang/zig |
| 7 years ago | Jimmi Holst Christensen | | We already support vector on floats, so let's test it |
| 7 years ago | Andrew Kelley | | README: move i386-macosx to Tier 4 |
| 7 years ago | Andrew Kelley | | avoid needlessly creating global constants |
| 7 years ago | Jimmi Holst Christensen | | testing.expectEqual use expected type as the type of actual |
| 7 years ago | Andrew Kelley | | `@truncate`: comptime 0 when target type is 0 bits |
| 7 years ago | Andrew Kelley | | docs: add threadlocal keyword to grammar |
| 7 years ago | Andrew Kelley | | fix not updating debug info type of optional error sets |
| 7 years ago | Andrew Kelley | | Merge branch 'vector-int-add-safety' |
| 7 years ago | Andrew Kelley | | docgen: update for threadlocal keyword |
| 7 years ago | Andrew Kelley | | zig fmt: support threadlocal |
| 7 years ago | Andrew Kelley | | fix docs |
| 7 years ago | Andrew Kelley | | fix compiler assertion failure when returning value from test |
| 7 years ago | Andrew Kelley | | std.debug.assert: remove special case for test builds |
| 7 years ago | John Schmidt | | Make ThreadSafeFixedBufferAllocator alias FixedBufferAllocator when --single-threaded |
| 7 years ago | Andrew Kelley | | fix using the result of @intCast to u0 |
| 7 years ago | Andrew Kelley | | build: make sure LLVM is exactly correct |
| 7 years ago | Andrew Kelley | | better error message when LLVM does not understand a triple |
| 7 years ago | Andrew Kelley | | Merge branch 'kristate-zig-backport-std.mem.join' |
| 7 years ago | Andrew Kelley | | Merge branch 'kristate-zig-backport-std.os.path' |
| 7 years ago | Andrew Kelley | | Merge pull request #1924 from ziglang/tls |
| 7 years ago | Andrew Kelley | | doc/targets.md has moved to the github wiki |
| 7 years ago | tgschultz | | Fixed Serializer and BitOutStream when used with streams that have empty error sets. |
| 7 years ago | Andrew Kelley | | Merge pull request #1919 from Sahnvour/windows-childprocess |
| 7 years ago | Andrew Kelley | | docs: clarify passing aggregate types as parameters |
| 7 years ago | Jimmi Holst Christensen | | Added support for vector wrapping mult and sub |
| 7 years ago | Andrew Kelley | | fix vector debug info tripping LLVM assertion |
| 7 years ago | Andrew Kelley | | SIMD: array to vector, vector to array, wrapping int add |
| 7 years ago | Andrew Kelley | | Merge branch 'kristate-zig-backport-std.mem.separate' |
| 7 years ago | Andrew Kelley | | `std.mem.Allocator.create` replaced with better API |
| 7 years ago | Matthew McAllister | | Fix slice concatenation |
|