| 8 years ago | Andrew Kelley | | langref: docs for error return traces |
| 8 years ago | Andrew Kelley | | fix build on windows, broken by previous commit |
| 8 years ago | Andrew Kelley | | std.os.path.dirname: return null instead of empty slice |
| 8 years ago | Andrew Kelley |  | Merge pull request #1105 from ziglang/i128-compiler-rt |
| 8 years ago | Alexandros Naskos | | Enabled optional types of zero bit types with no LLVM DI type. (#1110) |
| 8 years ago | Andrew Kelley | | fix race condition bug in test harness of std.atomic |
| 8 years ago | Andrew Kelley | | std.zig.ast: add test for iterate |
| 8 years ago | Andrew Kelley | | langref: add merge error sets operator to operator table |
| 8 years ago | Andrew Kelley | | disallow implicit casts that break rules for optionals |
| 8 years ago | Andrew Kelley | | add docs and missing test case for merging error sets |
| 8 years ago | Andrew Kelley | | docgen: don't leave garbage .h files lying around |
| 8 years ago | Andrew Kelley | | better debugging for CI failures of std.atomic |
| 8 years ago | Andrew Kelley | | fix ability to call mutating methods on zero size structs |
| 8 years ago | Andrew Kelley | | zig fmt |
| 8 years ago | Andrew Kelley | | implement std.os.Dir for windows |
| 8 years ago | Andrew Kelley | | langref: add orelse keyword to syntax highlighting |
| 8 years ago | Andrew Kelley | | langref: add coroutines documentation |
| 8 years ago | Andrew Kelley | | implement @tagName as a switch instead of table lookup |
| 8 years ago | tgschultz | | Added C string support to fmt by using "{s}". The format string requirement is for saftey. (#1092) |
| 8 years ago | Marc Tiehuis | | Add arbitrary-precision integer to std |
| 8 years ago | Andrew Kelley | | std.zig: update syntax for orelse keyword |
| 8 years ago | Andrew Kelley |  | breaking syntax change: orelse keyword instead of ?? (#1096) |
| 8 years ago | Andrew Kelley |  | breaking syntax change: ??x to x.? (#1095) |
| 8 years ago | Ben Noordhuis | | support `--target-arch wasm32` (#1094) |
| 8 years ago | marleck55 | | std/fmt: Use lowercase k for kilo in base 1000 (#1090) |
| 8 years ago | Andrew Kelley | | Merge branch 'clownpriest-arraylist_set' |
| 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) |
|