aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-12-21IR: implement runtime enum init and switch on enum with variableAndrew Kelley
2016-12-20IR: enum init supportAndrew Kelley
2016-12-19IR: support maybe defersAndrew Kelley
2016-12-19IR: support error defersAndrew Kelley
2016-12-19organize testsAndrew Kelley
2016-12-19IR: start a new passing self hosted test suiteAndrew Kelley
2016-12-18IR: all structs anonymousAndrew Kelley
2016-12-17IR: add more instructionsAndrew Kelley
2016-12-13IR: implement maybe return expressionAndrew Kelley
2016-12-13IR: implement the rest of the builtin functionsAndrew Kelley
2016-12-11IR: implement intType builtinAndrew Kelley
2016-12-11IR: implement truncate builtinAndrew Kelley
2016-12-11IR: implement divExact builtinAndrew Kelley
2016-12-11IR: implement fence and cmpxchg builtinsAndrew Kelley
2016-12-10IR: support error union typeAndrew Kelley
2016-12-10IR: fix errorName builtinAndrew Kelley
2016-12-08IR: a bunch of fixes and some additionsAndrew Kelley
2016-12-07IR: add minValue, maxValue, and negationAndrew Kelley
2016-12-06IR: implement compile time eval unwrap maybeAndrew Kelley
2016-12-06IR: implement deferAndrew Kelley
2016-12-05IR: implement short circuit bool or, andAndrew Kelley
2016-12-05IR: implement break and continueAndrew Kelley
2016-12-05IR: implement generic function callsAndrew Kelley
2016-12-04IR: compile time function evaluationAndrew Kelley
2016-11-28IR: function call porting progressAndrew Kelley
2016-11-26IR: support goto and labelsAndrew Kelley
2016-11-26IR: support import builtin functionAndrew Kelley
2016-11-26IR: support inline switchAndrew Kelley
2016-11-26IR: support switch with rangeAndrew Kelley
2016-11-24IR: generating a switch statementAndrew Kelley
2016-11-21IR: implement setFnVisible builtinAndrew Kelley
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