aboutsummaryrefslogtreecommitdiff
path: root/test/run_tests.cpp
AgeCommit message (Expand)Author
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
2016-08-29implement null as a literal typeAndrew Kelley
2016-08-16fix crash when calling method on sliceAndrew Kelley
2016-08-16std: replace print_u64/i64 with printIntAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-08-07ability to have a return type of 'type'Andrew Kelley
2016-08-04new multiline string syntaxAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-07-26std: improve rand implementation and APIAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-07-09parseh: support octal in C macro string literalAndrew Kelley
2016-05-16fix crash when error evaluating target of for exprAndrew Kelley
2016-05-13add error for wrong return type of mainAndrew Kelley
2016-05-11add readonly attribute to relevant functions and parametersAndrew Kelley
2016-05-09add hashmap to standard libraryAndrew Kelley
2016-05-09fix ability to use previous generic params andAndrew Kelley
2016-05-09add debug safety for shortening castsAndrew Kelley
2016-05-08add list implementation to standard libraryAndrew Kelley
2016-05-08ability to cast u8 slice to bigger sliceAndrew Kelley
2016-05-07add div_exact builtin fnAndrew Kelley
2016-05-07add debug safety for divisionAndrew Kelley
2016-05-07self hosted tests test release mode tooAndrew Kelley
2016-05-07better array concatenation semanticsAndrew Kelley
2016-05-06implicit wrap widening cast on integer peer typesAndrew Kelley
2016-05-06fix eval integer wrapping and add testsAndrew Kelley
2016-05-06add debug safety for left shiftingAndrew Kelley
2016-05-05add tests for integer overflow crashingAndrew Kelley
2016-05-04add cmpxchg builtin functionAndrew Kelley
2016-04-28ability to specify body of an extern functionAndrew Kelley
2016-04-26add array bounds checking in debug modeAndrew Kelley
2016-04-25support switching on error union typeAndrew Kelley
2016-04-24add compile error for invalid equality operator usesAndrew Kelley
2016-04-22parseh: support anonymous enums and enums with initializersAndrew Kelley
2016-04-22add syntax to allow symbols to have arbitrary strings as namesAndrew Kelley