]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2022-02-14  Rico Tzschichholzvala: Show source location when reporting deprecations
2022-02-09  Rico Tzschichholzvala: Clear SemanticAnalyzer.current_{symbol,source_fil...
2022-02-09  Rico Tzschichholzvala: Free empty stack list for code contexts
2022-02-09  Rico Tzschichholzgtkmodule: Improve UI parsing and handling of nested...
2022-02-09  Rico Tzschichholzgtkmodule: Recurse inner classes of ObjectTypeSymbols
2022-02-09  Rico Tzschichholztest/gtktemplate: Use correct class name
2022-02-09  Rico Tzschichholzparser: Clean up creation of constant declaration
2022-02-09  Rico Tzschichholzvala: Move dynamic property errors to semantic analyzer...
2022-02-04  Rico Tzschichholzvala: Make sure to drop our "trap" jump target in case...
2022-02-04  Rico Tzschichholzcodegen: Use correct target/destroy of delegate field...
2022-02-04  Rico Tzschichholztests: Generic type inference for static methods only...
2022-02-04  Rico Tzschichholzvala: Add missing TraverseVisitor.visit_data_type()
2022-02-04  wxxvala: Transform assignment of an array element as needed
2022-02-04  Nikola Hadžićv4l2: Update V4l2.Capabilities and fix some inline...
2022-02-04  Nikola Hadžićalsa: Add/fix *.alloca() functions
2022-02-04  Nahuel Gomezglib-2.0: Fix criticals in string.joinv() with arrays...
2022-02-04  Rico Tzschichholzparser: Improve handling of nullable VarType in with...
2022-02-04  Rico Tzschichholzcodegen: Access of stack allocated struct is guaranteed...
2022-02-04  Rico Tzschichholzcodegen: Don't uncoditionally null check callback_func...
2022-02-04  Rico Tzschichholzcodegen: Access of inline allocated array is guaranteed...
2022-02-04  Rico Tzschichholzvala: Implement missing YieldStatement.accept()
2022-02-04  Rico Tzschichholzparser: Reduce the source reference of main block metho...
2022-02-04  Alvarito050506codegen: Avoid symbol clashes with "va_*" from "stdarg.h"
2022-02-04  Rico Tzschichholzvala: Require lvalue access of delegate target/destroy...
2022-02-04  Rico Tzschichholzcodegen: Generated SimpleType structs don't have a...
2022-01-08  Rico TzschichholzRelease 0.54.6 0.54.6
2022-01-08  Rico Tzschichholzcodegen: Clear existing length values when revisiting...
2022-01-08  Rico Tzschichholztests: Add "async signal handler" test to increase...
2022-01-04  Rico Tzschichholztests: Add XFAIL tests if undefined behavior sanitizer...
2022-01-04  Rico Tzschichholztests: Skip constants/member-access-enum.vala for ASAN
2022-01-04  Rico Tzschichholzcodegen: Cast given default-value of struct with possib...
2022-01-04  Rico Tzschichholzcodegen: Allow boxing of non-external SimpleType structs
2022-01-04  Rico Tzschichholzgio-2.0: Add custom MemoryOutputStream.with_*data(...
2022-01-04  Rico Tzschichholzvala: Correctly replace "in" expression in pre-/postcon...
2021-12-20  Rico Tzschichholzvala: Non nullable enum types are simple types
2021-12-20  Rico Tzschichholzvala: Allow unsafe assignment of integer to enum while...
2021-12-16  Rico TzschichholzRelease 0.54.5 0.54.5
2021-12-16  Rico Tzschichholzgstreamer: Cherry-pick bindings fixes from 0.56
2021-12-16  Rico Tzschichholzgirparser: Avoid possibily creating duplicated attributes
2021-12-16  Corentin Noëlgstreamer-1.0: Unskip the ElementFactory.make/create_fu...
2021-12-16  Rico Tzschichholztests: Add "type-parameter property clash" test to...
2021-12-16  Rico Tzschichholzcodegen: Use a dedicated EmitContext for _variant_get...
2021-12-16  Rico Tzschichholzvala: Report statement parsing error if it is not meant...
2021-12-16  Rico Tzschichholztests: Add more "chain up" tests to increase coverage
2021-12-16  Rico Tzschichholzvala: Set is_yield_expression in async context when...
2021-12-16  Rico Tzschichholzcodegen: Correctly handle chain up of struct creation...
2021-12-16  Rico Tzschichholztests: Add missing tests/structs/struct-static-field...
2021-12-16  wxxvala: NullLiteral is not a valid argument for string...
2021-12-16  Rico Tzschichholzgtkmodule: Handle nested closure elements and bind...
2021-12-16  Lorenz Wildbergtests/girwriter: Use the actual expected output of...
2021-12-16  Rico Tzschichholzbuild: Update git-version-gen to latest upstream
2021-12-16  Alexander Kanavinvapigen.m4: use $PKG_CONFIG_SYSROOT_DIR
2021-12-16  Rico Tzschichholzglib-2.0: Always use the actual C type for CCode.array_...
2021-11-29  Rico Tzschichholztests: Add missing methods/parameter-ccode-type.vala
2021-11-29  Rico TzschichholzRelease 0.54.4 0.54.4
2021-11-29  Rico Tzschichholzpango: Cherry-pick bindings fixes from 0.56
2021-11-29  Rico Tzschichholzgstreamer: Cherry-pick bindings fixes from 0.56
2021-11-29  Rico Tzschichholzgtk4: Update to 4.5.0~cd9b7307
2021-11-28  Lorenz Wildbergtests: Rename colliding test case to avoid conflict
2021-11-28  Rico Tzschichholzgnome-desktop-3.0: Some parameter fixes
2021-11-28  Rico Tzschichholzcodegen: Accept CCode.type attribute on parameters
2021-11-28  Rico Tzschichholzcodegen: Drop inconsistent space for ObjectType parameters
2021-11-28  Rico Tzschichholztests: Rename colliding test cases to avoid conflicts
2021-11-28  Rico Tzschichholzbuild: Add "test-update" which passed UPDATE_EXPECTED...
2021-11-28  Rico Tzschichholzvala: Fix signals with generic return
2021-11-28  Rico Tzschichholzvala: Report error on missing gio-2.0 package for async...
2021-11-28  Rico Tzschichholztests: Add runtime checks to signals tests and increase...
2021-11-28  Rico Tzschichholztests/girwriter: Increase coverage
2021-11-28  Rico Tzschichholztests: Add [Profile] method test to increase coverage
2021-11-28  Rico Tzschichholzvala: Add [Profile] as known attribute for methods
2021-11-28  Rico Tzschichholzccode: Fix CCodeUnaryExpression.write() for PREFIX_INCR...
2021-11-28  Rico Tzschichholzgenie: Accept accessibility and async modifiers on...
2021-11-28  Rico Tzschichholzgstreamer-base-1.0: Some parameter fixes
2021-11-28  Nikola Hadžićalsa: Add more API and fix a few things
2021-11-20  Rico Tzschichholzcodegen: Add missing check while overriding virtual...
2021-11-18  Rico Tzschichholzcodegen: Check required length of enum type name for...
2021-11-18  Rico Tzschichholzvala: Check for unavailable value-type of variable...
2021-11-15  Rico Tzschichholzcodegen: Add and use CCodeConstantIdentifier for access...
2021-11-11  Rico Tzschichholzcodegen: Emit constants without initializer list in...
2021-11-11  Rico Tzschichholzcodegen: Use CCodeConstant for member access of constan...
2021-11-11  Rico Tzschichholztests: Fix mixed up naming of base-type tests for classes
2021-11-11  Rico Tzschichholztests: Add more "statement" tests for genie to increase...
2021-11-11  Yotam Nachumgtkmodule: Improve error message for invalid signal...
2021-11-11  Rico Tzschichholztests: Add more "declaration" tests for genie to increa...
2021-11-11  Rico Tzschichholzgenie: "exception" is the expected string for TokenType...
2021-11-11  Rico Tzschichholzgenie: Properly handle plain "get" or "set" property...
2021-11-11  Rico Tzschichholzgenie: Accept INTERR token before type arguments when...
2021-11-11  Alistair Thomasgenie: Amend text of indent and dedent for error messages
2021-11-11  Rico Tzschichholzparser: Better handling of misplaced switch sections
2021-11-11  Rico Tzschichholzparser: Split out Parser.parse_switch_section_statement()
2021-11-11  Rico Tzschichholzvala: Using SignalHandler.disconnect() is required...
2021-11-11  Rico Tzschichholztests: Extend "dynamic" signal test to increase coverage
2021-11-11  Rico Tzschichholzgirparser: Accept "sealed" for transformed records...
2021-11-11  Lorenz Wildbergvala: Improve error message for invalid handler of...
2021-10-30  Rico TzschichholzRelease 0.54.3 0.54.3
2021-10-24  Rico Tzschichholztests: Add "throws error code" tests to increase coverage
2021-10-24  Rico Tzschichholzvala: Improve CodeWriter.visit_catch_clause()
2021-10-24  Rico Tzschichholzvala: Implement CodeWriter.visit_foreach_statement()
2021-10-24  Rico Tzschichholzparser: Make sure ErrorCodes are accessible as needed
2021-10-24  Rico Tzschichholzcodegen: Use ErrorType.error_domain if possible
next