aboutsummaryrefslogtreecommitdiff
path: root/src/analyze.cpp
AgeCommit message (Expand)Author
2016-08-29add ability to explicitly cast enum with no payload to intAndrew Kelley
2016-08-29implement null as a literal typeAndrew Kelley
2016-08-29implement `?return` expressionAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-08-16fix crash when calling method on sliceAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-08-11add CBuf to standard libraryAndrew Kelley
2016-08-08add zeroes valueAndrew Kelley
2016-08-07ability to have a return type of 'type'Andrew Kelley
2016-08-04new multiline string syntaxAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-07-26std: improve rand implementation and APIAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-07-25inline parametersAndrew Kelley
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