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 2, 2026
Internal Changes
Show description for 7f26293authored andcommitted
Commits on May 27, 2026
Internal Changes
Show description for 8c9bb8fauthored andcommitted
Commits on Apr 24, 2026
Promote 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 20, 2026
Support parsed-only evaluation to sets extension
Show description for 54060a2authored andcommitted
Commits on Apr 1, 2026
Fix partial evaluation to properly check for comprehension bound variables for planner
Show description for 4d00593authored 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 null assignment to fields
Show description for 3fd7b96authored andcommittedFix CelValue adaptation for lists/maps
Show description for 9e1b5eeauthored andcommitted
Commits on Feb 26, 2026
Expose 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 21, 2026
Fixed parsed-only evaluation for non-special cased optional functions
Show description for 4cf2b79authored 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 andcommittedFix parsed-only evaluation for enum identifiers with containers
Show description for fb1ca32authored andcommittedFix error message for missing attribute
Show description for bff6518authored andcommittedAdd JSON field name resolution to planner
Show description for b68d0eaauthored andcommitted
Commits on Feb 19, 2026
Allow google.protobuf.Timestamp and google.protobuf.Duration to be created for planner
Show description for 1c5e9d9authored andcommitted
Commits on Feb 18, 2026
Remove StringConversion, StringConcatenation, ListConcatenation CelOptions in favor of subsetting
Show description for 81a8692authored andcommitted
Commits on Feb 14, 2026
Implement type() standard function, integrate in planner
Show description for 8e5040dauthored andcommittedFix function dispatch failure error messages to be properly formatted
Show description for 1916266authored andcommitted
Commits on Feb 10, 2026
Fix wrapper types to properly unwrap in lists
Show description for b3ee6a6authored andcommitted
Commits on Feb 6, 2026
Add json_name protobuf field option support
Show description for e36c49fauthored andcommitted
Commits on Feb 3, 2026
Introduce top-level runtime APIs based on Program Planner
Show description for 8d6bff6authored andcommitted
Commits on Jan 28, 2026
Fix repeated wrapper field selections
Show description for ff8cd30authored andcommittedNamespace resolution fix for planner
Show description for e50e7f8authored andcommitted
Commits on Jan 20, 2026
Internal Changes
Show description for b564c48authored andcommitted
Commits on Jan 10, 2026
Improve the error message in planned CreateMap when duplicate key exists
Show description for a1508fdauthored andcommitted
Commits on Jan 9, 2026
Fix context propagation in AsyncProgramImpl to preserve resolved attributes.
Show description for efba831authored andcommitted