| 7 years ago | Andrew Kelley | | fix windows build |
| 7 years ago | Andrew Kelley | | windows and uefi don't have dynamic linkers |
| 7 years ago | Andrew Kelley | | better behavior when cache dir unavailable |
| 7 years ago | Andrew Kelley | | fix regressions on macos |
| 7 years ago | Andrew Kelley | | dynamic_linker_path can be null on some targets |
| 7 years ago | Andrew Kelley | | multi-arch glibc headers |
| 7 years ago | Andrew Kelley | | process headers tool |
| 7 years ago | Andrew Kelley | | cross compile glibc startup files |
| 7 years ago | Andrew Kelley | | support other architectures for glibc startup files |
| 7 years ago | Andrew Kelley | | add popcountdi2 to compiler_rt |
| 7 years ago | Andrew Kelley | | build libunwind.a from source and link it |
| 7 years ago | Andrew Kelley | | libcxx headers 8.0.0rc3 |
| 7 years ago | Andrew Kelley | | libunwind 8.0.0rc3 |
| 7 years ago | Andrew Kelley | | support glibc dl, m, pthread, rt |
| 7 years ago | Andrew Kelley | | fix translate-c |
| 7 years ago | Andrew Kelley | | dynamic linker path is independent from libc installation |
| 7 years ago | Andrew Kelley | | stop linking against gcc files |
| 7 years ago | Andrew Kelley | | support crtbegin.o and crtend.o when using explicit libc |
| 7 years ago | Andrew Kelley | | building glibc from source |
| 7 years ago | Andrew Kelley | | initial glibc support |
| 7 years ago | Andrew Kelley | | fix slice of C pointer |
| 7 years ago | Andrew Kelley | | fix build.zig not respecting --static |
| 7 years ago | Andrew Kelley | | fix const initialization of optional C pointer to null |
| 7 years ago | sjdh02 | | fix check for 64-bit arm platforms with new targets |
| 7 years ago | Andrew Kelley | | rename std lib files to new convention |
| 7 years ago | Andrew Kelley | | @returnAddress and @frameAddress return usize now |
| 7 years ago | Andrew Kelley | | fix @typeName on slices |
| 7 years ago | Sahnvour | | all integers returned by @typeInfo are now comptime_int |
| 7 years ago | Andrew Kelley | | compile error for import outside package path |
| 7 years ago | Andrew Kelley | | better error message for `-target windows` CLI |
| 7 years ago | Andrew Kelley | | Merge pull request #2020 from ziglang/kill-namespace-type |
| 7 years ago | Marc Tiehuis | | Use bitwise-and instead of modulo in __zig_return_error |
| 7 years ago | Andrew Kelley | | add mprotect syscall |
| 7 years ago | Andrew Kelley | | fix incorrect use of printf in previous commit |
| 7 years ago | Andrew Kelley | | print the command that failed when C source code fails to build |
| 7 years ago | Andrew Kelley | | uefi os: better auto detection of subsystem |
| 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 |
|