summaryrefslogtreecommitdiff
path: root/src/mongo/db/cst/parser_gen.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48863 Incorporate windows compile fix into grammar.George Wangensteen2020-10-091-3/+3
* SERVER-48863 Implement agg array operators starting with A-I in grammar.George Wangensteen2020-10-081-4490/+5075
* SERVER-48851 CST test-command and $expr, $text, $where, $modDavid Percy2020-09-301-4500/+4678
* SERVER-50932 Fix grammar for single argument expressions to accept singleton ...Nick Zolnierz2020-09-301-3902/+4002
* SERVER-48855 Parsing and CST building for find projectionJacob Evans2020-09-281-4124/+4423
* SERVER-48869 implement agg date expression operators in grammarGeorge Wangensteen2020-09-281-2232/+3657
* SERVER-48850 Implement element and $comment operators in CSTGeorge Wangensteen2020-09-251-2087/+2281
* SERVER-50676 Improve makeVector to deduce type argumentTed Tuckman2020-09-251-1071/+1071
* Revert "SERVER-48850 Implement element and \$comment operators in CST"Louis Williams2020-09-241-2285/+2091
* SERVER-48850 Implement element and \$comment operators in CSTGeorge Wangensteen2020-09-231-2091/+2285
* SERVER-51059 Fix grammar for dotted paths in sort specNick Zolnierz2020-09-231-3113/+3193
* SERVER-51090 Maintain array ordering when value-arrays are parsedJacob Evans2020-09-231-1419/+1521
* SERVER-48873 Implement agg trig expression operators in grammarKatherine Wu2020-09-221-2870/+3440
* SERVER-50161 Add query knob to parse find commands using the grammar and CSTNick Zolnierz2020-09-211-2860/+2866
* SERVER-48834 Implement $project expressions in grammar for aggJacob Evans2020-09-171-2697/+3179
* SERVER-48871 Implement agg set expression operators in grammarsamontea2020-09-141-2608/+2970
* Revert "SERVER-48871 Implement agg set expression operators in grammar"samontea2020-09-141-2970/+2608
* SERVER-48871 Implement agg set expression operators in grammarBenety Goh2020-09-141-2608/+2970
* SERVER-48848 Implement logical operators in grammarNick Zolnierz2020-09-081-1714/+1883
* SERVER-50642 Move to generic grammar.yy and avoid constructing vector of BSON...Nick Zolnierz2020-09-081-0/+6165