Commits
User selector
Commit History
Commits on Dec 16, 2025
Populate the name of missing map keys in the error message.
Show description for c502a2aauthored andcommitted
Commits on Jul 29, 2025
No public description
Show description for e173ea1authored andcommitted
Commits on Jun 9, 2025
Add support for injecting a custom attribute matcher.
Show description for c1a5771authored andcommitted
Commits on Apr 30, 2025
No public description
Show description for 6fa0781authored andcommitted
Commits on Apr 11, 2025
Move standard definition constants to common/standard_definitions.
Show description for 88d3410authored andcommitted
Commits on Mar 12, 2025
Move base/ast_internal definitions to common/ast
Show description for 5106fd6authored andcommitted
Commits on Jan 27, 2025
File moves:
Show description for 9779448authored andcommitted
Commits on Oct 25, 2024
Breaking change: Use dev.cel (canonical) protos instead of google.api.expr
Show description for aff8696authored andcommitted
Commits on Oct 8, 2024
Add support for unparameterized type-types when converting from cel::Ast to proto.
Show description for c7afd00authored andcommitted
Commits on Sep 17, 2024
Update Ast Type operator== to correctly handle comparing TypeTypes
Show description for d6dc51eauthored andcommitted
Commits on Aug 29, 2024
Switch to open source status matchers
Show description for d7fa8c9authored andcommitted
Commits on Aug 1, 2024
Include identity functions in the standard definitions
Show description for 761798eauthored andcommitted
Commits on Jul 15, 2024
Fold proto-less versions of parsed / checked expressions into the AstImpl.
Show description for 6b9b631authored andcommitted
Commits on Jul 11, 2024
Scrub internal issue TODOs. Currently they mostly map to uncreated issues which aren't particularly helpful.
Show description for 4219826authored andcommitted
Commits on Jun 28, 2024
Remove `ABSL_ATTRIBTUE_PURE_FUNCTION` for non-trivial return types
Show description for f6f7b42authored andcommitted
Commits on May 2, 2024
Move `Expr` and friends to a separate target and move `base/ast.h` to `common/ast.h`
Show description for d97c4bdauthored andcommitted
Commits on May 1, 2024
Replace more of `base/base_internal/expr.h` with `common/ast.h`
Show description for fb8cf7fauthored andcommitted
Commits on Apr 30, 2024
Delete `DeepCopy` from AST
Show description for 49c67caauthored andcommitted
Commits on Apr 29, 2024
Replace `cel::ast_internal::{Constant,Ident}` with `cel::{Constant,IdentExpr}`
Show description for ce45941authored andcommitted
Commits on Feb 27, 2024
Move function adapter code to /runtime.
Show description for 00e2607authored andcommitted
Commits on Feb 26, 2024
Avoid copies in function adapter code and CEL standard implementations for string value args.
Show description for db8dde7authored andcommitted
Commits on Feb 6, 2024
Add support for converting proto extension tags to/from the internal ast representation.
Show description for e699d95authored andcommittedDelete `base/internal/memory_manager.h`
Show description for 9a449dfauthored andcommitted
Commits on Feb 5, 2024
Remove `base/type.h` and `base/value.h`
Show description for 0594133authored andcommittedAdd support for extension tags in internal ast representation.
Show description for f75debdauthored andcommittedYet more `base/` header removals
Show description for f20223eauthored andcommittedRemove more usages of `base/` headers
Show description for 7c86386authored andcommittedRemove `base/memory.h`
Show description for 8d456c6authored andcommittedKill `cel::Handle` entirely
Show description for 30ecb62authored andcommitted
Commits on Feb 2, 2024
Replace `Handle<T>` with `T`
Show description for b52b630authored andcommitted
Commits on Jan 31, 2024
`cel::Handle<T>` -> `T`
Show description for 16ca259authored andcommitted
Commits on Jan 23, 2024
`cel::internal::Overloaded` -> `absl::Overload`
Show description for 68da452authored andcommitted`cel::internal::NoDestructor` -> `absl::NoDestructor`
Show description for 2d8d637authored andcommittedUpdate Abseil to `Abseil LTS 20240116.0`
Show description for 0c78de1authored andcommitted
Commits on Jan 19, 2024
Add `base/value_manager.h` to assist migration
Show description for 981e14aauthored andcommitted