summaryrefslogtreecommitdiff
path: root/vala/valafield.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Check type-arguments in more declarationsRico Tzschichholz2023-04-111-0/+1
* vala: Drop SemanticAnalyzer.is_type_accessible()Rico Tzschichholz2021-11-061-1/+1
* vala: GtkChild fields/properties must be declared as unownedRico Tzschichholz2021-01-161-0/+5
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-4/+4
* vala: Use available CodeContext instance for VersionAttribute.check()Rico Tzschichholz2020-06-171-1/+1
* vala: Perform version check for types of non-external variable declarationsRico Tzschichholz2020-04-161-0/+5
* vala: Inline-allocated array can't be instantiated with creation expressionRico Tzschichholz2020-03-211-2/+2
* vala: Inline allocated arrays require length or initializerRico Tzschichholz2020-02-011-0/+5
* vala: Don't allow "va_list" as return-type or type of fieldsRico Tzschichholz2019-12-031-0/+6
* vala: Infer array length of inline allocated arrays for fieldsFlorian Brosch2019-10-291-0/+21
* codegen: Move type-argument checks to SemanticAnalyzerRico Tzschichholz2019-09-251-0/+3
* vala: Array with fixed length don't require explicit instantiationRico Tzschichholz2018-12-161-0/+7
* Replace `%s` with `%s' in format strings of output messagesRico Tzschichholz2018-08-081-1/+1
* vala: Transform Lockable.*_lock_used() methods into "lock_used" propertyRico Tzschichholz2018-04-251-9/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-2/+2
* Fix broken 20a1536f9911c1aadbfbe046bc01afc57bb724a5Rico Tzschichholz2017-02-121-2/+2
* vala: Non-null initializers are not allowed for owned namespace fieldsRico Tzschichholz2017-02-121-0/+8
* field: Drop unused methodsRico Tzschichholz2016-11-011-8/+0
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-5/+5
* fix typo for non-constant field initializersLuca Bruno2014-10-251-1/+1
* Add ownership-checks for field initializersFlorian Brosch2014-10-011-0/+10
* Forbid non-constant initializers for static fields in compact classesSimon Werbeck2014-08-291-0/+6
* Error on non-const field initializer in namespaceSimon Werbeck2014-08-231-0/+6
* Drop C specific methods from the code treeLuca Bruno2011-08-011-74/+2
* Drop Symbol.process_experimental_attributeLuca Bruno2011-08-011-2/+0
* Drop Symbol.process_deprecated_attributeLuca Bruno2011-08-011-2/+0
* Delegate processing of common Field attributes to the Variable base classLuca Bruno2011-04-071-18/+0
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+2
* Move handling of common attributes from Field and Parameter to VariableJürg Billeter2011-01-161-80/+3
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-10/+10
* Report error when variable or property type is voidJiří Zárevúcky2010-10-191-0/+6
* Simplify attribute objectsJürg Billeter2010-09-091-1/+1
* Add Variable classJürg Billeter2010-07-271-42/+12
* Remove Member classJürg Billeter2010-07-271-1/+1
* Remove visit_memberJürg Billeter2010-07-271-2/+0
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+2
* Fix crash on invalid field initializerJürg Billeter2010-03-221-1/+7
* Support array_length_type for fieldsEvan Nemerson2010-03-131-0/+8
* Fix crash on invalid field initializerJürg Billeter2010-02-041-1/+4
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Comment handling improvementsFlorian Brosch2009-09-041-2/+2
* Report error when initializing constants or fields in bindingsJürg Billeter2009-07-271-0/+5
* Check type of field initializersJürg Billeter2009-07-101-0/+6
* Support [CCode (delegate_target = false)] attribute for fieldsJürg Billeter2009-04-021-0/+9
* Rework header file generationJürg Billeter2009-03-311-10/+0
* Warn when hiding members, support `new' keyword to suppress warning, basedJürg Billeter2009-02-121-0/+4
* Fix symbol lookup in constant and field initializers, fixes bug 567760Jürg Billeter2009-01-171-0/+3
* Add array_length_cexpr CCode attribute for fields with constant arrayJürg Billeter2009-01-161-0/+32
* Use `internal' accessibility for namespace members by defaultJürg Billeter2009-01-161-6/+0
* Report error when field type is less accessible than fieldJürg Billeter2009-01-091-0/+7