1. fa31c10 Fix build errors in C++03 caused by recent debug changes by Eric Fiselier · 8 years ago
  2. 01eb99a Implement a throwing version of _LIBCPP_ASSERT. by Eric Fiselier · 8 years ago
  3. 046a71b Implement P0435R1 - Resolving LWG issues for common_type by Eric Fiselier · 8 years ago
  4. 3010df9 Fix PR31481 - 3+ parameter common_type isn't SFINAE friendly by Eric Fiselier · 8 years ago
  5. 99447c8 Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report. by Marshall Clow · 8 years ago
  6. ab9ab94 Enable -Wunreachable-code and fix duplicate warning flags by Eric Fiselier · 8 years ago
  7. e32aed8 Fix ASAN test failure by Eric Fiselier · 8 years ago
  8. 3414afa Fix -Wsign-compare warnings in re tests that only run on OS X by Eric Fiselier · 8 years ago
  9. 68e3ccb Fix sign-compare warnings on ARM platforms caused by wchar_t being unsigned by Eric Fiselier · 8 years ago
  10. f62eee4 Fix warning caused by platforms providing a signed wint_t by Eric Fiselier · 8 years ago
  11. f475367 Fix yet another missed -Wunused warning. Hopefully this is the last one by Eric Fiselier · 8 years ago
  12. 10dd69e Fix unused warning which only triggers in C++11 by Eric Fiselier · 8 years ago
  13. e978403 fix warnings only produced by apple-clang by Eric Fiselier · 8 years ago
  14. 9d2fd1f Fix missed sign-compare warning by Eric Fiselier · 8 years ago
  15. 0a1cbcf fix newly failing c++03 tests by Eric Fiselier · 8 years ago
  16. 3678f7d Fix another unused warning by Eric Fiselier · 8 years ago
  17. 50f6579 fix sign comparison warnings by Eric Fiselier · 8 years ago
  18. 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
  19. 0de917e Update doc and various cleanup by Eric Fiselier · 8 years ago
  20. 59c5cb0 Add test that _LIBCPP_VERSION matches __libcpp_version by Eric Fiselier · 8 years ago
  21. 20ace04 Add apple-clang-8 to list of XFAILS for some variant tests. Patch from Michael Park by Eric Fiselier · 8 years ago
  22. 1d0d379 Fix XFAILS for is_trivially_destructible trait by Eric Fiselier · 8 years ago
  23. b7fe139 Fix typo by Eric Fiselier · 8 years ago
  24. cdc59e5 Add tests for LWG 2796 by Eric Fiselier · 8 years ago
  25. 90314c5 Add more test cases for PR31384 by Eric Fiselier · 8 years ago
  26. 1739d3e Add test case for PR31384 by Eric Fiselier · 8 years ago
  27. 9663ee4 Revert r289727 due to PR31384 by Eric Fiselier · 8 years ago
  28. 4a43541 XFAIL test for more apple-clang versions by Eric Fiselier · 8 years ago
  29. c480bc5 Work around bug in initialization of std::array base class with older clangs by Eric Fiselier · 8 years ago
  30. bad1d6c Fix PR31378 - std::list::remove should not require a default constructible allocator. by Eric Fiselier · 8 years ago
  31. 7b7dedb [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. by Stephan T. Lavavej · 8 years ago
  32. 18e56b4 [libcxx] Fix tuple construction/assignment from types derived from tuple/pair/array. by Eric Fiselier · 8 years ago
  33. a793c18 XFAIL test on apple-clang-7.0 by Eric Fiselier · 8 years ago
  34. ff62475 [libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<T, U>*, ...) overloads. by Eric Fiselier · 8 years ago
  35. 6d95982 Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. by Eric Fiselier · 8 years ago
  36. 4d6f423 [libcxx] [test] Fix size_t-to-int truncation warnings in syserr.hash. by Stephan T. Lavavej · 8 years ago
  37. b988a6f [libcxx] [test] Change ifstream constructor tests to handle read-only files. by Stephan T. Lavavej · 8 years ago
  38. fbbec29 [libcxx] [test] Fix an improper assumption about Null Forward Iterators. by Stephan T. Lavavej · 8 years ago
  39. d8e3e93 Actually re-disable -Wsign-compare by Eric Fiselier · 8 years ago
  40. ab804f1 Re-disable -Wsign-compare for now. I didn't catch all occurrences by Eric Fiselier · 8 years ago
  41. a2cd270 Enable the -Wsign-compare warning to better support MSVC by Eric Fiselier · 8 years ago
  42. 47dfc59 Fix copy/paste errors introduced in r289358 by Eric Fiselier · 8 years ago
  43. 11f64dc Fix undefined behavior in container swap tests. by Eric Fiselier · 8 years ago
  44. 12a450f Fix yet another dynamic exception spec by Eric Fiselier · 8 years ago
  45. e5bca2b Fix more uses of dynamic exception specifications in C++17 by Eric Fiselier · 8 years ago
  46. b61c998 Fix count_new.hpp to work w/o dynamic exception specifications by Eric Fiselier · 8 years ago
  47. 3e99c8b [libc++] Fix support for multibyte thousands_sep and decimal_point in moneypunct_byname and numpunct_byname. by Eric Fiselier · 8 years ago
  48. eae7e51 [libcxx] [test] Fix string_view tests. by Stephan T. Lavavej · 8 years ago
  49. aa1d62b [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove an unused variable. by Stephan T. Lavavej · 8 years ago
  50. bf3b8e2 Fix missing const on set::count. Patch from Andrey Khalyavin by Eric Fiselier · 8 years ago
  51. e386ad3 Refactor uses_allocator test types for upcoming fixes by Eric Fiselier · 8 years ago
  52. 11715ba Put C++ ABI headers in a special build directory instead of the top level. by Eric Fiselier · 8 years ago
  53. f2f3637 Fix PR27374 - Remove the implicit reduced-arity-extension in tuple. by Eric Fiselier · 8 years ago
  54. 3e541a6 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7. by Stephan T. Lavavej · 8 years ago
  55. f1cc7ff [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 6/7. by Stephan T. Lavavej · 8 years ago
  56. 0e8cbce [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. by Stephan T. Lavavej · 8 years ago
  57. 62cd72c [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 4/7. by Stephan T. Lavavej · 8 years ago
  58. f008c53 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. by Stephan T. Lavavej · 8 years ago
  59. 637a6f6 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 2/7. by Stephan T. Lavavej · 8 years ago
  60. c53fd92 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 1/7. by Stephan T. Lavavej · 8 years ago
  61. 22e3b2a Add more test cases to packaged_task copyability test by Eric Fiselier · 8 years ago
  62. 52b1b17 Avoid C++17 guaranteed copy elision when testing for non-copyability by Eric Fiselier · 8 years ago
  63. 86e9c5f std::get<0>([std::variant constant expression]) *is* noexcept. by Casey Carter · 8 years ago
  64. 6504ee5 [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 3/4. by Stephan T. Lavavej · 8 years ago
  65. ae5809a [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 2/4. by Stephan T. Lavavej · 8 years ago
  66. 7a477f5 [libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 1/4. by Stephan T. Lavavej · 8 years ago
  67. e2dbcaf [libcxx] [test] D27266: Remove spurious semicolons. by Stephan T. Lavavej · 8 years ago
  68. 43d9250 [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", part 12/12. by Stephan T. Lavavej · 8 years ago
  69. caa97ca [libcxx] [test] D27024: Fix MSVC warning C4389 "signed/unsigned mismatch", part 11/12. by Stephan T. Lavavej · 8 years ago
  70. 3bea618 [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12. by Stephan T. Lavavej · 8 years ago
  71. 2120882 [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. by Stephan T. Lavavej · 8 years ago
  72. 9860594 [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. by Stephan T. Lavavej · 8 years ago
  73. d95f62e Add support for writing -verify shell tests by Eric Fiselier · 8 years ago
  74. c7011af Allow enabling/disabling testing with module using env LIBCXX_USE_MODULES=1 by Eric Fiselier · 8 years ago
  75. bca6de0 Adjust libc++ test infastructure to fully support modules by Eric Fiselier · 8 years ago
  76. d59e3c7 Handle tests for noexcept that expect a false value by Roger Ferrer Ibanez · 8 years ago
  77. c4599da Turn off testsuite warnings by default with GCC by Eric Fiselier · 8 years ago
  78. 29616b3 Work around more -Wshadow warnings by Eric Fiselier · 8 years ago
  79. b8574af Revert workaround for Clang bug. Thanks to Richard for the quick fix by Eric Fiselier · 8 years ago
  80. 90ade0a Fix -Wshadow warnings and enable warnings by default for C++ >= 11 by Eric Fiselier · 8 years ago
  81. b0d421a XFAIL variant tests for apple-clang by Eric Fiselier · 8 years ago
  82. efc4851 Enable warnings by default for C++ >= 11 and fix -Wshadow occurances by Eric Fiselier · 8 years ago
  83. ac5c826 Work around Clang 3.8 bugs by Eric Fiselier · 8 years ago
  84. 120401a Make variant's index part of the hash value by Eric Fiselier · 8 years ago
  85. cab2af8 Implement C++17 <variant>. Patch from Michael Park! by Eric Fiselier · 8 years ago
  86. 4dfe243 Work around a bug in Clang's implementation of noexcept function types by Eric Fiselier · 8 years ago
  87. 7f2b2c8 Fix copy/paste errors in new variant tests by Eric Fiselier · 8 years ago
  88. 08d07da Add tests for libc++'s constexpr variant copy/move extension by Eric Fiselier · 8 years ago
  89. 63f6af4 Protect sequences test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  90. 5813abe Protect futures test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  91. 486d8a9 Protect optional test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  92. 7110e84 Protect std::ostream::sentry test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  93. 72ac68a Protect std::array tests under noexceptions by Roger Ferrer Ibanez · 8 years ago
  94. 81086f8 Protect std::string tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  95. d6f0586 Protect std::{,unordered_}map tests under noexceptions by Roger Ferrer Ibanez · 8 years ago
  96. 10ffcdf Protect locale tests under noexceptions by Roger Ferrer Ibanez · 8 years ago
  97. ac5aff3 Protect test for dynarray under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  98. afa9b59 Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the ones in std:: by Marshall Clow · 8 years ago
  99. 70e6a8d Implement the 'detection idiom' from LFTS v2 by Marshall Clow · 8 years ago
  100. d3584d5 Reverting wrong diff by Roger Ferrer Ibanez · 8 years ago