summaryrefslogtreecommitdiff
path: root/src/mongo/db/cst/c_node_validation.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+5
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-3/+3
* SERVER-48855 Parsing and CST building for find projectionJacob Evans2020-09-281-5/+6
* SERVER-48850 Implement element and $comment operators in CSTGeorge Wangensteen2020-09-251-0/+63
* Revert "SERVER-48850 Implement element and \$comment operators in CST"Louis Williams2020-09-241-58/+0
* SERVER-48850 Implement element and \$comment operators in CSTGeorge Wangensteen2020-09-231-0/+58
* SERVER-51059 Fix grammar for dotted paths in sort specNick Zolnierz2020-09-231-1/+12
* SERVER-48834 Implement $project expressions in grammar for aggJacob Evans2020-09-171-12/+181
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-0/+12
* SERVER-50254 Circumvent Projection AST for CST->DS translationJacob Evans2020-08-251-1/+2
* SERVER-48810 Add custom Bison location and improve error messages from parserNick Zolnierz2020-08-181-2/+2
* SERVER-48795 Initial framework for adding $project to grammarJacob Evans2020-08-101-0/+136