aboutsummaryrefslogtreecommitdiff
path: root/test/run_tests.cpp
AgeCommit message (Expand)Author
2017-02-09lots of miscellaneous things all in one big commitAndrew Kelley
2017-02-07std.io supports printing integers as hex valuesAndrew Kelley
2017-02-06improved behavior on debug safety crashAndrew Kelley
2017-02-04add compile error when setting non power of 2 alignmentAndrew Kelley
2017-01-31fix crash when assigning too large value to integerAndrew Kelley
2017-01-23basic support for functions with variable length argumentsAndrew Kelley
2017-01-22remove staticEval builtin in favor of comptime expressionAndrew Kelley
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2017-01-16add test for compile error returning from defer expressionAndrew Kelley
2017-01-16equality comparison of void types is known at compile timeAndrew Kelley
2017-01-16implement error when assigning to field of const structAndrew Kelley
2017-01-16Merge branch 'master' into ir-mergeAndrew Kelley
2017-01-15fix handling of invalid enumerationAndrew Kelley
2017-01-12IR: fix array concatenationAndrew Kelley
2017-01-12IR: implement macro for function aliasing function pointerAndrew Kelley
2017-01-11pass some parseh testsAndrew Kelley
2017-01-11pass more testsAndrew Kelley
2017-01-11fix some testsAndrew Kelley
2017-01-11better error message for unable to eval const exprAndrew Kelley
2017-01-11fix a few testsAndrew Kelley
2017-01-10IR: implement error for missing or extra switch prongsAndrew Kelley
2017-01-08fix unable to eval const expr test caseAndrew Kelley
2017-01-08fix some testsAndrew Kelley
2017-01-08don't try to eval extern functions at compile timeAndrew Kelley
2017-01-07pass conflicting variable name testAndrew Kelley
2017-01-06don't mark call instruction as generatedAndrew Kelley
2017-01-05pass more testsAndrew Kelley
2017-01-05pass more tests by updating expected error messagesAndrew Kelley
2017-01-05pass array access compile error testsAndrew Kelley
2017-01-05pass cannot assign to constant testAndrew Kelley
2017-01-05pass unreachable variable testAndrew Kelley
2017-01-04IR: add unreachable code compiler errorAndrew Kelley
2016-10-28more test coverage, change 'got' to 'found' in errorsAndrew Kelley
2016-10-28more test coverageAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-26add this keyword refers to thing in immediate scopeAndrew Kelley
2016-09-26emit error for extern functionAndrew Kelley
2016-09-26fix crash when doing binary not on integer literalAndrew Kelley
2016-09-26add error message for method call on non methodAndrew Kelley
2016-09-23fix compiler crash for misspelled type with pointer only referenceAndrew Kelley
2016-09-22fix compile crash when leaving out for loop parameterAndrew Kelley
2016-09-19tests: correct test nameAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-09-15fix compiler crash involving slice with const slice childAndrew Kelley
2016-09-14tests: use a more robust path to self_hosted.zigAndrew Kelley
2016-09-14darwin compat fixupsAndrew Kelley
2016-09-14MacOSX compatibilityalter
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-09-11add compile error for assigning through constAndrew Kelley
2016-09-10fix compile error message for wrong arg count on methodAndrew Kelley