| 7 years ago | Andrew Kelley | | implement allowzero pointer attribute |
| 7 years ago | Andrew Kelley | | add compile error test for invalid enum literal implicit cast |
| 7 years ago | Andrew Kelley | | implement peer type resolution for enum literals |
| 7 years ago | Andrew Kelley | | make switch expressions allow enum literal types |
| 7 years ago | Andrew Kelley | | implement implicit cast from enum literal to enum |
| 7 years ago | Andrew Kelley | | introduce the enum literal type |
| 7 years ago | Andrew Kelley | | add compile error for ignoring error |
| 7 years ago | Andrew Kelley | | add regression tests for a bug fixed by an older commit |
| 7 years ago | Andrew Kelley | | add peer type resolution for `*const T` and `?*T` |
| 7 years ago | Andrew Kelley | | character literals: allow unicode escapes |
| 7 years ago | Andrew Kelley | | docs: clarify NaN, inf, -inf |
| 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 |
|