aboutsummaryrefslogtreecommitdiff
path: root/src/error.hpp
AgeCommit message (Expand)Author
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-04-17stage1 assertions always on, and have stack tracesAndrew Kelley
2019-04-02better error message when os_file_overwrite failsAndrew Kelley
2019-03-07fix .d file processing and use -MV to quote spacesAndrew Kelley
2019-03-07better behavior when cache dir unavailableAndrew Kelley
2019-02-26windows returns EINVAL for fopen when there is an asterisk in the nameAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-25`@cImport` works with `--cache on`Andrew Kelley
2019-02-23better libc detection (#1996)Andrew Kelley
2018-11-26stage1: better file path handlingAndrew Kelley
2018-11-06limit integer types to maximum bit width of 65535Andrew Kelley
2018-09-12windows os.cpp implementationsAndrew Kelley
2018-09-10caching is workingAndrew Kelley
2018-09-09basic compiler id hash workingAndrew Kelley
2017-11-29fix build broken by previous commitAndrew Kelley
2017-08-09more intuitive left shift and right shift operatorsAndrew Kelley
2017-05-06builtin functions for division and remainder divisionAndrew Kelley
2017-04-28zig puts temporary object files in zig-cache folderAndrew 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
2015-11-30add directive to specify root export versionAndrew Kelley
2015-11-05experiment with being a linkerAndrew Kelley