| 7 years ago | emekoi | | fixed type signature |
| 7 years ago | emekoi | | fixed initializer and typos |
| 7 years ago | emekoi | | removed nullables |
| 7 years ago | emekoi | | changed pointer types |
| 7 years ago | emekoi | | fixed mutex on windows |
| 7 years ago | emekoi | | moved to InitializeCriticalSection to init |
| 7 years ago | emekoi | | switching back to EnterCriticalSection |
| 7 years ago | emekoi | | switching from EnterCriticalSection to TryEnterCriticalSection |
| 7 years ago | emekoi | | updated structs |
| 7 years ago | emekoi | | added mutex for windows |
| 7 years ago | Andrew Kelley |  | when rendering llvm const values, ensure the types align |
| 7 years ago | Andrew Kelley |  | `@typeInfo`: more correct return type info |
| 7 years ago | Andrew Kelley |  | fix debug info for function pointers |
| 7 years ago | Andrew Kelley |  | Merge pull request #1874 from ziglang/issue-1866 |
| 7 years ago | Marcio | | freebsd: fix wrong call to clock_getres (#1871) |
| 7 years ago | vegecode | | Mark comptime int hardcoded address pointee as a run time variable #1171 (#1868) |
| 7 years ago | Marcio Giaxa | | freebsd: add sockaddr structs |
| 7 years ago | Marcio Giaxa | | freebsd: implement clock related functions |
| 7 years ago | Marcio Giaxa | | freebsd: add clock const definitions |
| 7 years ago | vegecode | | @bitreverse intrinsic, part of #767 (#1865) |
| 7 years ago | alexander | | Add DIFlagStaticMember flag to functions. |
| 7 years ago | Andrew Kelley |  | Merge pull request #1859 from mgxm/fbsd2 |
| 7 years ago | Andrew Kelley |  | Merge pull request #1857 from vegecode/boolean-switch |
| 7 years ago | Andrew Kelley |  | allow not having libc include paths and doing @cImport |
| 7 years ago | Andrew Kelley |  | Merge branch 'nebulaeonline-nebulaeonline' |
| 7 years ago | Andrew Kelley |  | tests: make type info tests not depend on builtin.Os enum |
| 7 years ago | Andrew Kelley |  | hello world example can use `const` instead of `var` |
| 7 years ago | Andrew Kelley |  | comptime: ability to @ptrCast to an extern struct and read fields |
| 7 years ago | Andrew Kelley |  | self-hosted: add DeviceBusy as a BuildError |
| 7 years ago | Andrew Kelley |  | I observed open() return EBUSY on linux |
| 7 years ago | Andrew Kelley |  | translate-c: --verbose-cimport prints clang command |
| 7 years ago | myfreeweb | | Use Ninja in .builds/freebsd.yml |
| 7 years ago | tgschultz | | Removed allocator from Linux version DynLib. Added dynamic_library.zig to std test list. |
| 7 years ago | Andrew Kelley |  | Merge branch 'mgxm-srtht_fbsd' |
| 7 years ago | Andrew Kelley |  | Merge branch 'kristate-zig-backport-issue1832' |
| 7 years ago | Andrew Kelley |  | std.io: call the idiomatic std.mem.readInt functions |
| 7 years ago | Jimmi Holst Christensen | | Added formatting of function pointers (#1843) |
| 7 years ago | Jimmi Holst Christensen | | Fixed intToPtr to fn type when the address is hardcoded (#1842) |
| 7 years ago | Jimmi Holst Christensen | | formatType can now format comptime_int |
| 7 years ago | Andrew Kelley |  | README: clarify self-hosted status |
| 7 years ago | Andrew Kelley |  | ir: delete dead code |
| 7 years ago | Andrew Kelley |  | fix comptime pointer reinterpretation array index offset |
| 7 years ago | Andrew Kelley |  | ci: update msys packages before installing |
| 7 years ago | Andrew Kelley |  | implement comptime pointer cast |
| 7 years ago | Josh Wolfe | | mem foreign functions call the native ones |
| 7 years ago | Andrew Kelley |  | ci: install openssl on windows |
| 7 years ago | Andrew Kelley |  | docs: fix alphabetical sorting of builtin functions |
| 7 years ago | Andrew Kelley |  | Merge branch 'suirad-windows-wide-imports' |
| 7 years ago | Andrew Kelley |  | add mem.readVarInt, fix InStream.readVarInt, fix stack traces |
| 7 years ago | Andrew Kelley |  | fix mistakes introduced in b883bc8 |
|