summaryrefslogtreecommitdiff
path: root/src/mongo/idl/idl_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57560 Fix error message typo in `IDLParserErrorContext::checkAndAssert...Kaloian Manassiev2021-06-091-1/+1
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-101-0/+16
* SERVER-51369 Generate C++ for IDL variantsA. Jesse Jiryu Davis2021-01-281-6/+11
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-0/+25
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+13
* SERVER-51653 Ban uses of unstable command parameters with apiStrict:trueArun Banala2020-12-021-0/+11
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-021-0/+8
* Revert "SERVER-46625 Improve diagnostics when mongocryptd requests are sent t...Katherine Wu2020-06-011-8/+0
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-011-0/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-14/+6
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-3/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-1/+1
* SERVER-40109 Add method for specifying that a command takes a collection name...Mark Benvenuto2019-03-201-0/+14
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-091-0/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-32005 IDL augment code with compiler likely macroMark Benvenuto2017-11-201-17/+14
* SERVER-29779 Add OpMsgRequest parsing and serialization to IDLMark Benvenuto2017-06-301-2/+27
* SERVER-29743 Initialize fields with defaults in IDLKaloian Manassiev2017-06-221-5/+5
* SERVER-28852 IDL support for commandsMark Benvenuto2017-05-151-1/+15
* SERVER-29004 IDL support for enumsMark Benvenuto2017-05-121-0/+16
* SERVER-28827 BinData for IDLMark Benvenuto2017-05-021-0/+25
* SERVER-28514 Add Array support for IDLMark Benvenuto2017-04-191-0/+34
* SERVER-28306 IDL Code GeneratorMark Benvenuto2017-03-291-0/+187