| 7 years ago | Andrew Kelley |  | remove octal and hex floats from the language |
| 7 years ago | Andrew Kelley |  | parse_f128.c: fix whitespace |
| 7 years ago | Andrew Kelley |  | add mulXf3 to compiler-rt |
| 7 years ago | Andrew Kelley |  | stage1: implement get_dynamic_linker for riscv |
| 7 years ago | Andrew Kelley | | fix macos build instructions in readme and fix warning |
| 7 years ago | Shawn Landden | | std: add ascii with C ASCII character classes |
| 7 years ago | Andrew Kelley |  | Merge pull request #2094 from ziglang/f128-decimal-literal |
| 7 years ago | Matt Stancliff | | Fix typos around pointer usage |
| 7 years ago | Andrew Kelley |  | Merge pull request #2091 from ziglang/bigint-print-fix |
| 7 years ago | Andrew Kelley |  | Merge pull request #2087 from ziglang/float-parsing |
| 7 years ago | Jimmi Holst Christensen | | Updated langref to newest grammar |
| 7 years ago | Andrew Kelley |  | ci: more quoting |
| 7 years ago | Andrew Kelley |  | add documentation for zig test |
| 7 years ago | Andrew Kelley |  | ci: add FreeBSD to download page |
| 7 years ago | Andrew Kelley |  | ci: apt-get update before install as a workaround |
| 7 years ago | Andrew Kelley |  | add docs for assembly and fix global assembly parsing |
| 7 years ago | Andrew Kelley |  | Merge remote-tracking branch 'origin/llvm8' |
| 7 years ago | Andrew Kelley |  | Merge pull request #2079 from Sahnvour/issue-2050 |
| 7 years ago | Andrew Kelley |  | build.zig: allow run() on non-native target artifacts |
| 7 years ago | Andrew Kelley |  | disable all C warnings when building musl |
| 7 years ago | Andrew Kelley |  | zig targets prints the available libcs |
| 7 years ago | Andrew Kelley |  | better buffer length for formatIntUnsigned |
| 7 years ago | Jimmi Holst Christensen | | Updated parser to newest grammar |
| 7 years ago | Andrew Kelley |  | add documentation for Memory |
| 7 years ago | Andrew Kelley |  | pass explicit frame pointer args when compiling C code |
| 7 years ago | Andrew Kelley |  | Merge pull request #2069 from ziglang/glibc-assert-translation |
| 7 years ago | Andrew Kelley |  | libc: separate linux headers from musl/glibc |
| 7 years ago | Andrew Kelley | | when linking msvcrt, also link ntdll.lib |
| 7 years ago | Andrew Kelley |  | add missing std lib file rb.zig to cmakelists.txt |
| 7 years ago | Andrew Kelley | | enable issue_339 test on macos |
| 7 years ago | Andrew Kelley |  | add regression test for invalid multiple dereferences |
| 7 years ago | Andrew Kelley |  | add compile error for wrong type with `use` |
| 7 years ago | Andrew Kelley |  | fix while continue block not checking for ignored expression |
| 7 years ago | Andrew Kelley | | fix regressions on Windows from previous commit |
| 7 years ago | Andrew Kelley |  | breaking changes to std.mem.Allocator interface API |
| 7 years ago | Andrew Kelley |  | Merge pull request #2068 from ziglang/workaround-for-2043 |
| 7 years ago | Akuli | | Add /lib/x86_64-linux-gnu or similar to default system library search paths |
| 7 years ago | Andrew Kelley |  | breaking: fix @typeInfo handling of global error set type |
| 7 years ago | Andrew Kelley |  | macho linking: always -dynamic for non-static-libs |
| 7 years ago | Andrew Kelley |  | ignore -lm on darwin because it's handled by libSystem |
| 7 years ago | Andrew Kelley | | force windows to link against dynamic msvcrt |
| 7 years ago | Andrew Kelley |  | fix target_requires_pic and reloc_mode |
| 7 years ago | Andrew Kelley |  | breaking: remove --static; add -dynamic |
| 7 years ago | Andrew Kelley |  | fix @setRuntimeSafety not able to override release modes |
| 7 years ago | Andrew Kelley |  | this empty import workaround no longer necessary |
| 7 years ago | Andrew Kelley |  | add documentation for `pub` |
| 7 years ago | Andrew Kelley |  | zig test respects --output-dir parameter |
| 7 years ago | Andrew Kelley |  | add documentation for @"" syntax |
| 7 years ago | LemonBoy |  | Fix generation of comptime slices |
| 7 years ago | emekoi | | added z3 and fixed dynamic linker on mingw |
|