summaryrefslogtreecommitdiff
path: root/src/mongo/db/cst
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71744 Move atomic, mutex and nonmongo assert to clang-tidyJuan Gu2023-03-281-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-117-131/+149
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-085-5/+5
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-1/+1
* SERVER-65494 handle empty field names for column scanAlyssa Wagenmaker2022-10-271-5/+7
* SERVER-68994 Fix AUTO_CAUSES_COPY coverity errorsTed Tuckman2022-09-151-1/+1
* SERVER-67709 rename visit_helperBilly Donahue2022-07-067-100/+96
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-3/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+2
* SERVER-64949: Disable CST benchmarks.Maddie Zechar2022-03-291-14/+14
* SERVER-64602 Provide time-series bucket time bounds as document metadata for ...Dan Larkin-York2022-03-212-24/+32
* SERVER-62180 Enable signal processing (or red/green) checks for Google Microb...Mikhail Shchatko2022-01-201-4/+4
* SERVER-59230 Fix compile errors in C++20 mode with GCC 11 and clang 12Andrew Morrow2021-08-151-1/+1
* SERVER-56873: Add new operators '$tsSecond' and '$tsIncrement' for the aggreg...Rishab Joshi2021-06-172-1/+7
* SERVER-56986 Remove last TODO for Won't Fixed ticketJacob Evans2021-05-151-1/+0
* SERVER-56864 Remove TODOs for Won't Fixed ticketJacob Evans2021-05-141-3/+0
* SERVER-52814 Serialize projection _id field to always equivalent projection specTed Tuckman2021-01-251-4/+5
* SERVER-53292 db/query/util/named_enum.hBilly Donahue2020-12-283-17/+13
* SERVER-53101 dos2unix all C++ source filesBilly Donahue2020-11-286-2753/+2753
* SERVER-53100 remove executable permission from text filesBilly Donahue2020-11-289-0/+0
* SERVER-51719 BSONElement::toString must handle len < 0CLOUDP-69887Billy Donahue2020-10-191-1/+1
* SERVER-48863 Incorporate windows compile fix into grammar.George Wangensteen2020-10-093-10/+10
* SERVER-48863 Fix broken Windows compileKaloian Manassiev2020-10-082-6/+6
* SERVER-48863 Implement agg array operators starting with A-I in grammar.George Wangensteen2020-10-0811-6143/+8112
* SERVER-48851 CST test-command and $expr, $text, $where, $modDavid Percy2020-09-3019-6944/+7252
* SERVER-50932 Fix grammar for single argument expressions to accept singleton ...Nick Zolnierz2020-09-305-4960/+5229
* SERVER-48855 Parsing and CST building for find projectionJacob Evans2020-09-2812-5787/+6623
* SERVER-51082 Make MatchExpression lifetime independent of CSTNick Zolnierz2020-09-281-0/+67
* SERVER-48869 implement agg date expression operators in grammarGeorge Wangensteen2020-09-2810-2833/+6707
* SERVER-48850 Implement element and $comment operators in CSTGeorge Wangensteen2020-09-2510-2589/+3272
* SERVER-50676 Improve makeVector to deduce type argumentTed Tuckman2020-09-259-1172/+1171
* Revert "SERVER-48850 Implement element and \$comment operators in CST"Louis Williams2020-09-2410-3284/+2601
* SERVER-48850 Implement element and \$comment operators in CSTGeorge Wangensteen2020-09-2310-2601/+3284
* SERVER-51059 Fix grammar for dotted paths in sort specNick Zolnierz2020-09-2312-4270/+4510
* SERVER-51090 Maintain array ordering when value-arrays are parsedJacob Evans2020-09-238-1496/+1595
* SERVER-50969 Add benchmark for CST/grammar-based parserNick Zolnierz2020-09-232-0/+137
* SERVER-48873 Implement agg trig expression operators in grammarKatherine Wu2020-09-228-4198/+5614
* SERVER-50161 Add query knob to parse find commands using the grammar and CSTNick Zolnierz2020-09-2112-4352/+4322
* SERVER-48834 Implement $project expressions in grammar for aggJacob Evans2020-09-1721-4667/+6335
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-1/+1
* SERVER-48871 Implement agg set expression operators in grammarsamontea2020-09-1410-3624/+4962
* Revert "SERVER-48871 Implement agg set expression operators in grammar"samontea2020-09-1410-4962/+3624
* SERVER-48871 Implement agg set expression operators in grammarBenety Goh2020-09-1410-3624/+4962
* SERVER-48848 Implement logical operators in grammarNick Zolnierz2020-09-0812-2253/+2894
* SERVER-50642 Move to generic grammar.yy and avoid constructing vector of BSON...Nick Zolnierz2020-09-0811-8218/+7767
* SERVER-50529 Add sort spec to grammarTed Tuckman2020-09-0313-3405/+4904
* SERVER-48790 Add barebones CST->MatchExpression translationNick Zolnierz2020-09-0114-3821/+3429
* 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-2615-2646/+2923
* SERVER-50254 Fix compile error due to pessimising std::moveKaloian Manassiev2020-08-251-1/+1