Commits
User selector
Commit History
Commits on May 18, 2023
Add missing aliases to the wrapper types
Show description for 4c35665authored andcommittedWorkaround GCC friendship bugs
Show description for 831f5feauthored andcommittedRemove `noexcept` unless required to avoid bugs in older compilers
Show description for 1838dd0authored andcommittedFix ASan issue due to odd lifetimes regarding `absl::string_view` and `absl::Span`
Show description for 6f2619fauthored andcommittedUse `struct` consistently with `cel::base_internal::AnyData` to silence warnings
Show description for b44791eauthored andcommittedCache builtin types in `TypeManager`
Show description for 52604a1authored andcommittedForbid direct creation of `ConstantId` and `FieldId`
Show description for 0b15d05authored andcommittedAdd support for iterating over struct fields
Show description for fc4e4c1authored andcommittedAdd ability to iterate over enumeration values
Show description for 1f181f6authored andcommittedMake `GetXByName` and `GetXByNumber` public
Show description for 3216dd6authored andcommittedDeduplicate dispatching logic for `StructType` and `StructValue`
Show description for 7105bceauthored andcommittedImplement initial support for optional type
Show description for 7f37bf8authored andcommittedConsolidate initialization of builtin types to single block
Show description for 3877309authored andcommittedReplace some `ABSL_ASSERT` with `ABSL_DCHECK` for better usability
Show description for ab5fc34authored andcommittedImplement initial support for skippable destructors
Show description for cfb020eauthored andcommittedImplement support for wrapper types in protocol buffer values
Show description for 63bed74authored andcommittedImplement initial support for wrapper types
Show description for c9b2ecbauthored andcommittedAdd support for checked casting without handles
Show description for 37db7cfauthored andcommittedShift `Handle<T>::Is` to `Type` and `Value`
Show description for daf5d56authored andcommittedAllow type implementations to propagate `hints` to value implementations
Show description for f31062cauthored andcommittedAdd `ValueTraits` and `TypeTraits` to assist with metaprogramming
Show description for 86df97aauthored andcommittedRemove general equality and hashing from types
Show description for 5b2d0d4authored andcommittedTruncate `cel::Kind` from 127 to 63 and merge inlined trivial attributes
Show description for 4601225authored andcommittedRename `Persistent` to just `Handle`
Show description for b3d9529authored andcommittedInternal change
Show description for 482d208authored andcommittedInternal change
Show description for 7ed9cc3authored andcommittedInternal change
Show description for ede7393authored andcommittedInternal change
Show description for 7d1f6bdauthored andcommittedInternal change
Show description for 6cc296bauthored andcommitted
Commits on Sep 8, 2022
Internal change
Show description for d5137e1authored andcommittedAdd skeletons for `UnknownType` and `UnknownValue` ahead of actual implementation
Show description for 8e5c9ccauthored andcommitted
Commits on Jul 14, 2022
Internal change
Show description for b7f9d72authored andcommitted
Commits on Jun 13, 2022
Internal change
Show description for 3fdd3d0authored andcommittedInternal change
Show description for bd2bfbdauthored andcommitted
Loading