aboutsummaryrefslogtreecommitdiff
path: root/src/analyze.cpp
AgeCommit message (Expand)Author
2016-07-17rename NodeTypeStructDecl to NodeTypeContainerDeclAndrew Kelley
2016-07-13fix not resolving use declarationsAndrew Kelley
2016-07-09fix duplicate type defined when imported from parsehAndrew Kelley
2016-07-09ability to cast explicitly from int to enumAndrew Kelley
2016-05-18don't add no-frame-pointer-elim for inline functionsAndrew Kelley
2016-05-18support extern C ABI for return typesAndrew Kelley
2016-05-16fix crash when error evaluating target of for exprAndrew Kelley
2016-05-15add bit_count, is_wrapping, is_signed fields to int typesAndrew Kelley
2016-05-15add int_type builtin functionAndrew Kelley
2016-05-15switch on compile var marks entire namespacesAndrew Kelley
2016-05-14add compile_err builtinAndrew Kelley
2016-05-13add error for wrong return type of mainAndrew Kelley
2016-05-13ability to cast maybe pointer to isize/usizeAndrew Kelley
2016-05-11add readonly attribute to relevant functions and parametersAndrew Kelley
2016-05-10some work in progress networking codeAndrew Kelley
2016-05-09add hashmap to standard libraryAndrew Kelley
2016-05-09fix ability to use previous generic params andAndrew Kelley
2016-05-09support variable declarations in structsAndrew Kelley
2016-05-09add debug safety for shortening castsAndrew Kelley
2016-05-08ability to cast u8 slice to bigger sliceAndrew Kelley
2016-05-08fix null literal outside functionAndrew Kelley
2016-05-07add div_exact builtin fnAndrew Kelley
2016-05-07ability to cast slice to u8 sliceAndrew Kelley
2016-05-07generic args available to member functionsAndrew Kelley
2016-05-07support generic data structuresAndrew Kelley
2016-05-07better array concatenation semanticsAndrew Kelley
2016-05-06add frame_address and return_address builtinsAndrew Kelley
2016-05-06implicit wrap widening cast on integer peer typesAndrew Kelley
2016-05-06fix eval integer wrapping and add testsAndrew Kelley
2016-05-06add shl_with_overflow builtin functionAndrew Kelley
2016-05-05add integer wrappingAndrew Kelley
2016-05-04add fence builtin functionAndrew Kelley
2016-05-04add cmpxchg builtin functionAndrew Kelley
2016-05-03beginnings of network standard library codeAndrew Kelley
2016-05-03support maybe destructuring into a pointer variableAndrew Kelley
2016-04-28add array multiplication operatorAndrew Kelley
2016-04-28ability to specify body of an extern functionAndrew Kelley
2016-04-27better parameter codegenAndrew Kelley
2016-04-26add array bounds checking in debug modeAndrew Kelley
2016-04-25support switching on error union typeAndrew Kelley
2016-04-24rename unknown_size_array to sliceAndrew Kelley
2016-04-24add compile error for invalid equality operator usesAndrew Kelley
2016-04-24add skeleton for union supportAndrew Kelley
2016-04-23fix handling of slice of zero bits typeAndrew Kelley
2016-04-23fix returning empty struct from functionAndrew Kelley
2016-04-23fix gcc build errorsJosh Wolfe
2016-04-21ability to use a struct with no fieldsAndrew Kelley
2016-04-20fix undeclared identifier not marking function as impureAndrew Kelley
2016-04-20for loop: add ability to get pointer to elem varAndrew Kelley
2016-04-19add optional continue expression to while loopAndrew Kelley