aboutsummaryrefslogtreecommitdiff
path: root/src/error.cpp
AgeCommit message (Expand)Author
2020-04-06Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-04detect an endless loop when trying to detect native libc installationAndrew Kelley
2020-04-02Fix compile errors in stage2LeRoyce Pearson
2020-03-28Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-27initial support of response filesAndrew Kelley
2020-03-23Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-21ability to use `zig cc` as a drop-in C compilerAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-17support the concept of a target not having a dynamic linkerAndrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-16add missing implementations of libc installation to detect msvc pathsAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-16more user-friendly error message for some clang diagnosticsAndrew Kelley
2020-02-15translate-c: change OutOfMemory → ASTUnitFailureMichael Dusan
2020-01-21fixups to arch data, support any number of cpu featuresAndrew Kelley
2020-01-20stage1 is building. `zig targets` now self-hostedAndrew Kelley
2019-10-23move types from builtin to stdAndrew Kelley
2019-08-29await does not force async if callee is blockingAndrew Kelley
2019-08-29comparing against zero participates in lazy valuesAndrew Kelley
2019-05-15fix static builds of zig from requiring c compilerAndrew Kelley
2019-04-25translate-c: a little closer to self-hosted implementationAndrew 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-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
2015-11-30add directive to specify root export versionAndrew Kelley
2015-11-05experiment with being a linkerAndrew Kelley