Commits
User selector
Commit History
Commits on May 18, 2023
Fix the remaining usages of LOG macro.
Show description for c1a562acommittedUse ABSL_LOG macros over LOG macros
Show description for b35780ecommittedOSS export
Show description for 3ff5836committedMigrate regex precompilation to program optimizer interface.
Show description for cc7daecauthored andcommittedFix bug related to the function registry and dangling references to descriptors
Show description for e0a4586authored andcommittedRemove stored protobuf enum descriptors from CelTypeRegistry.
Show description for 2cddf41authored andcommittedSeparate container operators from the core builtin function registrar.
Show description for 10be43bauthored andcommitted
Add new method to inspect registered enum set for client tests.
Show description for 1d4e35eauthored andcommittedRefactor cel-type registry to support using new style enums for identifying constants at plan time.
Show description for cd56747authored andcommittedRemove unused planning arena.
Show description for dc69778authored andcommittedInternal tool update
Show description for cec0463authored andcommittedAdjust stack limits for evaluating sub expressions in the constant folding optimization.
Show description for c0518acauthored andcommittedInternal tool change
Show description for e11d971authored andcommittedUpdate flat expr builder program optimizer API to accept a factory instead of an instance.
Show description for 4639203authored andcommittedForbid direct creation of `ConstantId` and `FieldId`
Show description for 0b15d05authored andcommittedAdd constant step implementation that is inspectable during program planning.
Show description for dec5fd5authored andcommittedInternal tool change
Show description for a1fbbacauthored andcommittedAdd interface for flat expression builder program optimizers.
Show description for a3219f7authored 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 andcommittedAdd expression builder benchmark for precompiling regular expressions.
Show description for 0b5a308authored andcommittedFix typo in comment
Show description for 2ba28a8authored andcommittedInternal tool change
Show description for 63cfcecauthored andcommittedCleanup `MemoryManager` and drop `ManagedMemory`
Show description for 95a517dauthored andcommittedAdd flat expr builder extension API to support program updates while planning.
Show description for 4577eadauthored andcommittedRefactor core evaluation step to a member function of an Execution frame instance.
Show description for cd59c9cauthored andcommittedInternal tooling change
Show description for 1dcf06eauthored andcommittedRemove attribute trail tracking in contributions when unknowns
Show description for d1b1c98authored andcommittedMove comparison functions registrar to runtime/standard.
Show description for be05243authored andcommittedEarly return on list concat against an empty input
Show description for 23197c0authored andcommittedCleanup comparison functions registrar file before moving.
Show description for 940bc58authored andcommittedMove definitions for function name constants to /base.
Show description for 276fbd9authored andcommittedIntroduce interface for AST transformer. Move the reference resolve step to an implementation of this interface.
Show description for 21505e7authored andcommittedMinimize destruct overhead of empty AttributeTrail values
Show description for 621b90cauthored andcommitted