aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-11-18IR: support setDebugSafety builtin functionAndrew Kelley
2016-11-03add concept of inline for, inline while, inline varAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-27clean up test directoryAndrew 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-25ability to have struct to have a field which is slice of itselfAndrew Kelley
2016-09-23enums support member functionsAndrew Kelley
2016-09-23fix compiler crash for misspelled type with pointer only referenceAndrew Kelley
2016-09-23stack trace is able to figure out compilation unitAndrew Kelley
2016-09-22fix compile crash when leaving out for loop parameterAndrew Kelley
2016-09-20fix error when switch prong has implicit castAndrew 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-09-08ability to infer parameter typesAndrew Kelley
2016-09-05maxValue and minValue builtins return number literalAndrew Kelley
2016-09-05rename errName builtin to errorNameAndrew Kelley
2016-08-30stronger static eval recursive testAndrew Kelley
2016-08-29add ability to explicitly cast enum with no payload to intAndrew Kelley
2016-08-29implement null as a literal typeAndrew Kelley
2016-08-29implement `?return` expressionAndrew 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-08add zeroes valueAndrew Kelley
2016-08-07ability to have a return type of 'type'Andrew Kelley
2016-08-04implement multiline C string syntaxAndrew Kelley
2016-08-04new multiline string syntaxAndrew Kelley
2016-07-27remove multiline commentsAndrew 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-09ability to cast explicitly from int to enumAndrew Kelley
2016-07-09parseh: support octal in C macro string literalAndrew Kelley
2016-05-17add beginning of print stack trace functionAndrew Kelley
2016-05-16fix crash when error evaluating target of for exprAndrew Kelley
2016-05-15add bit_count, is_wrapping, is_signed fields to int typesAndrew Kelley
2016-05-15add int_type builtin functionAndrew Kelley
2016-05-15add 64 bit division testAndrew Kelley
2016-05-15switch on compile var marks entire namespacesAndrew Kelley