summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FIXME Implicit flatten array in foreachwip/transform-astRico Tzschichholz2020-04-011-6/+0
* Use more statements()Luca Bruno2020-04-011-21/+6
* Use %? in the parser rather than stringifying expressionsLuca Bruno2020-04-014-25/+52
* Accept method call childrenLuca Bruno2020-04-011-0/+6
* Set the scope of the codebuilder block for symbol resolutionLuca Bruno2020-04-013-1/+6
* Move PostfixExpression transformation into the transformerLuca Bruno2020-04-012-41/+12
* Move Template transformation to the code transformerLuca Bruno2020-04-013-21/+55
* Move UnaryExpression tranformation into code transformerLuca Bruno2020-04-012-8/+27
* Cleanup generated empty blocksLuca Bruno2020-04-013-0/+24
* DOM-like linked list of statementsLuca Bruno2020-04-0127-159/+130
* Move ObjectCreationExpression transformation to the code transformerLuca Bruno2020-04-012-35/+20
* Move BinaryExpression transformation to the code transformerLuca Bruno2020-04-013-171/+146
* Move ForeachStatement transformation into the code transformerLuca Bruno2020-04-0110-268/+132
* Move ConditionalExpression transformation into the code transformerLuca Bruno2020-04-013-51/+70
* Move ForStatement transformation into the code transformerLuca Bruno2020-04-013-32/+120
* tests: Add test for do-while statement control-flowRico Tzschichholz2020-04-012-0/+7
* Move DoStatement transformation into the code transformerLuca Bruno2020-04-013-34/+87
* Move WhileStatement transformation into the code transformerLuca Bruno2020-04-013-18/+86
* Move MethodCall transformation into the code transformerLuca Bruno2020-04-012-36/+21
* Code transformerLuca Bruno2020-04-018-19/+638
* Code builderLuca Bruno2020-04-012-0/+279
* parser: Allow to parse expressions/statements from stringLuca Bruno2020-04-012-7/+102
* vala: Fix result var for pre/post conditionsLuca Bruno2020-04-011-1/+11
* vala: Make SemanticAnalyzer be statelessLuca Bruno2020-04-0133-402/+240
* tests: Add "expression as argument" tests to increase coverageRico Tzschichholz2020-04-013-0/+26
* codegen: Correct field declaration for captured inline-allocated arrayRico Tzschichholz2020-03-314-8/+28
* codegen: Don't free value if property setter takes ownershipRico Tzschichholz2020-03-313-1/+24
* tests: Add "local clash with implicit this" test to increase coverageRico Tzschichholz2020-03-312-0/+13
* tests: Add "switch enum" test to increase coverageRico Tzschichholz2020-03-312-0/+19
* codegen: Avoid critical trying to serialize an unsupported type to VariantRico Tzschichholz2020-03-301-0/+2
* vala: Handle all ctors and dtors in CodeWriterRico Tzschichholz2020-03-291-0/+48
* vala: Handle unlock() statement in CodeWriterRico Tzschichholz2020-03-291-0/+8
* vala: Support struct initializer list in non-constant arraySimon Werbeck2020-03-254-4/+51
* codegen: Append initializer for "_*_size_" of array field in internal structRico Tzschichholz2020-03-253-0/+37
* vala: Move setting of target profile and standard packages into CodeContextRico Tzschichholz2020-03-256-66/+73
* girparser: Strip "Enum"-suffix only from enumerationRico Tzschichholz2020-03-251-1/+5
* vala: Add Expression.is_always_true/false() helpersRico Tzschichholz2020-03-255-42/+23
* tests: Add "throw in loops" tests to increase coverageRico Tzschichholz2020-03-252-0/+120
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-2436-65/+65
* Bump version suffix to 0.50Rico Tzschichholz2020-03-232-1/+3
* Release 0.48.20.48.2Rico Tzschichholz2020-03-235-4/+42
* manual: Update from wiki.gnome.orgRico Tzschichholz2020-03-231-8/+19
* vapi: Update GIR-based bindingsRico Tzschichholz2020-03-232-19/+7
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2020-03-236-27/+63
* gtk4: Update to 3.98.1Rico Tzschichholz2020-03-231-101/+94
* tests: Drop usage of "--main main" and avoid ambigious entry-pointsRico Tzschichholz2020-03-2215-69/+2
* codegen: IntegerLiteral is a valid constant size for inline-allocated arrayRico Tzschichholz2020-03-211-0/+2
* vala: Inline-allocated array can't be instantiated with creation expressionRico Tzschichholz2020-03-215-6/+12
* codegen: Include "glib.h" for g_return_*() usageRico Tzschichholz2020-03-191-0/+3
* glib-2.0: Add binding for g_win32_ftruncate()Rico Tzschichholz2020-03-191-0/+1