aboutsummaryrefslogtreecommitdiff
path: root/test/self_hosted2.zig
AgeCommit message (Expand)Author
2016-12-22migrate all the temporary tests to new test fileAndrew 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