summaryrefslogtreecommitdiff
path: root/vala/valacastexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: Don't uncoditionally null check callback_func for GLib.ClosureRico Tzschichholz2022-01-241-0/+4
* 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
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-1/+1
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-1/+1
* vala: Warn about unsupported cast to void and drop itRico Tzschichholz2021-09-141-0/+7
* vala: Don't allow GLib.Value casting to nullable struct/simple typesRico Tzschichholz2021-02-031-0/+4
* vala: GLib.Value unboxing returns unowned valueRico Tzschichholz2021-02-031-0/+10
* Revert errornous git pushRico Tzschichholz2020-11-141-1/+1
* vala: More copying of dedicated data-type instances for code-nodesRico Tzschichholz2020-11-141-1/+1
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-3/+3
* vala: Transform cast from integer-type to boxed-typeRico Tzschichholz2020-05-101-2/+1
* vala: Transform cast from floating-type to boxed-typeRico Tzschichholz2020-05-101-0/+22
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-2/+2
* vala: Properly set CodeNode.error when reporting an errorRico Tzschichholz2020-02-101-0/+1
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-1/+1
* codegen: Implement silent-cast for GLib.VariantRico Tzschichholz2019-03-281-0/+3
* vala: Don't check for GLib.Variant casting in POSIX profileRico Tzschichholz2018-11-061-1/+2
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+10
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-0/+4
* vala: Transfer floating-reference attribute while castingRico Tzschichholz2018-05-091-0/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* vala: Add dedicated CastExpression.silent() constructorRico Tzschichholz2017-12-141-4/+13
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+4
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-3/+3
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-1/+1
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-1/+1
* GVariant: Fix memory leak when boxing and unboxing variantsJürg Billeter2012-06-021-0/+9
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+2
* Fix explicit cast of instance method access to a delegate typeLuca Bruno2011-07-111-0/+8
* Allow casts in constant initializersJürg Billeter2011-02-141-1/+5
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-3/+3
* Port remaining code nodes to use accept_children for visiting childrenLuca Bruno2010-09-101-4/+6
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+8
* Mark return type of `as` operator as nullableJürg Billeter2010-03-101-0/+4
* Fix (!) non-null cast for structsJürg Billeter2010-03-101-7/+3
* Fix crash on invalid cast expressionsJürg Billeter2009-12-191-0/+6
* Support (!) non-null castsJürg Billeter2009-10-211-2/+22
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Rework header file generationJürg Billeter2009-03-311-3/+1
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-4/+0
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-0/+4
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-1/+9
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* Move expression checking to code nodesJürg Billeter2008-11-101-1/+25
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-2/+2
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-0/+2
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+5
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-7/+7