Commits
User selector
Commit History
Commits on Dec 30, 2025
Fixes for bazel msvc build.
Show description for 13b249fauthored andcommitted
Commits on Sep 9, 2025
Clean up remaining references to old aliases for AST metadata types.
Show description for 7d81e4cauthored andcommitted
Commits on Sep 4, 2025
Clean up references to old aliases for AST metadata types.
Show description for 6aa0b87authored andcommitted
Commits on Aug 28, 2025
Remove remaining references to AstImpl.
Show description for 8a839c3authored andcommitted
Commits on Aug 27, 2025
Remove downcasting from cel::Ast to AstImpl.
Show description for 9996e99authored andcommitted
Commits on Aug 14, 2025
Initial interpreter implementation
Show description for 11102e0authored andcommitted
Commits on Jul 29, 2025
Bump abseil and protobuf versions.
Show description for e78965aauthored andcommittedNo public description
Show description for e173ea1authored andcommitted
Commits on May 2, 2025
Merge pull request #1448 from jchadwick-buf:prefer-ptrdiff-over-ssize
Show description for 939905ecommittedDependency fixes for exporting. no functional changes.
Show description for e30f556authored andcommitted
Commits on Apr 18, 2025
Prefer ptrdiff_t over ssize_t
Show description for 6b305e6committed
John Chadwick
Commits on Apr 15, 2025
Add support for subsetting libraries in CompilerBuilder.
Show description for 26b3a5aauthored andcommittedMake ParserLibrary behave more consistently with CheckerLibrary.
Show description for 7659b73authored andcommitted
Commits on Apr 14, 2025
Make CompilerBuilder::Build() non-destructive.
Show description for e6214f4authored andcommitted
Commits on Apr 9, 2025
No public description
Show description for ab4f826authored andcommitted
Commits on Apr 2, 2025
Remove ICU locale from string.format
Show description for 8a1b7bdauthored andcommitted
Commits on Mar 13, 2025
Move CEL-C++ sourceinfo to proto conversion to common/ast.
Show description for 3944eb8authored andcommitted
Commits on Mar 12, 2025
Move base/ast_internal definitions to common/ast
Show description for 5106fd6authored andcommittedMove Expr to/from proto conversion to common/ast. Similar visibility rules to previous location (all the CEL library components may refer to it, but not CEL users).
Show description for cda4e44authored andcommitted
Commits on Jan 31, 2025
Default enable new accumulator variable.
Show description for 4fa3096authored andcommitted
Commits on Jan 29, 2025
Update standard macro expanders to give a more stable numbering across compilers/compiler options.
Show description for 0c7c871authored andcommitted
Commits on Jan 8, 2025
Add support for quoted field selectors.
Show description for d393dd0authored andcommitted
Commits on Dec 26, 2024
Opt parser tests into new accumulator var ahead of default enabling.
Show description for 87f73e0authored andcommitted
Commits on Dec 20, 2024
Add option for changing the comprehension accumulator variable used by standard macros.
Show description for 8ce99edauthored andcommitted
Commits on Dec 9, 2024
Initial minimal implementation of Comprehensions V2
Show description for fe22476authored andcommitted
Commits on Nov 7, 2024
Add documentation for baseline test utility, update formatting to match java in a few cases.
Show description for f15d8e6authored andcommitted
Commits on Nov 6, 2024
Harden builtin macros against usages of `__result__`
Show description for 997ac2eauthored andcommitted
Commits on Nov 4, 2024
Add ParserBuilderInterface and ParserInterface classes. Add factory for stateful parser object.
Show description for a43cbbfauthored andcommitted
Commits on Nov 1, 2024
Refactor parser implementation to build non-proto version of SourceInfo then convert to proto.
Show description for af71fd2authored 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 7, 2024
Update expr printer.
Show description for 24593e0authored andcommitted
Commits on Aug 29, 2024
Switch to open source status matchers
Show description for d7fa8c9authored andcommitted
Commits on Aug 22, 2024
Add a warning about calling the parser during C++ static initialization.
Show description for bb4f81fauthored andcommitted
Commits on Jun 4, 2024
Move error location formatting to cel::Source
Show description for 6b1964fauthored andcommitted
Commits on May 10, 2024
Address some previous CL comments in `macro.{h,cc}`
Show description for 43ee926authored andcommitted