1. 346bd6a Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable by Benjamin Kramer · 8 years ago
  2. af65856 Add C++17 explicit deduction guides to std::pair. by Eric Fiselier · 8 years ago
  3. 5984426 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 8 years ago
  4. 183d83b XFAIL tuple deduction guide test on GCC by Eric Fiselier · 8 years ago
  5. baaee20 Add tests for class template deduction on std::tuple. by Eric Fiselier · 8 years ago
  6. 9630f46 Mark LWG#2796 as complete. No functionality change; we had tests that covered it already. Just added comments to the tests by Marshall Clow · 8 years ago
  7. 95f8e6a Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library by Eric Fiselier · 8 years ago
  8. 3c35491 Update all bug URL's to point to https://bugs.llvm.org/... by Eric Fiselier · 9 years ago
  9. 881d861 [libcxx] [test] Fix comment typos. by Stephan T. Lavavej · 9 years ago
  10. a730ed3 [libcxx] [test] Fix comment typos, strip trailing whitespace. by Stephan T. Lavavej · 9 years ago
  11. fd83822 Fix unused parameters and variables by Eric Fiselier · 9 years ago
  12. f34964b Fix XFAILS for is_trivially_destructible trait by Eric Fiselier · 9 years ago
  13. f4d7c18 Add tests for LWG 2796 by Eric Fiselier · 9 years ago
  14. 3fede1c Add more test cases for PR31384 by Eric Fiselier · 9 years ago
  15. 9ce1745 Add test case for PR31384 by Eric Fiselier · 9 years ago
  16. 347a1cc Revert r289727 due to PR31384 by Eric Fiselier · 9 years ago
  17. 7cd166c Work around bug in initialization of std::array base class with older clangs by Eric Fiselier · 9 years ago
  18. f8136d0 [libcxx] Fix tuple construction/assignment from types derived from tuple/pair/array. by Eric Fiselier · 9 years ago
  19. bd68825 Fix PR27374 - Remove the implicit reduced-arity-extension in tuple. by Eric Fiselier · 9 years ago
  20. a0d8785 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. by Stephan T. Lavavej · 9 years ago
  21. 4090583 Fix PR30979 - tuple<move_only> is constructible from move_only const& by Eric Fiselier · 9 years ago
  22. 0f901c7 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 9 years ago
  23. 7b60958 Make tuple_constructible and family lazy again. by Eric Fiselier · 9 years ago
  24. 0923867 Fix PR27684 - std::tuple no longer accepts reference to incomplete type in some cases. by Eric Fiselier · 9 years ago
  25. d04c685 Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
  26. 38e229f Guard testing of tuple extensions to make tests portable by Eric Fiselier · 9 years ago
  27. 9795699 Make tuples constructors conditionally EXPLICIT. See N4387 by Eric Fiselier · 9 years ago
  28. 74cba64 Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256. by Eric Fiselier · 9 years ago
  29. 90fb2ba [libcxx] Remove the "reduced-arity-initialization" extension from the uses-allocator constructors by Eric Fiselier · 9 years ago
  30. 65500d4 [libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed. by Eric Fiselier · 11 years ago
  31. 2d38959 Mark more tuple tests as unsupported in C++98 && C++03 by Eric Fiselier · 11 years ago
  32. 0a52cd7 [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98. by Eric Fiselier · 11 years ago
  33. c281a7a Get tests running with warnings. Fix warnings in headers and tests by Eric Fiselier · 11 years ago
  34. 949389c We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. by Marshall Clow · 11 years ago
  35. e21582e Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results. by Marshall Clow · 11 years ago
  36. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago