| 9 years ago | Andrew Kelley | | remove remnants of depending on darwin system linker |
| 9 years ago | Andrew Kelley | | build: use embedded LLD by default |
| 9 years ago | Andrew Kelley | | LLD: workaround for buggy MACH-O code |
| 9 years ago | Andrew Kelley | | LLD: apply "[MACH-O] Fix the ASM code generated... |
| 9 years ago | Andrew Kelley | | embed LLD 5.0.0 |
| 9 years ago | Andrew Kelley | | all tests passing in MacOS |
| 9 years ago | Andrew Kelley | | macos passing all tests except for building a shared library |
| 9 years ago | Andrew Kelley | | all behavior tests passing for macos |
| 9 years ago | Andrew Kelley | | macos updates |
| 9 years ago | Andrew Kelley | | travis again |
| 9 years ago | Andrew Kelley | | travis try again |
| 9 years ago | Andrew Kelley | | travis: add macos script |
| 9 years ago | Andrew Kelley | | fixups to linux build |
| 9 years ago | Andrew Kelley | | progress toward tests passing on MacOS |
| 9 years ago | Andrew Kelley | | fix invalid llvm IR for const enum |
| 9 years ago | Andrew Kelley | | update build to look for llvm 5.0 |
| 9 years ago | Andrew Kelley | | update travis for llvm 5 |
| 9 years ago | Andrew Kelley | | update for llvm 5.0.0rc1 |
| 9 years ago | Andrew Kelley | | float division by zero check only when FloatMode.Optimzed |
| 9 years ago | Andrew Kelley | | add zig-compiler-completions to Related Projects |
| 9 years ago | Andrew Kelley | | implement comptime bitcasting from array |
| 9 years ago | Andrew Kelley | | fix some casts on const data causing segfault |
| 9 years ago | Andrew Kelley | | refactor - codegen llvm functions lazily |
| 9 years ago | Andrew Kelley | | unreachable still codegens to unreachable in ReleaseFast test mode |
| 9 years ago | Andrew Kelley | | fix compiler test errors |
| 9 years ago | Andrew Kelley | | move docs to website |
| 9 years ago | Andrew Kelley | | more zen |
| 9 years ago | Andrew Kelley | | std.math: remove constants that can be derived |
| 9 years ago | Andrew Kelley | | move zen of zig to a sub command |
| 9 years ago | Andrew Kelley | | fix not propagating parseh aliases through pub use decls |
| 9 years ago | Andrew Kelley | | zen update |
| 9 years ago | Andrew Kelley | | compile-time f32, f64 operations are now correctly lossy |
| 9 years ago | Andrew Kelley | | fix floating point printing |
| 9 years ago | Andrew Kelley | | add setEvalBranchQuota builtin function |
| 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 |
|