| 8 years ago | tgschultz | | Use std.os.errorUnexpectedPosix if timer initialization encounters unexpected error |
| 8 years ago | tgschultz | | Style cleanups, u64 casts, Timer.start returns error instead of unreachable on unexpected errno. |
| 8 years ago | tgschultz | | Fixed another incorrect comment |
| 8 years ago | tgschultz | | Added notes regarding CLOCK_MONOTONIC_RAW and made it easy to change our mind in the future. |
| 8 years ago | tgschultz | | Fixed incorrect sign on epoch.clr |
| 8 years ago | tgschultz | | fixed typos. |
| 8 years ago | tgschultz | | Fixed compiler errors around darwin code. |
| 8 years ago | tgschultz | | Added unstaged changes. |
| 8 years ago | tgschultz | | Added timestamp, high-perf. timer functions. |
| 8 years ago | Andrew Kelley |  | Merge pull request #900 from zig-lang/hash-and-checksums |
| 8 years ago | Andrew Kelley |  | Merge pull request #899 from bnoordhuis/fix898 |
| 8 years ago | Marc Tiehuis | | Add Hmac function (#890) |
| 8 years ago | Marc Tiehuis | | Fix off-by-one error in all crypto functions |
| 8 years ago | Andrew Kelley | | Merge branch 'hellerve-wip-macos-dirent' |
| 8 years ago | Andrew Kelley | | travis: don't skip tests |
| 8 years ago | Andrew Kelley | | travis: better s3 artifacts |
| 8 years ago | Andrew Kelley | | remove more signal handling stuff from std.os.ChildProcess |
| 8 years ago | Andrew Kelley | | travis: don't upload other files as artifacts |
| 8 years ago | Andrew Kelley | | travis: don't upload build/ folder as artifacts |
| 8 years ago | Andrew Kelley | | travis artifacts: don't upload extra stuff |
| 8 years ago | Andrew Kelley | | upload static linux artifacts on successful travis build |
| 8 years ago | Andrew Kelley | | std.io.readLine function |
| 8 years ago | Marc Tiehuis | | Add run compiler command |
| 8 years ago | Andrew Kelley | | musl-friendly dynamic linking |
| 8 years ago | Raul Leal | | Fix undeclared identifier error in readUntilDelimiterBuffer and incorrect number of parameters in readUntilDelimiterAlloc (#877) |
| 8 years ago | Andrew Kelley |  | Merge pull request #872 from zig-lang/runtime-libc |
| 8 years ago | Marc Tiehuis | | docs: fix unclosed code tag |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser parses all prefix operators |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now treats call expr as a suffix operator |
| 8 years ago | Andrew Kelley | | add ZIG_STATIC cmake option |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now parses call expr |
| 8 years ago | Jimmi Holst Christensen | | Fixed self hosted compiler compiler error from prev commit |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now supports all infix operators |
| 8 years ago | Andrew Kelley |  | Merge pull request #867 from zig-lang/rand-overhaul |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser can now parse top level test declarations |
| 8 years ago | Andrew Kelley | | fix compile time array concatenation for slices |
| 8 years ago | Andrew Kelley |  | Merge pull request #865 from bnoordhuis/zig-build-stage2 |
| 8 years ago | Jimmi Holst Christensen | | Fixed looking for windows sdk when targeting linux |
| 8 years ago | Andrew Kelley | | std.math.cast handles signed integers |
| 8 years ago | Andrew Kelley | | fix crash when compile error in analyzing @panic call |
| 8 years ago | Andrew Kelley | | fix bitrotted code in unexpected error tracing |
| 8 years ago | Andrew Kelley |  | Merge pull request #860 from jayschwa/patch-1 |
| 8 years ago | Andrew Kelley | | fix invalid codegen for error return traces across suspend points |
| 8 years ago | Andrew Kelley | | add comptime test for the type of suspend promise |
| 8 years ago | Andrew Kelley | | add promise->T syntax parsing |
| 8 years ago | Andrew Kelley | | fix async fns with inferred error sets |
| 8 years ago | Andrew Kelley | | move error ret tracing codegen to zig ir |
| 8 years ago | Andrew Kelley | | std.os.linux exposes syscall functions and syscall numbers |
| 8 years ago | Marc Tiehuis | | Fix os.File.mode function |
| 8 years ago | Marc Tiehuis | | Fix OpqaueType usage in exported c functions |
|