summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* MethodCall: avoid static access to ReportDaniel Espinosa2022-01-031-1/+1
* MemberAccess: avoid static access to ReportDaniel Espinosa2022-01-031-2/+2
* LockStatement: avoid static access to ReportDaniel Espinosa2022-01-031-3/+3
* LocalVariable: avoid static access to ReportDaniel Espinosa2022-01-031-2/+2
* CreationMethod: avoid static report accessDaniel Espinosa2022-01-031-2/+2
* Constructor: use context when available to avoid report static accessDaniel Espinosa2022-01-031-1/+1
* Constant: use context when available to avoid report static accessDaniel Espinosa2022-01-031-1/+1
* CatchClause: use context when available to avoid report static accessDaniel Espinosa2022-01-031-2/+2
* BinaryExpression: use context when available to avoid report static accessDaniel Espinosa2022-01-031-2/+2
* Assigment: use context if available to avoid Report static accessDaniel Espinosa2022-01-031-5/+5
* ObjectTypeSymbol: use context when available to avoid report static accessDaniel Espinosa2022-01-031-1/+1
* Report: replace static methods when context is availableDaniel Espinosa2022-01-0355-393/+393
* Namespace: set current context at construction timeDaniel Espinosa2022-01-035-20/+22
* CodeNode: add CodeContext propertyDaniel Espinosa2022-01-031-0/+26
* ArrayCreationExpression: don't use static ReportDaniel Espinosa2022-01-031-8/+8
* VersionAttribute: use context's report methodsDaniel Espinosa2022-01-031-3/+3
* SourceFile: use context's report methodsDaniel Espinosa2022-01-031-1/+1
* AddressOfExpression: use instance context's report methodsDaniel Espinosa2022-01-031-1/+1
* CodeWriter: use instance context's report methodsDaniel Espinosa2022-01-031-1/+1
* MarkupReader: use instance context's report log methodsDaniel Espinosa2022-01-032-5/+7
* SymbolResolver: use instance context's report log methodsDaniel Espinosa2022-01-031-11/+14
* FlowAnalyzer: use instance context's report log methodDaniel Espinosa2022-01-031-18/+18
* Scanner: use instance context's report log methodsDaniel Espinosa2022-01-031-41/+41
* GirParser: use instance context's report log methodsDaniel Espinosa2022-01-031-39/+39
* Genie.Scanner: use instance context's report log methodsDaniel Espinosa2022-01-031-41/+41
* Genie.Parser: use context's report instance log methodsDaniel Espinosa2022-01-031-14/+14
* Parser: use instance Report log methodsDaniel Espinosa2022-01-033-56/+50
* Report: add log instance methodsDaniel Espinosa2022-01-032-18/+41
* vala: Show source location when reporting deprecationsRico Tzschichholz2021-12-271-1/+1
* Revert "Make more use of native GLib.Regex syntax"Rico Tzschichholz2021-12-271-1/+8
* Make more use of native GLib.Regex syntaxRico Tzschichholz2021-12-221-8/+1
* parser: Improve partial classes supportRico Tzschichholz2021-12-211-3/+66
* vala: Correctly replace "in" expression in pre-/postconditions of methodRico Tzschichholz2021-12-211-0/+17
* vala: Silently accept unsafe assignment of "0" literal to enum typeRico Tzschichholz2021-12-172-2/+4
* Properly use [Flags] feature for ModifierFlags and CCodeModifiersRico Tzschichholz2021-12-171-14/+15
* vala: Non nullable enum types are simple typesRico Tzschichholz2021-12-161-0/+3
* vala: Allow unsafe assignment of integer to enum while reporting a noticeRico Tzschichholz2021-12-163-0/+9
* girparser: Avoid possibily creating duplicated attributesRico Tzschichholz2021-12-152-2/+19
* vala: Report statement parsing error if it is not meant to be an expressionRico Tzschichholz2021-12-131-1/+5
* vala: Drop duplicate check for unsupported flag of struct methodsRico Tzschichholz2021-12-121-7/+1
* vala: Drop duplicate check for unsupported flag of creation methodsRico Tzschichholz2021-12-121-6/+0
* vala: Set is_yield_expression in async context when chaining up to async base...Rico Tzschichholz2021-12-121-1/+5
* codegen: Correctly handle chain up of struct creation methodsRico Tzschichholz2021-12-113-1/+9
* vala: NullLiteral is not a valid argument for string concatenationwxx2021-12-081-1/+3
* vala: Check accessibility of initializer for constant and enum valueRico Tzschichholz2021-11-302-0/+12
* vala: Fix signals with generic returnRico Tzschichholz2021-11-261-2/+5
* vala: Report error on missing gio-2.0 package for async constructorsRico Tzschichholz2021-11-251-0/+6
* vala: Add [Profile] as known attribute for methodsRico Tzschichholz2021-11-241-0/+1
* genie: Accept accessibility and async modifiers on "construct" creation methodsRico Tzschichholz2021-11-231-2/+14
* vala: Check for unavailable value-type of variable initializerRico Tzschichholz2021-11-172-0/+8