Consistently have the namespace closing comment
[folly.git] / folly / test / TryTest.cpp
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-08-24 Aaryaman SagarAdded rvalue and const rvalue overloads to Try
2017-08-24 Aaryaman SagarunwrapTryTuple only accepted rvalue tuple types
2017-08-24 Yedidya FeldblumTry::exception overload for Try&&
2017-07-02 Yedidya FeldblumIn-place construction for Try
2017-06-27 Yedidya FeldblumFixes for Try::withException
2017-06-07 Yedidya FeldblumTry::tryGetExceptionObject
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-01-04 Yedidya Feldblum2017
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-05-19 Yedidya FeldblumExtract Try to top-level