Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Dec 5, 2025
Remove deadcode related to legacy type adaptation.
Show description for 2ec344cauthored andcommittedExport unit test for select optimization.
Show description for f8377b0authored andcommittedOptimize `google::api::expr::Unparse` by removing unnecessary construction and copy of `SourceInfo`.
Show description for 20671a0authored andcommitted
Commits on Dec 3, 2025
Add conformance tests with select optimization enabled.
Show description for eb68184authored andcommittedAdd conformance tests for legacy runtime using checked expressions.
Show description for 462a880authored andcommittedOptimize `google::api::expr::Unparse` by removing unnecessary map copying.
Show description for 4eef486authored andcommittedRemove unused const step factory.
Show description for e6d4a23authored andcommitted
Commits on Nov 24, 2025
Add Unsafe factories for string values.
Show description for 53c7ab3authored andcommitted
Commits on Nov 21, 2025
Remove WORKSPACE and related files.
Show description for a4c08b8authored 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 andcommittedAdd test cases demonstrating Value::WrapMessage behavior.
Show description for 80814eeauthored andcommitted
Commits on Nov 11, 2025
Replace call to `proto2::Arena::Destroy` with `delete`.
Show description for b48a3b6authored 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
Internal Changes
Show description for dd03e07authored andcommittedDrop 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 andcommittedMerge 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 27, 2025
Enable coverage collection via the runner library for a single test.
Show description for f204194authored andcommitted
Commits on Oct 24, 2025
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 15, 2025
cel_cc_test: Allow passing arguments to the underlying cc_test rule.
Show description for 38f6e94authored andcommitted
Fix crash in coverage collection of bool nodes which return an error.
Show description for 7a66fefauthored andcommitted
Commits on Oct 14, 2025
Custom assertion function for the C++ testrunner.
Show description for 5eb221bauthored andcommitted
Commits on Oct 10, 2025
Custom activation factory for the C++ testrunner.
Show description for 215b338authored andcommitted
Commits on Oct 9, 2025
Introduce `string(bool)` support at runtime
Show description for 2b0ed60authored andcommitted[checker] Fix bug where recursive type could be inferred
Show description for 033986eauthored andcommitted
Commits on Oct 8, 2025
Fix order of assertion parameters in the C++ testrunner.
Show description for c9b86b1authored andcommitted
Commits on Oct 3, 2025
Add utility function to add minimally required descriptors to pool
Show description for cf04551authored andcommittedPrint the returned error if a value was expected.
Show description for 07b1eddauthored andcommitted
Support checked_expression, raw cel_expressions and cel files via bzl macro
Show description for 538788fauthored andcommitted