aboutsummaryrefslogtreecommitdiff
path: root/src/error.cpp
AgeCommit message (Collapse)Author
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
* add `@divTrunc` and `@divFloor` functions * add `@rem` and `@mod` functions * add compile error for `/` and `%` with signed integers * add `.bit_count` for float primitive types closes #217
2017-04-28zig puts temporary object files in zig-cache folderAndrew Kelley
See #298
2016-12-04add missing copyright noticesAndrew Kelley
2016-04-12add error for dividing by zero in static function evaluationAndrew Kelley
2015-12-01add test for bad importAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
verbose compiler output is now behind --verbose flag
2015-11-30add directive to specify root export versionAndrew Kelley
2015-11-05experiment with being a linkerAndrew Kelley