| 9 years ago | Andrew Kelley | | ability to set global variable alignment and ... |
| 9 years ago | Andrew Kelley | | preserve names of exported variables |
| 9 years ago | Andrew Kelley | | in freestanding environment, assume gnu binutils |
| 9 years ago | Andrew Kelley | | add volatileStore() builtin function |
| 9 years ago | Andrew Kelley | | add setGlobalAlign and setGlobalSection builtin functions |
| 9 years ago | Andrew Kelley | | add ability to set linker script |
| 9 years ago | Andrew Kelley | | typedefs work for binary math operations |
| 9 years ago | Andrew Kelley | | exported global variables get emitted as external in LLVM |
| 9 years ago | Andrew Kelley | | implement packed structs |
| 9 years ago | Andrew Kelley | | make --target-os freestanding work |
| 9 years ago | Andrew Kelley | | update outdated comment |
| 9 years ago | Andrew Kelley | | add try expression |
| 9 years ago | Andrew Kelley | | fix ability to call method on variable at compile time |
| 9 years ago | Andrew Kelley | | fix behavior when initializing struct with undefined |
| 9 years ago | Andrew Kelley | | remove ability to mark if and switch as inline |
| 9 years ago | Andrew Kelley | | prefix op maybe and error are for types only |
| 9 years ago | Andrew Kelley | | document setDebugSafety builtin function |
| 9 years ago | Andrew Kelley | | fix var args allocating wrong amount of memory in compiler |
| 9 years ago | Andrew Kelley | | fix crash when passing void to var args function |
| 9 years ago | Andrew Kelley | | add integer literal to pointer explicit cast |
| 9 years ago | Andrew Kelley | | readme update |
| 9 years ago | Andrew Kelley | | fix crash when assigning too large value to integer |
| 9 years ago | Andrew Kelley | | fix compile time initialization of array with undefined |
| 9 years ago | Andrew Kelley | | fix sometimes using wrong outer scope for generating defers |
| 9 years ago | Andrew Kelley | | fix behavior for comptime and runtime basic block phi |
| 9 years ago | Andrew Kelley | | fix runtime branching tricking the comptime evaluation |
| 9 years ago | Andrew Kelley | | update cat example code |
| 9 years ago | Andrew Kelley | | printf var args proof of concept |
| 9 years ago | Andrew Kelley | | various fixes |
| 9 years ago | Andrew Kelley | | basic support for functions with variable length arguments |
| 9 years ago | Andrew Kelley | | update charToDigit to take advantage of switch syntax |
| 9 years ago | Andrew Kelley | | mem.free no longer requires explicit type argument |
| 9 years ago | Andrew Kelley | | remove staticEval builtin in favor of comptime expression |
| 9 years ago | Andrew Kelley | | introduce comptime expression |
| 9 years ago | Andrew Kelley | | use comptime instead of inline for var and params |
| 9 years ago | Andrew Kelley | | get rid of zeroes literal |
| 9 years ago | Andrew Kelley | | add test for compile error returning from defer expression |
| 9 years ago | Andrew Kelley | | add test for compile time bool not operator |
| 9 years ago | Andrew Kelley | | ability to equality compare with null |
| 9 years ago | Andrew Kelley | | equality comparison of void types is known at compile time |
| 9 years ago | Andrew Kelley | | implement error when assigning to field of const struct |
| 9 years ago | Andrew Kelley | | add test for short-circuit AND and OR assignment |
| 9 years ago | Andrew Kelley | | Merge branch 'master' into ir-merge |
| 9 years ago | Andrew Kelley | | fix handling of const values for 2d arrays |
| 9 years ago | Andrew Kelley | | fix array of enums. also render debug info for const vars |
| 9 years ago | Andrew Kelley | | fix get_maybe_type not ensuring complete child type |
| 9 years ago | Andrew Kelley | | fix llvm assertion failure for zero bits structs |
| 9 years ago | Andrew Kelley | | fix handling of invalid enumeration |
| 9 years ago | Andrew Kelley | | fix enum codegen and implement comptime switch var on enums |
| 9 years ago | Andrew Kelley | | fix some stuff when llvm has assertions on |
|