| 8 years ago | Andrew Kelley | | add f16 to langref |
| 8 years ago | tgschultz | | Fix up some std.rand syntax #1161 (#1162) |
| 8 years ago | Andrew Kelley |  | Merge pull request #1159 from bnoordhuis/f16 |
| 8 years ago | Andrew Kelley | | langref: explicit cast section |
| 8 years ago | Andrew Kelley | | fix crash for optional pointer to empty struct |
| 8 years ago | Andrew Kelley | | rename get_maybe_type to get_optional_type |
| 8 years ago | Isaac Hier | | Fix os_path_join for case where dirname is empty |
| 8 years ago | Andrew Kelley | | std.zig.ast: fix incorrect impl of FnProto.firstToken |
| 8 years ago | Andrew Kelley | | clean up self hosted main. delete unsupported commands |
| 8 years ago | Andrew Kelley |  | Merge pull request #1149 from ziglang/issue346 |
| 8 years ago | Andrew Kelley | | add casting docs, __extenddftf2, and __extendsftf2 |
| 8 years ago | Andrew Kelley |  | Merge pull request #1145 from isaachier/bigint-neg-one-incr-fix |
| 8 years ago | Marc Tiehuis | | Add float repr bit extraction functions |
| 8 years ago | Ben Noordhuis | | fix f128 remainder division bug |
| 8 years ago | Andrew Kelley | | Merge branch 'kristate-stdmem-replace-create-with-construct' |
| 8 years ago | Andrew Kelley | | fix runtime fn ptr equality codegen |
| 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 |
|