Commits
User selector
Commit History
Commits on Jun 15, 2026
Make OpaqueValue subclassable and resolve type in TypeResolver
Show description for a5817b4authored andcommitted
Commits on Jun 12, 2026
Ensure chained optional field selection does not repeatedly wrap the optional type
Show description for d917045authored andcommitted
Commits on May 28, 2026
Internal Changes
Show description for 98ce0bfauthored andcommitted
Commits on May 27, 2026
Internal Changes
Show description for 8c9bb8fauthored andcommitted
Commits on May 15, 2026
Fix double qualification in NamespacedAttribute
Show description for 0837a51authored andcommitted
Commits on May 14, 2026
Implement Native Extensions
Show description for 558f09eauthored andcommitted
Commits on Apr 24, 2026
Add value type parameter in StructValue
Show description for f566450authored andcommittedAdd CombinedCelValueConverter
Show description for d699e28authored andcommittedPromote planner runtime builders to the main factories
Show description for cd71e40authored andcommitted
Commits on Apr 23, 2026
Implement exhaustive eval for planner
Show description for 1e1d8eaauthored andcommittedImplement trace for planner
Show description for 1cd2806authored andcommitted
Commits on Apr 22, 2026
Change function failures (dispatch / overload match) to always include the function name
Show description for 61a01d8authored andcommitted
Commits on Apr 17, 2026
Implement mutable map support for planner
Show description for 5667bd8authored andcommitted
Commits on Apr 15, 2026
Add parsed-only evaluation coverage to Comprehensions Extensions
Show description for 4f9a3a8authored andcommitted
Commits on Apr 14, 2026
Fix accu_init to be lazily initialized in folder. Add parsed-only evaluation test coverage to Bindings Extensions
Show description for 74ffbb3authored andcommitted
Commits on Apr 3, 2026
Implement cel.@block for planner
Show description for 664c31bauthored andcommitted
Commits on Apr 2, 2026
Fix constant folding to not error when sub-asts contain unbound variables
Show description for 46bae72authored andcommitted
Commits on Apr 1, 2026
Fix partial evaluation to properly check for comprehension bound variables for planner
Show description for 4d00593authored andcommittedMove fast-path unary/binary apply methods into an internal interface
Show description for ce4d217authored andcommittedOptimize attribute qualification process and empty message creation
Show description for 8e9f1acauthored andcommitted
Commits on Mar 31, 2026
Remove createStruct planinng overhead for type-checked ASTs
Show description for 05cb0a1authored andcommittedOptimize unary and binary function calls to avoid array allocation
Show description for cbe0104authored andcommitted
Commits on Mar 30, 2026
Switch from enhanced for-loop to indexed one to improve comprehension performance
Show description for aaec509authored andcommitted
Commits on Mar 26, 2026
JSON field name resolution fix for shadowed cases
Show description for b92f1f6authored andcommitted
Commits on Mar 20, 2026
Deprecate enableTimestampEpoch option
Show description for 690d082authored andcommitted
Commits on Mar 17, 2026
Support partial evaluation via unknowns in planner
Show description for 4f6a571authored andcommitted
Commits on Feb 28, 2026
Fix CelValue adaptation for lists/maps
Show description for 9e1b5eeauthored andcommitted
Commits on Feb 27, 2026
Fix optionals to properly error on invalid qualification
Show description for 5103b30authored andcommitted
Commits on Feb 26, 2026
Prevent planning createMap for heterogeneous duplicate keys
Show description for d499ba8authored andcommittedExpose planner based runtimes through experimental factories
Show description for 3cebc1aauthored andcommittedPrevent planning createMap for unsupported keys
Show description for 941932cauthored andcommittedAdd conformance tests for planner
Show description for 0737691authored andcommitted
Commits on Feb 25, 2026
Implement optionals for planner
Show description for e8079d0authored andcommitted
Commits on Feb 20, 2026
Evaluate parsed only expressions in PlannerInterpreterTest
Show description for a729a20authored andcommittedFix parsed-only evaluation for type equality
Show description for ac6aa13authored andcommitted