Commits
User selector
Commit History
Commits on May 18, 2023
Add flat expr builder extension API to support program updates while planning.
Show description for 4577eadauthored andcommittedMove `CelAttributePattern` and `CelAttributeQualifierPattern` to `base/`
Show description for 4ac007eauthored andcommitted
Commits on Sep 8, 2022
OSS export.
Show description for 14d3808committedinternal
Show description for 7d89a8eauthored andcommitted
Internal change.
Show description for 6482ccdauthored andcommitted
internal testing change
Show description for 8f06a0eauthored andcommitted
Commits on Jun 7, 2022
Sync from GitHub
Show description for 0bbc897authored andcommittedInternal sync
Show description for 3dd2e36authored andcommitted
Commits on Jun 6, 2022
Update heterogeneous equality behavior to return false for mixed types.
Show description for 470e7baauthored andcommitted
Add CEL/C++ support for hermetic descriptor pools
Show description for 3638cd2authored andcommitted
Commits on Feb 8, 2022
Internal change.
Show description for a515bf3authored andcommitted
Commits on Nov 30, 2021
Internal test updates
Show description for cb8a425authored andcommittedFix string and bytes literal parsing
Show description for 631a27dauthored andcommitted
Commits on Oct 6, 2021
Code style updates to CEL C++
Show description for e540ae2authored andcommitted
Commits on Oct 2, 2021
Reintroduce overflow checks for durations and timestamps
Show description for 99ebd43authored andcommittedRollback of: Replace inlined arithmetic operations with `Checked` calls in `common/overflow.h`
Show description for a2985a4authored andcommittedSync from GitHub
Show description for b0ec2b2authored andcommittedRemove default enabled option for string.size() as the number of unicode code points
Show description for 05fd316authored andcommittedReplace inlined arithmetic operations with `Checked` calls in `common/overflow.h`
Show description for e41e7c9authored andcommitted
Replace inlined overflow checks on field getters and setters with checks from 'common/oveflow.h'
Show description for 3656097authored andcommittedReplace inlined arithmetic operations with `Checked` calls in `common/overflow.h`
Show description for 43e6bb6authored andcommitted
Commits on Jun 10, 2021
Introduce new `Has` method for presence testing on `CelMap` values.
Show description for e972c4bauthored andcommitted
Commits on Mar 31, 2021
Well-known type wrapping support for field assignments
Show description for f433eb3committedEnforce that all durations are within the valid range.
Show description for ae60aeeauthored andcommittedInternal change
Show description for 79bef78committedEnsure that string->duration conversion validates that the duration is in the
Show description for c332be6authored andcommittedUse unicode codepoint count as string size.
Show description for 663c2d8committedInternal build change.
Show description for d133b25committedString conversion functions for timestamp and duration.
Show description for 9eea89dcommittedDisable short-circuiting in `exists_one` macro.
Show description for 9095947committedFix list creation issue where error and unknown values considered value list elements.
Show description for c0fcd1ccommitted
Commits on Jan 29, 2021
Enforce utf-8 validity in string() conversion from bytes.
Show description for e53c05ccommittedIntroduce CelTypeRegistry for tracking type identifiers with updates in type resolution.
Show description for bca699eauthored andcommitted
Commits on Dec 17, 2020
Implement bytes() conversion function
Show description for 414f730authored andcommittedImplement the dyn() identity function
Show description for 53e58a7authored andcommitted