| 9 years ago | Andrew Kelley | | compile error for not-aligned-enough pointer to cmpxchg |
| 9 years ago | Andrew Kelley | | add alignment field to pointer type |
| 9 years ago | Andrew Kelley | | when getting an element pointer, use the best alignment |
| 9 years ago | Andrew Kelley | | @ptrCast preserves larger alignment if applicable |
| 9 years ago | Andrew Kelley | | generic functions can access comptime args in align value |
| 9 years ago | Andrew Kelley | | add "child" field to pointer type |
| 9 years ago | Andrew Kelley | | add tests for function alignment handling |
| 9 years ago | Andrew Kelley | | add test for @alignCast on a slice |
| 9 years ago | Andrew Kelley | | more alignment improvements |
| 9 years ago | Andrew Kelley | | fix tests |
| 9 years ago | Andrew Kelley | | ptrCast gives compile error for increasing alignment |
| 9 years ago | Andrew Kelley | | prevent implicitly increasing pointer alignment |
| 9 years ago | Andrew Kelley | | pass all tests without triggering assertions |
| 9 years ago | Andrew Kelley | | fix bitfield pointer syntax |
| 9 years ago | Andrew Kelley | | introduce align keyword |
| 9 years ago | Andrew Kelley | | remove workaround for LLVM not respecting "nobuiltin" |
| 9 years ago | Andrew Kelley | | Merge branch 'embed-lld' |
| 9 years ago | Andrew Kelley | | audit alignment for functions |
| 9 years ago | Andrew Kelley | | Merge branch 'align' |
| 9 years ago | Andrew Kelley | | remove @alignOf and add @cAbiAlignOf and @preferredAlignOf |
| 9 years ago | Andrew Kelley | | add some asserts in switch analysis code |
| 9 years ago | Andrew Kelley | | fix wrong switch target type with enum from .h file |
| 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 |
|