summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/bit_node.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-1/+1
* SERVER-50274 Refactor update system LogBuilder interfaceIan Boros2020-08-271-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-39257 Implement visitor pattern for UpdateNodeTed Tuckman2019-03-261-0/+4
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-1/+1
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-0/+27
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+1
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-181-5/+8
* SERVER-28772 PushNodeJustin Seyster2017-08-081-1/+3
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-1/+1
* SERVER-28765 Create BitNode.Justin Seyster2017-07-101-0/+67