| 9 years ago | Andrew Kelley | | std: better int log2 implementation for number literals |
| 9 years ago | Andrew Kelley | | add compile error for globally shadowing a primitive type |
| 9 years ago | Andrew Kelley | | bit shifting safety |
| 9 years ago | Andrew Kelley | | slightly nicer floating point printing |
| 9 years ago | Andrew Kelley | | make udivmod generic and add tests |
| 9 years ago | Andrew Kelley | | add compiler-rt fns: udivmodti4, udivti3, umodti3 |
| 9 years ago | Andrew Kelley | | include compiler-rt tests in main testing suite |
| 9 years ago | Andrew Kelley | | remove dependency on quadmath.h |
| 9 years ago | Andrew Kelley | | depend on libquadmath |
| 9 years ago | Andrew Kelley | | cast between __float128 and double to fix build in some places |
| 9 years ago | Andrew Kelley | | make casting between __float128 and long double explicit |
| 9 years ago | Andrew Kelley | | fix bitCast for big integers |
| 9 years ago | Andrew Kelley | | fix big integer shifting by large number |
| 9 years ago | Andrew Kelley | | add compiler_rt functions for f128 |
| 9 years ago | Andrew Kelley | | fix wrong value for clz, ctz at compile time |
| 9 years ago | Andrew Kelley | | compiler_rt implementations for __fixuns* functions |
| 9 years ago | Andrew Kelley | | organize file path of compiler_rt |
| 9 years ago | Andrew Kelley | | update gitignore |
| 9 years ago | Andrew Kelley | | fix tokenization error pointing to wrong character |
| 9 years ago | Andrew Kelley | | Merge pull request #417 from zig-lang/coverage-fix |
| 9 years ago | Andrew Kelley | | more intuitive left shift and right shift operators |
| 9 years ago | Andrew Kelley | | add ptrToInt builtin, remove usize(ptr) cast |
| 9 years ago | Andrew Kelley | | zen update |
| 9 years ago | Andrew Kelley | | README: add the zen of zig |
| 9 years ago | Andrew Kelley | | fix printing floating point compile errors |
| 9 years ago | Andrew Kelley | | add ability to explicitly cast float to integer |
| 9 years ago | Andrew Kelley | | Merge pull request #412 from zig-lang/issue-399 |
| 9 years ago | Andrew Kelley | | limit generated C preprocessor tokens to alphabet |
| 9 years ago | Andrew Kelley | | Revert "silence false positives about uninitialized variables" |
| 9 years ago | Andrew Kelley | | fix constant debug info when number literal is 0 |
| 9 years ago | Andrew Kelley | | fix invalid target info |
| 9 years ago | Andrew Kelley | | fix segfault when var args fn proto shows up in ir printing |
| 9 years ago | Andrew Kelley | | silence false positives about uninitialized variables |
| 9 years ago | Andrew Kelley | | remove duplicate gitignore entry |
| 9 years ago | Andrew Kelley | | add missing stdcallcc to ExitProcess decl |
| 9 years ago | Andrew Kelley | | fix initializing undefined and crash when casting to invalid type |
| 9 years ago | Marc Tiehuis | | Add Visual Studio Code extension link |
| 9 years ago | Andrew Kelley | | remove unused enum |
| 9 years ago | Andrew Kelley | | better bigint/bigfloat implementation |
| 9 years ago | Andrew Kelley | | Merge branch 'math' |
| 9 years ago | Andrew Kelley | | don't call c.getrandom because older libcs don't have it |
| 9 years ago | Andrew Kelley | | build: link against system libs reported by llvm-config |
| 9 years ago | Andrew Kelley | | Merge branch 'trailing-commas' |
| 9 years ago | Andrew Kelley | | fix peer type resolution for array and error |
| 9 years ago | Andrew Kelley | | update C headers to clang 4.0.0 |
| 9 years ago | Andrew Kelley | | parseh: fix not recognizing integer suffixes on hex numbers |
| 9 years ago | Andrew Kelley | | fix alignOf builtin |
| 9 years ago | Andrew Kelley | | fix compiler segfault on `null ?? x` |
| 9 years ago | Andrew Kelley | | partial implementation of printing floating point numbers with errol3 |
| 9 years ago | Andrew Kelley | | progress toward windows hello world working |
|