| 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 |
| 10 years ago | Andrew Kelley | | support static linking against libc |
| 10 years ago | Andrew Kelley | | add link to tetris example |
| 10 years ago | Andrew Kelley | | parseh: tiny performance improvement |
| 10 years ago | Andrew Kelley | | improve performance for get_fn_type |
| 10 years ago | Andrew Kelley | | array.len generates a constant number literal expression |
| 10 years ago | Andrew Kelley | | remove ptr field access of arrays |
| 10 years ago | Andrew Kelley | | error for non const expr in array size outside fn |
| 10 years ago | Andrew Kelley | | implement @const_eval |
| 10 years ago | Andrew Kelley | | add debug info for loop variables |
| 10 years ago | Andrew Kelley | | blocks with one statement pass constant expression eval |
| 10 years ago | Andrew Kelley | | fix a bogus call to bignum_normalize causing assertion failure |
| 10 years ago | Andrew Kelley | | fix debug type of ptr and len fields of slices |
|