| 8 years ago | Andrew Kelley | | fix calling method with comptime pass-by-non-copyign-value self arg |
| 8 years ago | Andrew Kelley | | remove redundant implicit casting code |
| 8 years ago | Andrew Kelley | | langref: organize docs for inline loops and add note about when to use it |
| 8 years ago | Andrew Kelley | | `@floatToInt` now has safety-checked undefined behavior |
| 8 years ago | Andrew Kelley | | update langref |
| 8 years ago | Andrew Kelley |  | Merge pull request #1136 from alexnask/typeinfo_improvements |
| 8 years ago | Andrew Kelley |  | Merge pull request #1134 from ziglang/no-explicit-casting |
| 8 years ago | Andrew Kelley | | zig fmt: support directories |
| 8 years ago | Andrew Kelley | | stage1: update darwin code to workaround old libc bug |
| 8 years ago | Andrew Kelley | | Merge branch 'binary132-fix-1117-macos-realpath' |
| 8 years ago | Andrew Kelley | | langref: add docs for void |
| 8 years ago | Andrew Kelley | | disallow opaque as a return type of fn type syntax |
| 8 years ago | Andrew Kelley | | fix compiler crash when using @intToFloat with float literal |
| 8 years ago | Andrew Kelley |  | Merge pull request #1130 from ziglang/remove-bool-casting-syntax |
| 8 years ago | Andrew Kelley | | disable failing macos test. see #1126 |
| 8 years ago | Andrew Kelley | | msp430 target: c_long is always 32 bits |
| 8 years ago | Andrew Kelley | | update std.DynLib to use @intCast |
| 8 years ago | Andrew Kelley |  | Merge pull request #1123 from ziglang/remove-number-casting-syntax |
| 8 years ago | Andrew Kelley | | add target C int type information for msp430 target |
| 8 years ago | Andrew Kelley |  | Merge pull request #1109 from ziglang/pass-by-non-copying-value |
| 8 years ago | Andrew Kelley | | posix read can return error.IsDir |
| 8 years ago | Andrew Kelley | | langref: be clear that float types are always IEEE 754 |
| 8 years ago | Andrew Kelley | | disable load dynamic library test |
| 8 years ago | Andrew Kelley | | load_dynamic_library test: no need to link libc |
| 8 years ago | Andrew Kelley | | std.DynLib: open the fd with CLOEXEC |
| 8 years ago | Andrew Kelley | | add basic std lib code for loading dynamic libraries |
| 8 years ago | Jay Petacat | | Make `zig version` compliant with SemVer (#1113) |
| 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) |
|