Commits
User selector
Commit History
Commits on Feb 19, 2026
Generate overload IDs automatically
Show description for 318fef0authored andcommitted
Commits on Feb 9, 2026
Misc fixes for running conformance tests cross compiled for windows.
Show description for ce25b38authored andcommitted
Commits on Jan 29, 2026
No public description
Show description for 3710113authored andcommitted
Commits on Jan 10, 2026
No public description
Show description for 21eea3bauthored andcommitted
Commits on Dec 30, 2025
Fixes for bazel msvc build.
Show description for 13b249fauthored andcommittedAdd non-recursive FlattenedErase for Expr.
Show description for 769b0b1authored andcommitted
Commits on Dec 19, 2025
Add an EmbedderContext type for passing opaque state from the
Show description for 707a4ceauthored andcommitted
Commits on Dec 3, 2025
Optimize `google::api::expr::Unparse` by removing unnecessary map copying.
Show description for 4eef486authored 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 14, 2025
Adding remaining string ext functions
Show description for 7b2f6e5authored andcommitted
Commits on Nov 12, 2025
Enhance core string types with built-in manipulation methods by integrating common string operations, previously in extensions, as methods in the `StringValue` class.
Show description for 19f11b3authored andcommitted
Commits on Nov 11, 2025
Replace call to `proto2::Arena::Destroy` with `delete`.
Show description for b48a3b6authored andcommitted
Commits on Nov 4, 2025
Add is_contextual flag to FunctionDescriptor.
Show description for 7737ed1authored andcommitted
Commits on Oct 28, 2025
Merge pull request #1764 from bomkvilt:outline-declarations
Show description for 6c51daccommittedAdd support for timestamp and duration to cel/python
Show description for b8998c1authored andcommitted
Commits on Oct 24, 2025
Commits on Oct 3, 2025
Add utility function to add minimally required descriptors to pool
Show description for cf04551authored andcommitted
Commits on Sep 26, 2025
Make `CustomMapValueInterface::arena` nullable.
Show description for bf25fa1authored andcommitted
Commits on Sep 22, 2025
Export unparser utility to github.
Show description for 31f0895authored andcommitted
Commits on Sep 19, 2025
Adding find and substring functions into byte_string
Show description for f4068dbauthored andcommitted
Commits on Sep 12, 2025
No public description
Show description for 2abc4a6authored andcommitted
Commits on Sep 9, 2025
Clean up remaining references to old aliases for AST metadata types.
Show description for 7d81e4cauthored andcommitted
Commits on Sep 4, 2025
Clean up references to old aliases for AST metadata types.
Show description for 6aa0b87authored andcommitted
Commits on Sep 2, 2025
Mark `arena` as nullable
Show description for 43892bcauthored andcommitted
Commits on Aug 28, 2025
Delete AstImpl, everything should just use Ast directly now.
Show description for 0480a81authored andcommittedRemove remaining references to AstImpl.
Show description for 8a839c3authored andcommitted
Commits on Aug 27, 2025
Remove downcasting from cel::Ast to AstImpl.
Show description for 9996e99authored andcommittedMake Expr and Ast copy constructible/assignable.
Show description for 7aba412authored andcommittedAdd native AST version of NavigableAst.
Show description for 860fcddauthored andcommittedExtract implementation details for NavigableAst to internal template base class.
Show description for 3209fd2authored andcommittedFactor out and consolidate internals for NavigableAst implementation in common_internal.
Show description for 0680594authored andcommitted
Commits on Aug 23, 2025
Make AST fields visible on public AST interface.
Show description for 3db277eauthored andcommitted
Commits on Aug 22, 2025
Minor naming changes to AstImpl for consistency
Show description for 69baabcauthored andcommitted
Commits on Aug 21, 2025
Move AST metadata types from cel::ast_internal namespace to cel.
Show description for a47b990authored andcommitted