aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-18IR: all structs anonymousAndrew Kelley
2016-12-18IR: fix codegen of ref instructionAndrew Kelley
2016-12-18IR: phi instruction handles unreachable values correctlyAndrew Kelley
2016-12-18IR: fix err variable in ErrOkOr instructionAndrew Kelley
2016-12-18IR: fix container field access via container pointerAndrew Kelley
2016-12-18IR: basic support for implicit casting to const pointerAndrew Kelley
2016-12-18IR: fix type of decls accessed via namespaceAndrew Kelley
2016-12-18IR: add runime negationAndrew Kelley
2016-12-18IR: unreachable has lowest priority when resolving peer typesAndrew Kelley
2016-12-18IR: make generic function type have zero_bits flagAndrew Kelley
2016-12-18IR: support var type args and fix phi peer type resolutionAndrew Kelley
2016-12-17IR: allow undefined compile time values sometimesAndrew Kelley
2016-12-17IR: consolidate Ref and PrefixOpAddressOf instructionsAndrew Kelley
2016-12-17IR: fix `this` expressionAndrew Kelley
2016-12-17IR: fix compile time switch eval for enumsAndrew Kelley
2016-12-17IR: fix switching on enumAndrew Kelley
2016-12-17IR: add more instructionsAndrew Kelley
2016-12-14IR: panic with a TODO instead of generating invalid codeAndrew Kelley
2016-12-14fix external function callsAndrew Kelley
2016-12-13IR: implement maybe return expressionAndrew Kelley
2016-12-13IR: implement the rest of the builtin functionsAndrew Kelley
2016-12-13IR: implement character literalAndrew 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 compile time array concatenationAndrew Kelley
2016-12-11IR: implement compile time array multiplicationAndrew 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: don't crash if number literal used with pure errorAndrew Kelley
2016-12-10IR: support error union typeAndrew Kelley
2016-12-10IR: fix errorName builtinAndrew Kelley
2016-12-08IR: better array len instructionAndrew 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 compile time eval unwrap maybeAndrew Kelley
2016-12-06IR: implement deferAndrew Kelley
2016-12-05remove the boolean argument from setFnTestAndrew 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