summaryrefslogtreecommitdiff
path: root/vala
Commit message (Expand)AuthorAgeFilesLines
* Genie: Added Regex literalsJamie McCracken2010-05-243-24/+249
* Genie: Fix assertion failure on large rollback in parserJamie McCracken2010-05-242-1/+23
* Genie: Report error on duplicate constructor or destructor in classJamie McCracken2010-05-241-4/+24
* Genie: Support array and string slicesJamie McCracken2010-05-241-4/+13
* Genie: Fix base access in async methodsJamie McCracken2010-05-241-3/+8
* Genie: Support named argumentsJamie McCracken2010-05-241-1/+10
* Genie: Support non-null castsJamie McCracken2010-05-241-0/+9
* Genie: Added string templatingJamie McCracken2010-05-243-11/+204
* vapigen: support setting array_length_type for parametersEvan Nemerson2010-04-291-0/+4
* vapigen: Support finish_name attribute for async methodsMichal Hruby2010-04-282-14/+27
* Support regular expression literals after more tokensJukka-Pekka Iivonen2010-04-281-3/+23
* Fix crash when using type names as conditionsJürg Billeter2010-04-281-1/+1
* Report error when using ellipsis without named parameterJürg Billeter2010-04-281-0/+6
* Keep closure / instance alive when calling async methods with callbacksLuca Bruno2010-04-272-0/+3
* Use G_TYPE_ERROR instead of G_TYPE_POINTER for GLib >= 2.26Sebastian Dröge2010-04-271-1/+5
* Add GValue support for interfaces with non-GObject class prerequisiteLuca Bruno2010-04-271-4/+28
* vapigen: Support type_id attribute for classesVíctor Manuel Jáquez Leal2010-04-272-7/+11
* GRegex is available only in the GObject profileMarc-André Lureau2010-04-271-2/+1
* Support array_length_type for method parametersEvan Nemerson2010-04-271-0/+8
* Make argument of NullType constructor nullableEvan Nemerson2010-04-091-1/+1
* Fix crash on valid recursive struct usageJürg Billeter2010-04-091-5/+2
* Add support for constant members inside enumsSebastian Dröge2010-04-083-1/+34
* vapigen: Support declaration of enum methods in -custom.valaJürg Billeter2010-04-081-0/+5
* Fix code generation for unreachable declaration statementsJürg Billeter2010-03-311-0/+1
* Add [CCode (destroy_notify_pos = ...)] attribute for simple genericsJürg Billeter2010-03-284-3/+11
* Add experimental support for regular expression literalsJukka-Pekka Iivonen2010-03-257-5/+313
* Eliminate unnecessary error check after try statementsJürg Billeter2010-03-252-1/+4
* dova: Do not require @"..." for string templatesJürg Billeter2010-03-242-3/+12
* Fix lock statementJiří Zárevúcky2010-03-245-9/+115
* Use BOXED marshaller for compact classes with type idJürg Billeter2010-03-231-1/+3
* Fix assertion failure on large rollback in parserJürg Billeter2010-03-232-2/+19
* Fix crash on invalid field initializerJürg Billeter2010-03-222-3/+9
* Report error when using instance method as argument in static methodsJürg Billeter2010-03-221-0/+9
* Do not generate C code for unreachable Vala codeJürg Billeter2010-03-222-2/+5
* Improve error message on duplicate definitionJürg Billeter2010-03-222-1/+26
* Fix code generation for large integer literalsJürg Billeter2010-03-221-36/+38
* Fix error message on duplicate definition in root namespaceJürg Billeter2010-03-221-2/+6
* Simplify for statements whose condition is falseJürg Billeter2010-03-221-2/+11
* Fix instance access check for static lambda expressionsJürg Billeter2010-03-221-1/+10
* Report error when using instance member as initializer in static methodJürg Billeter2010-03-221-0/+5
* Visit all expressions in flow analyzerJürg Billeter2010-03-221-4/+7
* Simplify while statements whose condition is falseJürg Billeter2010-03-221-3/+12
* Set error field when detecting duplicate switch labelJürg Billeter2010-03-221-0/+1
* Fix protected member access in interfacesAdam Folmert2010-03-221-0/+7
* Report error on duplicate switch labelLuca Bruno2010-03-211-0/+15
* Rename _main to _vala_main to avoid conflictsLuca Bruno2010-03-211-1/+1
* Add experimental support for chained relational expressionsJürg Billeter2010-03-212-1/+28
* Fix crash when unable to infer generic type argumentsJürg Billeter2010-03-211-1/+3
* Fix crash with owned property getters and interfacesJürg Billeter2010-03-211-1/+5
* Fix memory leak with owned property getters and g_object_getJürg Billeter2010-03-212-2/+30