Commits
User selector
Commit History
Commits on Feb 27, 2026
Commits on Feb 24, 2026
Introduce list(<T>).first() and list(<T>).last().
Show description for f9658fcauthored andcommitted
Commits on Feb 20, 2026
Default enable precision_preserving_double_format.
Show description for 0928b65authored andcommitted
Commits on Feb 19, 2026
Use charconv for string(double) standard function.
Show description for 1cab36dauthored andcommitted
Commits on Jan 29, 2026
No public description
Show description for c92607dauthored andcommitted
No public description
Show description for 547830cauthored andcommitted
No public description
Show description for 7a90105authored andcommitted
Commits on Dec 29, 2025
Mark old overload of cel::Function::Invoke as deprecated and de-virtualize.
Show description for 457a5b5authored andcommitted
Commits on Dec 19, 2025
Add codelab exercise and example defining an opaque (abstract) type.
Show description for e43775dauthored andcommittedPropagate embedder context to functions declared as contextual.
Show description for eba8e2aauthored andcommittedAdd an EmbedderContext type for passing opaque state from the
Show description for 707a4ceauthored andcommitted
Commits on Dec 12, 2025
Refactor cel::Function with new Invoke signature.
Show description for d21b0d4authored andcommittedRefactor Program::Evaluate to use an Options struct.
Show description for b2706daauthored andcommitted
Commits on Nov 24, 2025
Add Unsafe factories for string values.
Show description for 53c7ab3authored andcommitted
Commits on Nov 17, 2025
Add cel::Value::WrapMessageUnsafe.
Show description for 439003aauthored andcommitted
Commits on Nov 12, 2025
Add test cases demonstrating Value::WrapMessage behavior.
Show description for 80814eeauthored andcommitted
Commits on Nov 5, 2025
Add cel::Runtime version of memory safety test.
Show description for db7d658authored andcommitted
Commits on Nov 4, 2025
Add is_contextual flag to FunctionDescriptor.
Show description for 7737ed1authored andcommitted
Commits on Nov 3, 2025
Drop const qualification on built cel::Runtime.
Show description for c274678authored andcommitted
Commits on Oct 28, 2025
Use perfect forwarding in the function adapter instead of wrapping it into two layers of `absl::AnyInvocable`
Show description for 7519eb1authored andcommitted
Commits on Oct 23, 2025
Remove references to handles in function adapter code.
Show description for a69f85bauthored andcommitted
Commits on Oct 22, 2025
Add arbitrary count version for function adapter helpers.
Show description for c86ab58authored andcommitted
Commits on Oct 9, 2025
Introduce `string(bool)` support at runtime
Show description for 2b0ed60authored andcommitted
Commits on Sep 4, 2025
Clean up references to old aliases for AST metadata types.
Show description for 6aa0b87authored andcommitted
Commits on Aug 13, 2025
Add `transformMapEntry` macros and a map-merging overload for `cel.@mapInsert`.
Show description for ef94b82authored andcommitted
Commits on Aug 7, 2025
Add ast_internal::NullType for internal AST type representation.
Show description for d76b840authored andcommitted
Commits on Jul 29, 2025
Bump abseil and protobuf versions.
Show description for e78965aauthored andcommittedInternal change.
Show description for 8a0b587authored andcommitted
No public description
Show description for e173ea1authored andcommitted
Commits on Jun 9, 2025
Add support for injecting a custom attribute matcher.
Show description for c1a5771authored andcommitted
Commits on May 1, 2025
Function for conversion of string to bool
Show description for 87dedebauthored andcommitted
Commits on Apr 30, 2025
No public description
Show description for 6fa0781authored andcommitted
Commits on Apr 29, 2025
Automated Code Change
Show description for 3c7689dauthored andcommitted
Commits on Apr 24, 2025
remove default move constructor declaration for type_registry to fix compiler warning. Intended to be managed as part of a runtime environment managed by a smart pointer.
Show description for dbf9effauthored andcommitted
Commits on Apr 17, 2025
Add AddUnknownPattern() and AddMissingPattern().
Show description for 050b21eauthored andcommitted