summaryrefslogtreecommitdiff
path: root/src/mongo/base/status_with_test.cpp
AgeCommit message (Expand)Author
2023-09-22SERVER-81216 Properly stringify StatusWith<T> in test assertionsPatrick Freed
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2022-09-30SERVER-69704 remove unused StatusWith::andThen, StatusWith::transformBilly Donahue
2020-09-29SERVER-47327 Add composition member functions to StatusWithJacob Evans
2020-06-24SERVER-49053 remove makeStatusWithBilly Donahue
2019-10-02SERVER-43418 ASSERT macro repairsBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2017-12-06SERVER-31133 Ignore mechanism for `StatusWith`ADAM David Alan Martin
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-04SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy
2015-03-24SERVER-17631 add makeStatusWith factory functionAdam Midvidy