| 8 years ago | Andrew Kelley | | fix assertion failure when debug printing comptime values |
| 8 years ago | Andrew Kelley | | nullable pointers follow const-casting rules |
| 8 years ago | isaachier | | Fix error handling in Buffer::fromOwnedSlice (#1082) |
| 8 years ago | Andrew Kelley | | disable some implicit casts for unknown length pointers |
| 8 years ago | Jimmi Holst Christensen | | Allow access of array.len through a pointer |
| 8 years ago | Marc Tiehuis | | Fix json parser comma after empty object case |
| 8 years ago | Andrew Kelley | | add implicit casts from `*[N]T` |
| 8 years ago | Andrew Kelley | | remove @canImplicitCast builtin |
| 8 years ago | Andrew Kelley | | langref: automatic update of builtin.zig |
| 8 years ago | Andrew Kelley | | fix structs that contain types which require comptime |
| 8 years ago | Andrew Kelley |  | fix std.os.windows.PathFileExists specified in the wrong DLL (#1066) |
| 8 years ago | isaachier | | Fix const-ness of buffer in replaceContents method (#1065) |
| 8 years ago | Marc Tiehuis | | Add json.TokenStream (#1062) |
| 8 years ago | Braedon | | Add newline to zig fmt error (#1064) |
| 8 years ago | Marc Tiehuis | | Fix Log2Int type construction |
| 8 years ago | Andrew Kelley | | Pointer Reform: update @typeInfo |
| 8 years ago | Andrew Kelley | | add test for not allowing implicit cast from T to [*]const T |
| 8 years ago | Andrew Kelley | | disable deref syntax for unknown length pointers |
| 8 years ago | Andrew Kelley | | disable field access for unknown length pointers |
| 8 years ago | Andrew Kelley | | README: update support table |
| 8 years ago | Andrew Kelley | | disallow unknown-length pointer to opaque |
| 8 years ago | Andrew Kelley | | fix crash when evaluating return type has compile error |
| 8 years ago | Andrew Kelley |  | Merge pull request #1057 from ziglang/comptime-int |
| 8 years ago | Andrew Kelley |  | Pointer Reform: proper slicing and indexing (#1053) |
| 8 years ago | Andrew Kelley | | never call malloc with size 0 |
| 8 years ago | Andrew Kelley | | support `zig fmt: off` and `zig fmt: on` between top level decls |
| 8 years ago | Andrew Kelley | | Merge branch 'tgschultz-zig-custom-format' |
| 8 years ago | Andrew Kelley | | disallow single-item pointer indexing |
| 8 years ago | Marc Tiehuis | | Add context to zig_unreachable calls (#1039) |
| 8 years ago | Andrew Kelley | | better compile error for error sets behind nullable |
| 8 years ago | Marc Tiehuis | | Make zig fmt exit with error on any parse errors |
| 8 years ago | Andrew Kelley | | introduce [*] for unknown length pointers |
| 8 years ago | Andrew Kelley | | fix build file template |
| 8 years ago | Andrew Kelley | | appveyor: remove llvm 5.0.1 from cache |
| 8 years ago | Andrew Kelley | | docs: add missing builtin to langref syntax coloring |
| 8 years ago | Arthur Elliott | | fix typo (#1034) |
| 8 years ago | Andrew Kelley |  | Merge pull request #1032 from ziglang/pointer-reform |
| 8 years ago | Andrew Kelley | | zig fmt: add --color option to CLI help text |
| 8 years ago | Andrew Kelley | | Add --color CLI option to zig fmt |
| 8 years ago | Andrew Kelley | | zig fmt: don't compute a sha-256 for no reason |
| 8 years ago | Andrew Kelley | | run zig fmt on the codebase |
| 8 years ago | Andrew Kelley | | zig fmt: field access does not cause spaces for slicing |
| 8 years ago | Andrew Kelley | | zig fmt: space after fn in fn prototypes |
| 8 years ago | Andrew Kelley | | spaces around slice operator if operands are infix |
| 8 years ago | Andrew Kelley | | std.zig.render returns bool of whether anything changed |
| 8 years ago | Jimmi Holst Christensen | | Adding workaround for when the user tries to unwrap 'type' |
| 8 years ago | Jimmi Holst Christensen | | Removed copy-pasted resolve_inferred_error_set |
| 8 years ago | Jimmi Holst Christensen | | fixed #1009 |
| 8 years ago | Andrew Kelley | | fix syntax of std/json_test.zig |
| 8 years ago | Andrew Kelley | | fix AtomicFile for relative paths |
|