aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-05pass undeclared identifier testAndrew Kelley
2017-01-05fix mul and sub overflow ops being rendered as additionAndrew Kelley
2017-01-05containers created during eval get names for parametersAndrew Kelley
2017-01-05IR: pass MT19937_64 testAndrew Kelley
2017-01-04IR: add unreachable code compiler errorAndrew Kelley
2017-01-04fix debug information for function pointers in structsAndrew Kelley
2016-12-31IR: std library passes codegenAndrew Kelley
2016-12-31IR: std makes it to codegenAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-31IR: implement binary not instructionAndrew Kelley
2016-12-31IR: add error for goto jumping over variable declarationAndrew Kelley
2016-12-31eradicate use of zeroes in stdAndrew Kelley
2016-12-30IR: handle phi instruction with 0 resulting incoming valuesAndrew Kelley
2016-12-30IR: better basic block dependency detectionAndrew Kelley
2016-12-28IR: error for returning from defer expressionAndrew Kelley
2016-12-28IR: pass genericFnWithImplicitCast testAndrew Kelley
2016-12-28IR: pass pointerToVoidReturnType testAndrew Kelley
2016-12-28IR: pass passSliceOfEmptyStructToFn testAndrew Kelley
2016-12-26IR: pass castSliceToU8Slice testAndrew Kelley
2016-12-26IR: pass intToEnum testAndrew Kelley
2016-12-26IR: pass cStringConcatenation testAndrew Kelley
2016-12-26IR: pass intToPtrCast testAndrew Kelley
2016-12-26IR: pass staticEvalListInit testAndrew Kelley
2016-12-26IR: pass genericMallocFree testAndrew Kelley
2016-12-26IR: pass explicitCastMaybePointers 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-22IR: fix missing implicit casts in init expressionsAndrew Kelley
2016-12-22IR: fix switch enum variable for void enum fieldAndrew Kelley
2016-12-22IR: port some testsAndrew Kelley
2016-12-22pass void parameters testAndrew Kelley
2016-12-21IR: fix compile time evaluation of else prong in switchAndrew Kelley
2016-12-21IR: fix phi instruction when one of the predecessors is unreachableAndrew Kelley
2016-12-21get_error_type calls ensure_complete_type on childAndrew Kelley
2016-12-21IR: implement runtime enum init and switch on enum with variableAndrew Kelley
2016-12-20IR: enum init supportAndrew Kelley
2016-12-19IR: fix lazy eval of enum field accessAndrew Kelley
2016-12-19IR: update all error messages to be useful if generic instantiationAndrew Kelley
2016-12-19IR: support maybe defersAndrew Kelley
2016-12-19IR: support error defersAndrew Kelley
2016-12-19IR: start a new passing self hosted test suiteAndrew Kelley
2016-12-19IR: if and switch guaranteed compile time if target expr isAndrew Kelley
2016-12-18better error message generic instantiationsAndrew Kelley
2016-12-18errors from inline fn calls include stack traceAndrew Kelley
2016-12-18IR: add MaybeOkOr instructionAndrew Kelley
2016-12-18workaround for Arch being a primitive typeAndrew Kelley
2016-12-18IR: add FnProto instructionAndrew Kelley
2016-12-18IR: memoize compile-time evaluated fn invocationsAndrew Kelley
2016-12-18remove duplicate definition of container_stringAndrew Kelley