| 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 |
| 10 years ago | Andrew Kelley | | ability to cross compile |
| 10 years ago | Andrew Kelley | | cleanup target data organization |
| 10 years ago | Andrew Kelley | | targets command shows which ones are native |
| 10 years ago | Andrew Kelley | | add "targets" command to list architectures, oses, abis |
| 10 years ago | Andrew Kelley | | add link to intro in readme |
| 10 years ago | Andrew Kelley | | don't create debug type for void arrays |
| 10 years ago | Andrew Kelley | | minor readme rewording |
| 10 years ago | Andrew Kelley | | if statements can be const expr evaluated |
| 10 years ago | Andrew Kelley | | fix -dynamic-linker arg to ld when not overridden |
| 10 years ago | Andrew Kelley | | @const_eval returns poison value for type when it fails |
| 10 years ago | Andrew Kelley | | std: fix parse_u64 implementation and add test |
| 10 years ago | Andrew Kelley | | fix build with GCC |
| 10 years ago | Andrew Kelley | | support overriding the dynamic linker argument to ld |
| 10 years ago | Josh Wolfe | | fix some of the ubuntu build trouble |
|