summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Add "postcondition with local result" test to increase coveragewip/code-transformerRico Tzschichholz2019-04-192-0/+9
* test: Add "ownership mismatch" test for coalesce and conditional expressionRico Tzschichholz2019-04-193-0/+25
* Use %? in the parser rather than stringifying expressionsLuca Bruno2019-04-194-46/+56
* Set the scope of the codebuilder block for symbol resolutionLuca Bruno2019-04-193-1/+6
* Move PostfixExpression transformation into the CCodeTransformerLuca Bruno2019-04-192-41/+12
* Move Template transformation to the CCodeTransformerLuca Bruno2019-04-193-21/+55
* Move UnaryExpression tranformation into CCodeTransformerLuca Bruno2019-04-192-8/+27
* Cleanup generated empty blocksLuca Bruno2019-04-193-0/+24
* DOM-like linked list of statementsLuca Bruno2019-04-1928-162/+133
* Move ObjectCreationExpression transformation to the CCodeTransformerLuca Bruno2019-04-193-32/+31
* tests: Add "coalesce evaluation with error" test to increase coverageRico Tzschichholz2019-04-192-0/+18
* WIP binary fixRico Tzschichholz2019-04-191-4/+6
* Move BinaryExpression transformation to the CCodeTransformerLuca Bruno2019-04-193-145/+140
* Move ForeachStatement transformation into the CCodeTransformerLuca Bruno2019-04-199-272/+149
* Move ConditionalExpression transformation into the CCodeTransformerLuca Bruno2019-04-193-51/+70
* Move ForStatement transformation into the CCodeTransformerLuca Bruno2019-04-193-42/+120
* tests: Add test for do-while statement control-flowRico Tzschichholz2019-04-192-0/+7
* Move DoStatement transformation into the CCodeTransformerLuca Bruno2019-04-193-39/+87
* Move WhileStatement transformation into the CCodeTransformerLuca Bruno2019-04-193-28/+86
* Move MethodCall transformation into the CCodeTransformerLuca Bruno2019-04-193-33/+31
* Add CodeTransformer and an implementation stub, CCodeTransformerLuca Bruno2019-04-197-18/+647
* vala: Add CodeBuilderLuca Bruno2019-04-192-0/+279
* parser: Allow to parse expressions/statements from stringLuca Bruno2019-04-192-2/+96
* vala: Add result variable while checking post-conditionsRico Tzschichholz2019-04-191-0/+12
* Revert "vala: Fix result var for pre/post conditions"Rico Tzschichholz2019-04-191-11/+1
* vala: Fix result var for pre/post conditionsLuca Bruno2019-04-191-1/+11
* vala: Make SemanticAnalyzer be statelessLuca Bruno2019-04-1933-411/+238
* vapi: Add graphene-1.0 to allow smoother transition to graphene-gobject-1.0Rico Tzschichholz2019-04-193-0/+8
* tests: Add "fast-vapi" test to increase coverageRico Tzschichholz2019-04-185-0/+104
* vala: Write "Source" attribute in fast-vapi modeRico Tzschichholz2019-04-182-0/+15
* javascriptcoregtk-4.0: Update to 2.24.1Rico Tzschichholz2019-04-171-1/+1
* gtk4: Update to 3.94.0+2656f5b4Rico Tzschichholz2019-04-171-50/+4
* gstreamer: Update from 1.15.90+ git masterRico Tzschichholz2019-04-174-61/+12
* tests: Extend "foreach" tests to increase coverageRico Tzschichholz2019-04-141-0/+31
* tests: Extend "assigned local variable" control flow testsRico Tzschichholz2019-04-141-0/+20
* parser: Set correct end source-reference of Block for embedded statementRico Tzschichholz2019-04-111-0/+1
* parser: Improve source-reference of declaration block for ForStatementRico Tzschichholz2019-04-101-1/+3
* parser: Improve source-location for local Constant declarationsRico Tzschichholz2019-04-101-3/+11
* parser: Don't include trailing semi-colon to ExpressionStatementRico Tzschichholz2019-04-101-1/+2
* parser: Improve source-location for LocalVariable/DeclarationStatementRico Tzschichholz2019-04-101-4/+12
* parser: Set correct end source-location for BlockRico Tzschichholz2019-04-101-1/+1
* Sync NEWS from 0.44Rico Tzschichholz2019-04-091-0/+13
* libarchive: Fix Archive.[set_]mode/perm() and add Archive.FileModeRico Tzschichholz2019-04-081-4/+11
* gtk4: Update to 3.94.0+2594593dRico Tzschichholz2019-04-082-76/+56
* gdk-3.0,gtk+-3.0: Update from 3.24.7+Rico Tzschichholz2019-04-084-2/+25
* gstreamer: Update from 1.15.2+ git masterRico Tzschichholz2019-04-084-1/+68
* codegen: Always assign original variable when consuming instance to destroyRico Tzschichholz2019-04-083-10/+95
* vala: Use global CodeContext to retrieve root_symbolLuca Bruno2019-04-071-2/+1
* vala: Include possible "result" to defined variables of MethodRico Tzschichholz2019-04-061-0/+4
* tests: Add "unassigned local variable in while" testRico Tzschichholz2019-04-062-0/+12