aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
AgeCommit message (Expand)Author
2016-12-28IR: error for returning from defer expressionAndrew Kelley
2016-12-28IR: pass passSliceOfEmptyStructToFn testAndrew Kelley
2016-12-26IR: pass intToEnum testAndrew Kelley
2016-12-26IR: pass intToPtrCast testAndrew Kelley
2016-12-26IR: pass enumToInt testAndrew Kelley
2016-12-25IR: support compile time global pointer reinterpretAndrew Kelley
2016-12-22IR: support const refAndrew Kelley
2016-12-20IR: enum init supportAndrew Kelley
2016-12-19IR: support maybe defersAndrew Kelley
2016-12-19IR: if and switch guaranteed compile time if target expr isAndrew Kelley
2016-12-18errors from inline fn calls include stack traceAndrew Kelley
2016-12-18IR: add FnProto instructionAndrew Kelley
2016-12-18IR: memoize compile-time evaluated fn invocationsAndrew Kelley
2016-12-18hello.zig working with all structs anonymousAndrew Kelley
2016-12-18IR: all structs anonymousAndrew Kelley
2016-12-18IR: fix err variable in ErrOkOr instructionAndrew Kelley
2016-12-17IR: consolidate Ref and PrefixOpAddressOf instructionsAndrew Kelley
2016-12-17IR: add more instructionsAndrew Kelley
2016-12-13IR: implement the rest of the builtin functionsAndrew Kelley
2016-12-13IR: implement breakpoint builtinAndrew Kelley
2016-12-12IR: implement memberCount builtinAndrew Kelley
2016-12-12IR: implement memcpy, memset, and slice expressionAndrew Kelley
2016-12-11IR: implement alloca builtinAndrew 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-11IR: implement embedFile builtinAndrew Kelley
2016-12-11IR: fix implementation of parsehAndrew Kelley
2016-12-10IR: fix errorName builtinAndrew Kelley
2016-12-08IR: omit debug safety checks in for loop codegenAndrew Kelley
2016-12-08IR: a bunch of fixes and some additionsAndrew Kelley
2016-12-07IR: add compileError builtin fnAndrew Kelley
2016-12-07IR: add minValue, maxValue, and negationAndrew Kelley
2016-12-07delete unused builtin function stuffAndrew Kelley
2016-12-07IR: add error for assigning runtime value to inline varAndrew Kelley
2016-12-06IR: implement deferAndrew Kelley
2016-12-05remove the boolean argument from setFnTestAndrew 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-12-04IR: re-organize where state goes to prepare for genericsAndrew Kelley
2016-12-01rewrite scope implementationAndrew Kelley
2016-12-01rename BlockContext to ScopeAndrew Kelley
2016-11-28IR: function call porting progressAndrew Kelley
2016-11-27IR: add ref instructionAndrew Kelley
2016-11-27IR: detect error for exceeding branch quotaAndrew Kelley
2016-11-26IR: support goto and labelsAndrew Kelley
2016-11-26IR: support import builtin functionAndrew Kelley
2016-11-26IR: support inline switchAndrew Kelley