Commits
User selector
Commit History
Commits on May 18, 2023
Use ABSL_LOG macros over LOG macros
Show description for b35780ecommittedOSS export
Show description for 3ff5836committedForbid direct creation of `ConstantId` and `FieldId`
Show description for 0b15d05authored andcommittedAdd support for iterating over struct fields
Show description for fc4e4c1authored andcommittedRemove deprecated aliases and cleanup artifacts from `:memory` consolidation
Show description for cdd9574authored andcommittedAdd ability to iterate over containers
Show description for baee8dfauthored andcommittedCleanup `MemoryManager` and drop `ManagedMemory`
Show description for 95a517dauthored andcommittedImplement initial support for skippable destructors
Show description for cfb020eauthored andcommittedInteroperation for protocol buffer messages
Show description for 379bbeaauthored andcommittedAdd modern apis implementation for activation interface.
Show description for 3d4a682authored andcommittedRefactor `StuctValue`, `ListValue`, and `MapValue` to use `XContext` as the first argument to functions
Show description for eb99766authored andcommittedIntroduce modern FunctionProvider interface and migrate cel function registry to use directly
Show description for a2e1e8aauthored andcommittedShift `Handle<T>::Is` to `Type` and `Value`
Show description for daf5d56authored andcommittedUpdate `MapValue::Get` to use `absl::optional`
Show description for 94039b3authored andcommittedInitial implementation of `StructValue` for protocol buffer messages
Show description for 7284651authored andcommittedAccept `TypeManager` in `StructValue::HasField`
Show description for 2fe42aaauthored andcommittedEnsure `ErrorValue` does not unexpectedly get passed to `Function`.
Show description for 8c38ac2authored andcommittedMigrate logic builtins to cel::Value equivalents.
Show description for 168d8dcauthored andcommittedAdd unknown / missing attribute accessors to the Activation interface.
Show description for 7bd0b02authored andcommittedSplit AdapterActivationImpl into a new header from interop.h to resolve dependency cycle in upcoming change.
Show description for 100cac8authored andcommittedInternal change
Show description for 641e88bauthored andcommittedFinish migrating `eval/eval/evaluator_stack`
Show description for 77e1017authored andcommittedPartially migrate `eval/eval/create_struct_step`
Show description for bb2f397authored andcommittedPartially migrate `eval/eval/create_list_step`
Show description for b1cf55dauthored andcommittedRemove references to unknown value error. It has been deprecated in favor of
Show description for 46fbb4eauthored andcommittedRemove general equality and hashing from values
Show description for c961c2dauthored andcommittedAdd test for AST with duration literal that is too large for CEL duration.
Show description for 7d9f6e9authored andcommittedMigrate select step to use cel::Handle.
Show description for bf35146authored andcommittedMigrate ident_step to use Handle representation for CEL values.
Show description for 28b4afaauthored andcommittedMigrate `eval/eval/evaluator_stack`
Show description for 1908bc1authored andcommittedTruncate `cel::Kind` from 127 to 63 and merge inlined trivial attributes
Show description for 4601225authored andcommittedExtract factories and constants for special CEL error values to an internal file.
Show description for a35e3d2authored andcommittedRefactor `ErrorValue` and `UnknownValue` to have zero overhead interop
Show description for 7839e50authored andcommittedMigrate `eval/eval/const_value_step`
Show description for d520628authored andcommittedEnsure interop can roundtrip type values
Show description for 010ee07authored andcommitted