| 7 years ago | Andrew Kelley |  | struct types get fully qualified names |
| 7 years ago | Andrew Kelley |  | remove namespace type; files are empty structs |
| 7 years ago | Andrew Kelley |  | stage1: fix unused function error on freebsd and netbsd |
| 7 years ago | Andrew Kelley | | windows returns EINVAL for fopen when there is an asterisk in the name |
| 7 years ago | Andrew Kelley |  | improve docs for unions and switching on tagged unions |
| 7 years ago | Andrew Kelley | | fix stage1 zig fmt on macos |
| 7 years ago | Andrew Kelley |  | fix handling when there are multiple externs and |
| 7 years ago | Andrew Kelley |  | add test coverage for type used as switch case |
| 7 years ago | Andrew Kelley |  | add test coverage for binary OR on error sets |
| 7 years ago | Andrew Kelley |  | fix .gitignore file and add commit missing std lib file |
| 7 years ago | Andrew Kelley |  | add builder.addFmt API and use it to test stage1 zig fmt |
| 7 years ago | Andrew Kelley | | introduce sys_include_dir for when sys/* files are not with stdlib.h |
| 7 years ago | Andrew Kelley | | fix regressions on Windows |
| 7 years ago | Andrew Kelley |  | breaking changes to the way targets work in zig |
| 7 years ago | Andrew Kelley |  | use -nostdinc and sometimes -nolibc when compiling C code |
| 7 years ago | John Schmidt | | Add priority queue |
| 7 years ago | Andrew Kelley |  | use -nostdinc++ when compiling C code |
| 7 years ago | Andrew Kelley |  | use -nobuiltininc when compiling c code |
| 7 years ago | Andrew Kelley | | fix the libc compile error tests to only run on linux |
| 7 years ago | Andrew Kelley |  | fix incorrectly trying to memset at comptime |
| 7 years ago | Andrew Kelley |  | add a regression test for #704 |
| 7 years ago | Andrew Kelley |  | better error message when forgetting to link against libc |
| 7 years ago | Andrew Kelley |  | add a compile error note when C import fails and not linking libc |
| 7 years ago | Andrew Kelley |  | fix not finding libgcc_s when looking for native libc |
| 7 years ago | Andrew Kelley |  | add docs for zero bit types and pointers to zero bit types |
| 7 years ago | Andrew Kelley |  | delete incorrect TODO comment |
| 7 years ago | Andrew Kelley |  | fix infinite recursion in type_has_one_possible_value |
| 7 years ago | Andrew Kelley |  | zig build: 2 improvements |
| 7 years ago | Andrew Kelley |  | Merge pull request #2005 from ziglang/c-source |
| 7 years ago | Andrew Kelley |  | Merge pull request #2003 from ziglang/zig-cc |
| 7 years ago | Andrew Kelley |  | fix `zig fmt` arg0 handled incorrectly |
| 7 years ago | Andrew Kelley |  | introduce std.debug.captureStackTrace |
| 7 years ago | Andrew Kelley |  | better libc detection (#1996) |
| 7 years ago | Andrew Kelley |  | implement vector negation |
| 7 years ago | Andrew Kelley |  | add regression test for bitcast to array |
| 7 years ago | Andrew Kelley |  | docs for packed structs |
| 7 years ago | Andrew Kelley |  | fix `@bitCast` when src/dest types have mismatched handle_is_ptr |
| 7 years ago | Andrew Kelley |  | better field access of types which have one possible value |
| 7 years ago | Andrew Kelley |  | better handling of arrays in packed structs |
| 7 years ago | Andrew Kelley |  | `@sliceToBytes` works at comptime |
| 7 years ago | Andrew Kelley |  | extern structs support comptime bitcasting |
| 7 years ago | Andrew Kelley |  | packed structs support comptime bitcasting |
| 7 years ago | Andrew Kelley |  | deduplicate compile errors for undeclared identifiers |
| 7 years ago | Andrew Kelley |  | Merge branch 'matthew-mcallister-slice-deref-failure' |
| 7 years ago | LemonBoy | | Prevent crash in tagged enums rendering (#1986) |
| 7 years ago | Andrew Kelley |  | valgrind client requests for undefined values |
| 7 years ago | Andrew Kelley |  | remove --no-rosegment workaround now that valgrind bug is fixed |
| 7 years ago | Andrew Kelley |  | Merge branch 'kristate-zig-backport-issue1944' |
| 7 years ago | John Schmidt | | Some function doc tweaks (#1961) |
| 7 years ago | Andrew Kelley |  | docs: shadowing |
|