summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Fix search for Parameter.base_parameterRico Tzschichholz2020-03-081-2/+7
* codewriter: Output inner interface declarationsRico Tzschichholz2020-03-061-0/+2
* vala: Prevent possible stack-overflow in Class.is_subtype_of()Princeton Ferro2020-03-031-1/+2
* girparser: Delay adding of "GLib.Object" prerequisite to interfacesPrinceton Ferro2020-03-031-3/+12
* girparser: Decrease return_array_length_idx for transformed functionRico Tzschichholz2020-03-021-0/+1
* vala: Don't create temp-variable for array concatenation expressionRico Tzschichholz2020-03-021-0/+2
* vala: Report an internal error for unavailable context and bailRico Tzschichholz2020-03-011-0/+10
* vala: Fix circular reference in EnumValueTypePrinceton Ferro2020-03-011-1/+1
* vala: Fix circular reference in PropertyPrinceton Ferro2020-03-011-1/+1
* vala: Add local-variables to current scope regardless its error stateRico Tzschichholz2020-02-222-8/+13
* vala: Skip UsingDirective if error is setRico Tzschichholz2020-02-201-0/+4
* vala: Handle unavailable type-symbol in Constant.check_const_type()Princeton Ferro2020-02-201-2/+2
* vala: Don't analyze error-type of errornous catch-clausesRico Tzschichholz2020-02-201-1/+1
* vala: Properly set CodeNode.error when reporting an error (2)Rico Tzschichholz2020-02-204-1/+8
* vala: Don't check for unhandled error if error is set on bodyRico Tzschichholz2020-02-202-5/+9
* vala: Bail ThrowStatement.get_error_types() if error is setRico Tzschichholz2020-02-201-0/+3
* vala: Rely on more implementations of Block in SwitchSectionRico Tzschichholz2020-02-201-27/+4
* vala: Rework ReturnStatement.check to handle "current_return_type == null"Rico Tzschichholz2020-02-201-10/+8
* vala: Prevent possible stack-overflow in Class.is_compact/is_immutableRico Tzschichholz2020-02-191-2/+2
* vala: Method representing a LambdaExpression might be null on an errorPrinceton Ferro2020-02-191-1/+1
* Add support for sealed classes in bindingsRico Tzschichholz2020-02-194-0/+37
* vala: Never add "null" in ForeachStatement.get_defined_variables()Rico Tzschichholz2020-02-191-1/+3
* vala: Don't process arguments of MethodCall if error is setRico Tzschichholz2020-02-181-2/+5
* vala: Set error and return early on invalid index in ElementAccessRico Tzschichholz2020-02-181-0/+3
* vala: Don't process initializer of parameter if error is setRico Tzschichholz2020-02-181-1/+1
* vala: Handle PointerType and VoidType in Constant.check_const_type()Rico Tzschichholz2020-02-181-0/+2
* girparser: Report a warning for conflicting class and instance methodsRico Tzschichholz2020-02-161-0/+3
* vala: Properly set CodeNode.error when reporting an errorRico Tzschichholz2020-02-1014-1/+37
* vala: Don't ignore errors in Parameter and acknowledge them furtherRico Tzschichholz2020-02-054-4/+13
* vala: Fix base-access check for compact classes (2)Rico Tzschichholz2020-02-051-2/+3
* vala: Use some replacement for an unavailable identifier stringRico Tzschichholz2020-02-031-1/+6
* parser: Make parse_identifier more robustRico Tzschichholz2020-02-031-1/+11
* parser: Make parse_embedded_statement_without_block more robustPrinceton Ferro2020-02-031-2/+10
* parser: Make parse_argument_list/parse_initializer more robustRico Tzschichholz2020-02-031-2/+24
* parser: Handle delimiters inside of parse_argument_list/parse_initializerRico Tzschichholz2020-02-031-6/+4
* parser: Deal with certain missing delimiters and let the parser continueRico Tzschichholz2020-02-031-1/+14
* vala: Inline allocated arrays require length or initializerRico Tzschichholz2020-02-014-6/+17
* vala: Improve detection of recursive struct declarationsPrinceton Ferro2020-01-291-3/+6
* vala: Fix base-access check for compact classesRico Tzschichholz2020-01-251-2/+3
* girparser: Apply explicitly given ctype metadata attributes on callablesRico Tzschichholz2020-01-201-0/+9
* girparser: Improve source_reference of parametersRico Tzschichholz2020-01-201-2/+11
* vala: Always bail if there are semantic errorsPrinceton Ferro2020-01-201-1/+3
* Add further support for params arraysRico Tzschichholz2020-01-153-2/+33
* parser: Extend source_reference of parenthesized expr to cover "( ... )"Princeton Ferro2020-01-131-1/+4
* vala: Fix short-circuiting behavior of coalescing operatorJeremy Philippe2020-01-111-10/+27
* vala: Non-nullable value-type in coalesce expression needs to be copiedJeremy Philippe2020-01-081-0/+6
* vala: Infer target_type in coalescing expressionsJeremy Philippe2020-01-081-0/+5
* genie: Fix parser's inner state when a struct is declared after a classJeremy Philippe2020-01-061-0/+2
* compiler: Add "--depfile" option writing package dependencies to given fileRico Tzschichholz2019-12-211-0/+23
* vala: Allow to override base interface properties explicitlyJeremy Philippe2019-12-211-1/+1