1. 8a063df [libcxx] Add availability markup for bad_optional_access, bad_variant_access and bad_any_cast by Louis Dionne · 7 years ago
  2. cdaf2b8 [NFC] Reformat std::optional tests by Louis Dionne · 7 years ago
  3. cb0d205 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  4. 2fec6dc Mark deduction guide tests as failing on apple-clang-9 by JF Bastien · 7 years ago
  5. c58f9b7 Fix up the final bits of breakage due to clang v5 generating bad implicit template deduction guides - specifically for copy-ctors by Marshall Clow · 7 years ago
  6. 41b4ba1 Fix optional<char> test breakage by JF Bastien · 7 years ago
  7. fc53b60 Fix optional deduction guide test breakage by JF Bastien · 7 years ago
  8. 3854964 Add one more test for optional by Marshall Clow · 7 years ago
  9. f35b4bc Add deduction guides for optional by Marshall Clow · 7 years ago
  10. 8325276 Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 by Billy Robert O'Neal III · 8 years ago
  11. 6b76a68 Fix failing -verify tests due to change in Clangs static_assert message. by Eric Fiselier · 8 years ago
  12. 4159db7 [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
  13. f2d571c optional: Implement LWG 2900 and P0602 by Casey Carter · 8 years ago
  14. 5984426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 8 years ago
  15. 2bd63da [libcxx] [test] Remove a Clang/C2 workaround. by Stephan T. Lavavej · 8 years ago
  16. dd7c68b add missing constexpr to optional::value_or by Casey Carter · 8 years ago
  17. 29b75d6 Add some constexpr tests for optional's move/copy ctor by Marshall Clow · 8 years ago
  18. c1bcd4c Mark the copy constructor and move by Marshall Clow · 8 years ago
  19. e9c66ad Add markup for libc++ dylib availability by Mehdi Amini · 8 years ago
  20. 6081edc [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 8 years ago
  21. c24d797 Expand test coverage for LWG2857 by Casey Carter · 8 years ago
  22. e391d96 Additional test file for r300123 by Marshall Clow · 8 years ago
  23. 3086241 Add some FAIL constexpr tests for optional's copy/move ctors. by Marshall Clow · 8 years ago
  24. 6132952 Fix more -Wshadow warnings introduced by recent Clang change by Eric Fiselier · 8 years ago
  25. d3209f9 Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t> by Eric Fiselier · 8 years ago
  26. 50bd957 [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. by Stephan T. Lavavej · 9 years ago
  27. fd83822 Fix unused parameters and variables by Eric Fiselier · 9 years ago
  28. 64428ac Add more tests for optional<const T> by Eric Fiselier · 9 years ago
  29. eca753a Fix unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  30. d06ee77 Fix shadowing warning. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  31. 015fcff Update status for std::optional LWG issues and fix an optional SFINAE bug by Eric Fiselier · 9 years ago
  32. a9e6596 Implement N4606 optional by Eric Fiselier · 9 years ago
  33. fc647db Revert Add <optional>. Will recommit with better commit message by Eric Fiselier · 9 years ago
  34. 6ee4001 Add <optional> header. by Eric Fiselier · 9 years ago