Commits
User selector
Commit History
Commits on Jun 26, 2026
Support pruning aggregate literals in optionals
Show description for 3e7dea1authored andcommitted
Commits on Jun 24, 2026
Fix optional macro calls to be foldable
Show description for 534f651authored andcommitted
Commits on Jun 22, 2026
Switch constant folding to pre-order traversal
Show description for 2bf3353authored 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 23, 2026
Add planner test coverage for policy compilation
Show description for f2d69d9authored andcommitted
Commits on Apr 14, 2026
Refactor tests to inject a runtime environment to invoke planner and legacy tests
Show description for 207dca5authored andcommittedAdd cel.@block test coverage for parsed-only mode
Show description for 288c3b9authored 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 Mar 20, 2026
Deprecate enableTimestampEpoch option
Show description for 690d082authored andcommitted
Commits on Feb 13, 2026
Document variable dependency behavior in InliningOptimizer
Show description for 38fe141authored andcommittedAdd another newInstance overload accepting list of inlineVariables
Show description for f748e2dauthored andcommittedInline presence tests for literals with zero value tests
Show description for f10f91cauthored andcommittedAdd InliningOptimizer
Show description for 21fbb54authored andcommitted
Commits on Feb 11, 2026
Invert the nesting level sequencing when mangling comprehension identifiers
Show description for d4e4984authored andcommitted
Commits on Feb 5, 2026
Prevent non-foldable functions from being folded in comprehensions
Show description for 72a1207authored andcommitted
Commits on Dec 16, 2025
Reject block indices that leads to cycles
Show description for d240eb9authored andcommitted
Commits on Dec 11, 2025
Support constant folding in chained SELECT expressions.
Show description for 18a12b6authored andcommitted
Commits on Dec 5, 2025
Persist lazily bound variables in the correct scoped resolver
Show description for 3072693authored andcommitted
Commits on Nov 5, 2025
Remove no-op evaluateCanonicalTypesToNativeValues flag in tests
Show description for 1b465a6authored andcommitted
Commits on Oct 29, 2025
Copy dev.cel.parser.Operator enum into dev.cel.common package
Show description for 2e6da1eauthored andcommitted
Commits on Oct 8, 2025
Fix type-checker to always rewrite resolved identifiers and functions through container or alias resolutions
Show description for f665c8aauthored andcommitted
Commits on Oct 1, 2025
Enhance ConstantFoldingOptimizer to fold arithmetics involving timestamps and durations
Show description for 0c7b10fauthored andcommitted
Commits on Sep 23, 2025
Allow constant folding to fold equals operator
Show description for f773edfauthored andcommitted
Commits on Sep 16, 2025
Override environment's expected result type during constant folding
Show description for 2f87ed9authored andcommitted
Commits on Sep 9, 2025
Enhance CSE to handle two variable comprehensions
Show description for 0bb2f72authored andcommitted
Commits on Sep 8, 2025
Remove capability to serially increment mangled variable indices
Show description for 4a1ed0fauthored andcommitted
Commits on Sep 2, 2025
Remove unused replaceSubtreeWithNewBindMacro method
Show description for fd2f721authored andcommittedRemove cel.bind option from SubexpressionOptimizer
Show description for 019ae76authored andcommittedOptimize composed policies using Constant Folding and Common Subexpression Elimination
Show description for 8fc7387authored andcommitted
Commits on Aug 21, 2025
Fix replaceSubtree to properly populate three arg map macro source
Show description for 37828daauthored andcommitted
Commits on Aug 20, 2025
Do not mangle comprehension identifiers if AST was not optimized
Show description for 4d2670dauthored andcommitted
Commits on Jul 28, 2025
Internal Changes
Show description for c90e451authored andcommitted
Commits on May 19, 2025
Remove deprecated CelExtensions#sets()
Show description for 56717e4authored andcommitted