summaryrefslogtreecommitdiff
path: root/src/mongo/db/cst/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48851 CST test-command and $expr, $text, $where, $modDavid Percy2020-09-301-0/+3
* SERVER-48855 Parsing and CST building for find projectionJacob Evans2020-09-281-0/+1
* SERVER-51059 Fix grammar for dotted paths in sort specNick Zolnierz2020-09-231-3/+4
* SERVER-50969 Add benchmark for CST/grammar-based parserNick Zolnierz2020-09-231-0/+14
* SERVER-48871 Implement agg set expression operators in grammarsamontea2020-09-141-1/+2
* Revert "SERVER-48871 Implement agg set expression operators in grammar"samontea2020-09-141-2/+1
* SERVER-48871 Implement agg set expression operators in grammarBenety Goh2020-09-141-1/+2
* SERVER-48848 Implement logical operators in grammarNick Zolnierz2020-09-081-0/+1
* SERVER-50642 Move to generic grammar.yy and avoid constructing vector of BSON...Nick Zolnierz2020-09-081-1/+1
* SERVER-50529 Add sort spec to grammarTed Tuckman2020-09-031-0/+1
* SERVER-48790 Add barebones CST->MatchExpression translationNick Zolnierz2020-09-011-0/+3
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-0/+1
* SERVER-50254 Circumvent Projection AST for CST->DS translationJacob Evans2020-08-251-0/+2
* SERVER-48810 Add custom Bison location and improve error messages from parserNick Zolnierz2020-08-181-0/+1
* SERVER-48795 Initial framework for adding $project to grammarJacob Evans2020-08-101-0/+1
* SERVER-48867 Add support for comparison agg expressions to grammar and CSTNick Zolnierz2020-07-281-0/+1
* SERVER-49300 Add all BSON types to the lexer and add $const to parserJacob Evans2020-07-271-0/+1
* SERVER-48789 Use mid rule actions to sort tokens in lexerTed Tuckman2020-07-161-0/+1
* SERVER-49043 Begin CST -> Pipeline translationJacob Evans2020-07-131-0/+13
* SERVER-49042 Add all BSON types to CSTJacob Evans2020-07-131-0/+1
* SERVER-48788 Add barebones bison grammar and BSON lexer for aggregation pipel...Nick Zolnierz2020-07-081-0/+3
* SERVER-48786 Define base classes for CSTJacob Evans2020-07-071-0/+24