summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* parser: Handle incomplete expression statementswip/printerPrinceton Ferro2020-04-093-1/+38
* DON'T MERGE Add example AST testRico Tzschichholz2020-04-092-0/+37
* testrunner.sh: Add support for ASTTEST testsRico Tzschichholz2020-04-091-0/+18
* WIP PrinterRico Tzschichholz2020-04-094-0/+146
* WIP parser: Create bi-directional list of source-references for source-fileRico Tzschichholz2020-04-093-5/+106
* vala: Add CodeNode reference to SourceReferenceRico Tzschichholz2020-04-092-1/+18
* vala: Add SourceLocation.to_string()Rico Tzschichholz2020-04-091-0/+9
* vala: Add SourceReference.contains()Rico Tzschichholz2020-04-091-0/+20
* gstreamer-app-1.0: Don't merge Src.push_buffer_*() signal with its methodRico Tzschichholz2020-04-092-4/+10
* vala: Set default_construction_method in semantic-analyzer check if requiredRico Tzschichholz2020-04-082-9/+9
* tests: Add "Bus/DBusConnection.get_proxy*()" tests to increase coverageRico Tzschichholz2020-04-074-0/+180
* Sync NEWS from 0.48Rico Tzschichholz2020-04-061-0/+24
* gobject-2.0: Add ParamSpec/Signal.is_valid_name() since 2.66Rico Tzschichholz2020-04-061-0/+4
* gio-2.0: Update to 2.65.0~a136776eRico Tzschichholz2020-04-061-11/+11
* gstreamer: Update from 1.17.0+ git masterRico Tzschichholz2020-04-053-34/+66
* gtk4: Update to 3.98.2+11495027Rico Tzschichholz2020-04-053-163/+191
* codegen: Don't pass CCodeCastExpression to NULL-aware free macroRico Tzschichholz2020-04-053-0/+21
* gdbus: Use GDBusProxy API to set `g-interface-info` at initialization timeCorentin Noël2020-04-053-14/+75
* tests: Extend "DBus signals" test to increase coverageCorentin Noël2020-04-051-2/+24
* vala: Warn about usage of override to implement abstract interface methodsRico Tzschichholz2020-04-053-0/+27
* vala: Drop --use-header compiler option and enable it by defaultMason Bogue2020-04-055-25/+14
* codegen: Use defintions of public header in internal header if availableMason Bogue2020-04-053-8/+22
* codegen: Correctly handle transformation of translated string-literal constantsRico Tzschichholz2020-04-051-4/+6
* codegen: Include "glib.h" for G_BEGIN_DECLS/G_END_DECLS usageRico Tzschichholz2020-04-051-0/+2
* vala: Parse standalone integer/real literals as expression statementRico Tzschichholz2020-04-045-0/+22
* tests: Extend "array foreach" test to increase coverageRico Tzschichholz2020-04-021-0/+7
* vala: Consider boolean types are compatible with each otherRico Tzschichholz2020-04-014-1/+27
* 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