| 7 years ago | Andrew Kelley |  | stage2: fix llvm.zig with opaque types back to single-item pointer |
| 7 years ago | Andrew Kelley |  | translate-c: back to *c_void for opaque types |
| 7 years ago | Andrew Kelley |  | allow C pointers to have alignment |
| 7 years ago | Andrew Kelley |  | compile error for C pointer with align attribute |
| 7 years ago | Andrew Kelley |  | add docs for C pointers |
| 7 years ago | Andrew Kelley |  | omit nonnull attribute for C pointers |
| 7 years ago | Andrew Kelley |  | fix implicit cast error unions with non-optional to optional pointer |
| 7 years ago | Andrew Kelley |  | add missing compile error for OpaqueType inside structs/unions |
| 7 years ago | Andrew Kelley |  | compile error tests for implicit C pointer casting |
| 7 years ago | Andrew Kelley |  | runtime safety check for casting null to pointer |
| 7 years ago | Andrew Kelley |  | comptime detection of casting null to pointer |
| 7 years ago | Andrew Kelley |  | C pointers: errors for nested pointer casting regarding null |
| 7 years ago | Andrew Kelley |  | compile error test for casting integer to c pointer |
| 7 years ago | Andrew Kelley |  | implicit casting between C pointer and optional non-C pointer |
| 7 years ago | Andrew Kelley |  | disallow C pointers to non-C-ABI-compatible element types |
| 7 years ago | Andrew Kelley |  | C pointers: delete dead code in ir_num_lit_fits_in_other_type |
| 7 years ago | Andrew Kelley |  | peer type resolution with C pointers |
| 7 years ago | Andrew Kelley |  | comptime support for pointer arithmetic with hard coded addresses |
| 7 years ago | Andrew Kelley |  | add C pointer type to @typeInfo |
| 7 years ago | Andrew Kelley |  | C pointer comparison and arithmetic |
| 7 years ago | Andrew Kelley |  | translate-c: use C pointer type everywhere |
| 7 years ago | Andrew Kelley |  | zig fmt: support C pointers |
| 7 years ago | Andrew Kelley |  | langref: update grammar with c pointers |
| 7 years ago | Andrew Kelley |  | casting between C pointers and normal pointers |
| 7 years ago | Andrew Kelley |  | added C pointer type and implicit int-to-ptr for this type |
| 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 |
|