| 10 years ago | Andrew Kelley | | build: std files each specify install destination |
| 10 years ago | Andrew Kelley | | fix detection of @import and @c_import inside fn body |
| 10 years ago | Andrew Kelley | | c_void is provided outside of C imports |
| 10 years ago | Andrew Kelley | | better hash table performance |
| 10 years ago | Andrew Kelley | | rename syscall.zig to linux.zig |
| 10 years ago | Andrew Kelley | | fix comparison of unsigned integers error |
| 10 years ago | Andrew Kelley | | rewrite how importing works |
| 10 years ago | Andrew Kelley | | Merge pull request #129 from notkild/master |
| 10 years ago | Andrew Kelley | | fix build error with signed/unsigned |
| 10 years ago | Andrew Kelley | | link: on windows link test runner and builtin o files |
| 10 years ago | Andrew Kelley | | update run_tests to work on windows |
| 10 years ago | Andrew Kelley | | os: implement windows os layer |
| 10 years ago | Andrew Kelley | | back to normal print specifiers |
| 10 years ago | Andrew Kelley | | use PRIuMAX instead of PRIu64 for mingw |
| 10 years ago | Andrew Kelley | | fix 64 bit integer printing for mingw |
| 10 years ago | Andrew Kelley | | rename 'environ' to 'env_type' |
| 10 years ago | Andrew Kelley | | os: fix ability to compile for windows |
| 10 years ago | Andrew Kelley | | add windows os code |
| 10 years ago | Andrew Kelley | | prepend underscore to non exported functions |
| 10 years ago | Andrew Kelley | | update bootstrap to work for macos too |
| 10 years ago | Andrew Kelley | | linking on darwin: provide builtins and -arch |
| 10 years ago | Andrew Kelley | | add missing system library to darwin linker job |
| 10 years ago | Andrew Kelley | | first pass at linking on macos |
| 10 years ago | Andrew Kelley | | handle libc include path and libc lib path differently |
| 10 years ago | Andrew Kelley | | MacOS has the same int sizes as Linux |
| 10 years ago | Andrew Kelley | | use llvm-config to find llvm include dirs |
| 10 years ago | Andrew Kelley | | update readme |
| 10 years ago | Andrew Kelley | | parseh: fix __cdecl causing a fn ptr to be double ptr |
| 10 years ago | Andrew Kelley | | parseh: ZIG_PARSEH_CFLAGS -> ZIG_NATIVE_PARSEH_CFLAGS |
| 10 years ago | Andrew Kelley | | parseh: support attributed types |
| 10 years ago | Andrew Kelley | | parseh: more specific warning for different calling conventions |
| 10 years ago | Andrew Kelley | | respect link order in source code |
| 10 years ago | Andrew Kelley | | if any c imports fail, don't emit undefined identifier errors |
| 10 years ago | Andrew Kelley | | dummy implementation of os_get_random_bytes for windows |
| 10 years ago | Andrew Kelley | | fix some c header symbol collisions |
| 10 years ago | Andrew Kelley | | add windows C int sizes |
| 10 years ago | Andrew Kelley | | a = b % c uses the types of b and c instead of a |
| 10 years ago | Andrew Kelley | | parseh: fix branching on undefined memory |
| 10 years ago | Andrew Kelley | | add @ctz, @clz and compiler_rt implementation |
| 10 years ago | Andrew Kelley | | if statement children nodes know if they're compiled out |
| 10 years ago | Andrew Kelley | | avoid codegening functions never called from conditional compilation |
| 10 years ago | Andrew Kelley | | fix build on GCC |
| 10 years ago | Andrew Kelley | | c integer size takes into account architecture and OS |
| 10 years ago | Andrew Kelley | | std: delete malloc and free |
| 10 years ago | Andrew Kelley | | i386 support |
| 10 years ago | Andrew Kelley | | add @compile_var("environ") |
| 10 years ago | Andrew Kelley | | Merge pull request #126 from srgpqt/master |
| 10 years ago | Andrew Kelley | | add @compile_var("os") and @compile_var("arch") |
| 10 years ago | Andrew Kelley | | add compile error for missing enumeration value in switch |
| 10 years ago | Andrew Kelley | | fix division by 0 crashing compiler |
|