summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* 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
* vala: Don't allow casting real structs to classes or simple-typesYotam Nachum2021-11-121-0/+9
* vala: Don't allow casting to voidColin Kiama2021-11-081-4/+3
* vala: Add multi-line support to Vala.ReportLorenz Wildberg2021-11-081-28/+31
* vala: Drop SemanticAnalyzer.is_type_accessible()Rico Tzschichholz2021-11-0611-16/+11
* vala: Add accessibility check of type for constants and structs base typeRico Tzschichholz2021-11-062-0/+12
* genie: Use TokenType.EXCEPTION instead of TokenType.ERRORDOMAINRico Tzschichholz2021-11-053-7/+7
* genie: Properly handle plain "get" or "set" property accessorsRico Tzschichholz2021-11-041-0/+4
* genie: Accept INTERR token before type arguments when parsing typeRico Tzschichholz2021-11-031-1/+4
* genie: Amend text of indent and dedent for error messagesAlistair Thomas2021-11-032-3/+3
* parser: Better handling of misplaced switch sectionsRico Tzschichholz2021-11-022-2/+19
* parser: Split out Parser.parse_switch_section_statement()Rico Tzschichholz2021-11-021-17/+23
* vala: Using SignalHandler.disconnect() is required for dynamic signalsRico Tzschichholz2021-11-011-0/+3
* vala: Add support for nested methods (local functions)Rico Tzschichholz2021-10-301-1/+60
* Add support for partial classesSimon Werbeck2021-10-304-2/+58
* girparser: Accept "sealed" for transformed records and compact classesRico Tzschichholz2021-10-301-0/+8
* vala: Improve error message for invalid handler of dynamic signalLorenz Wildberg2021-10-301-1/+5
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-2535-77/+82
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-2335-82/+77
* vala: Improve CodeWriter.visit_catch_clause()Rico Tzschichholz2021-10-231-3/+6
* vala: Implement CodeWriter.visit_foreach_statement()Rico Tzschichholz2021-10-231-0/+9
* parser: Make sure ErrorCodes are accessible as neededRico Tzschichholz2021-10-232-0/+2
* vala: Report error for non ErrorType in throwsRico Tzschichholz2021-10-232-0/+8
* vala: Replace and drop UnaryExpression.find_member_access()Rico Tzschichholz2021-10-231-10/+1
* vala: Correctly output signature of callable throwing errorRico Tzschichholz2021-10-211-1/+1
* vala: Really check compatiblity of error types for delegate symbolRico Tzschichholz2021-10-211-2/+2
* vala: Set more missing source references of CodeNode instancesRico Tzschichholz2021-10-1711-29/+29
* codegen: Move some errors to semantic analyzer passRico Tzschichholz2021-10-171-0/+17
* parser: Don't bail parsing of yield expression on errorRico Tzschichholz2021-10-171-1/+1
* vala: More thorough check of ValueType and set CodeNode.error on failureRico Tzschichholz2021-10-153-1/+16
* vala: No need to run return_type.check() twice for methodRico Tzschichholz2021-10-151-4/+0
* girparser: Add support for "ref_/ref_sink_/unref_function" metadata for classesRico Tzschichholz2021-10-141-0/+22
* vala: Parameter following ellipsis parameter is not allowedwxx2021-10-141-0/+8
* Set TypeParameter as symbol of GenericTypeRico Tzschichholz2021-10-013-6/+9
* vala: Drop RealLiteral.get_type_name()Rico Tzschichholz2021-10-011-14/+8
* vala: Set source references of created DataType instances in OCERico Tzschichholz2021-10-011-2/+2
* vala: Preserve the source reference when resolving data typesRico Tzschichholz2021-10-011-14/+14
* vala: Add optional SourceReference parameter to DataType classesRico Tzschichholz2021-09-2923-63/+56
* vala: Accept NullType as generic type argumentRico Tzschichholz2021-09-271-0/+1
* vala: Multi-dimensional params-array not allowedRico Tzschichholz2021-09-221-4/+10
* vala: Don't restrict element type of GLib.ArrayRico Tzschichholz2021-09-151-0/+6
* vala: Warn about unsupported cast to void and drop itRico Tzschichholz2021-09-141-0/+7
* girwriter: Improve struct creation method bindingPrinceton Ferro2021-08-181-3/+22
* vala: Disallow resize() for constant arrayswxx2021-08-141-8/+14
* vala: Add support for null-safe access operatorJeremy Philippe2021-08-066-1/+237