1. 819e813 Fix bug in random. by Dan Albert · 4 years, 9 months ago
  2. 44a8861 [libc++] Move __clamp_to_integral to <cmath>, and harden against min()/max() macros by Louis Dionne · 4 years, 9 months ago
  3. 34d1dd7 [libc++] Add `__truncating_cast` for safely casting float types to integers by Louis Dionne · 4 years, 9 months ago
  4. e4b6d36 Merge to upstream r350972. by Dan Albert · 5 years ago
  5. 7493731 Change from a to a . Fixes PR#39871. by Marshall Clow · 5 years ago
  6. ef48e7b Don't use the form '2017y' in tests, since some gcc versions don't allow it by Marshall Clow · 5 years ago
  7. 8d42566 Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as D56494 by Marshall Clow · 5 years ago
  8. 5ca76f3 Fix tests for Android. by Dan Albert · 5 years ago
  9. 134a848 [libcxx] Reorganize tests since the application of P0602R4 by Louis Dionne · 5 years ago
  10. 4fb9e8f Filesystem tests: fix fs.op.relative by JF Bastien · 5 years ago
  11. a131ebf [NFC] Always lock free test: add indirection by JF Bastien · 5 years ago
  12. 668faea [NFC] Normalize some test 'main' signatures by JF Bastien · 5 years ago
  13. 350f501 Mark two UDL tests as being unsupported with Clang 7 by Eric Fiselier · 5 years ago
  14. ee53ced [libcxx] Remove outdated XFAILs for aligned deallocation by Louis Dionne · 5 years ago
  15. cd72c52 Mark two more tests as FLAKY by Eric Fiselier · 5 years ago
  16. 40cbe81 Merge to upstream r348296. by Dan Albert · 5 years ago
  17. ed1d77a [Sema] Teach Clang that aligned allocation is not supported with macosx10.13 by Louis Dionne · 5 years ago
  18. 11a8815 Set the buffer of an fstream to empty when the underlying file is closed. This 'fixes' PR#38052 - std::fstream still good after closing and updating content. by Marshall Clow · 5 years ago
  19. 354589c [libcxx] Optimize vectors construction of trivial types from an iterator range with const-ness mismatch. by Volodymyr Sapsai · 5 years ago
  20. 4626eac Mark more tests as flaky by Eric Fiselier · 5 years ago
  21. a9c67b2 Add the feature test macros that were defined in p1353r0 to the headers of the appropriate tests. No actual tests yet, so NFC. by Marshall Clow · 5 years ago
  22. 6420803 Fix PR39749 - Headers containing just #error harm __has_include. by Eric Fiselier · 5 years ago
  23. 936dd3d Fix flaky symlink access time test. by Eric Fiselier · 5 years ago
  24. 7de83dc De-tab a couple tests. NFC by Marshall Clow · 5 years ago
  25. 5f14fb5 Fix test case breakages caused by lexically_relative change by Eric Fiselier · 5 years ago
  26. fdb4802 Fix copy paste error in file_clock tests by Eric Fiselier · 5 years ago
  27. da05bdc Implement LWG 3096: path::lexically_relative is confused by trailing slashes by Eric Fiselier · 5 years ago
  28. 3cf34d1 Implement LWG 3065: Make path operators friends. by Eric Fiselier · 5 years ago
  29. 874280d Implement LWG 3145: file_clock breaks ABI for C++17 implementations. by Eric Fiselier · 5 years ago
  30. a203728 Implement LWG 2936: Path comparison is defined in terms of the generic format by Eric Fiselier · 5 years ago
  31. 8daffda [libcxx] Fix order checking in unordered_multimap tests. by Louis Dionne · 5 years ago
  32. d805c87 [libcxx] Use custom allocator's `construct` in C++03 when available. by Volodymyr Sapsai · 5 years ago
  33. 1e048a3 Work around GCC 9.0 regression by Eric Fiselier · 5 years ago
  34. ff04a56 Add missing include to test. NFC by Marshall Clow · 5 years ago
  35. 9ff404d Portability fix: add missing includes and static_casts. Reviewed as https://reviews.llvm.org/D55777. Thanks to Andrey Maksimov for the patch. by Marshall Clow · 5 years ago
  36. 3af9c5f Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cwchar.pass.cpp to avoid constructing a couple things from zero - since apparently they can be enums in some weird C library. NFC there, either, since the values were never used. by Marshall Clow · 5 years ago
  37. 6ad9536 [libcxx] Remove XFAILs for older macOS versions by Louis Dionne · 5 years ago
  38. b8811ad [libcxx] Handle AppleClang 9 and 10 in XFAILs for aligned allocation tests by Louis Dionne · 5 years ago
  39. 3d4bcc1 [libcxx] Properly mark aligned allocation macro test as XFAIL on OS X by Louis Dionne · 5 years ago
  40. dfa283e Fix FP comparisons when SSE isn't available by Eric Fiselier · 5 years ago
  41. 4b8645f [test] Add target_info for NetBSD, and XFAIL some of locale tests by Michal Gorny · 5 years ago
  42. c88aa7f [test] [re.traits] Remove asserts failing due to invalid UTF-8 by Michal Gorny · 5 years ago
  43. 50f14e2 Unbreak green dragon bots w/o __builtin_launder by Eric Fiselier · 5 years ago
  44. 2d0643a Expect Clang diagnostics in std::launder test by Eric Fiselier · 5 years ago
  45. 8f7fa38 [libcxx] Speeding up partition_point/lower_bound/upper_bound by Louis Dionne · 5 years ago
  46. a443a00 [test] [support] Use socket()+bind() to create unix sockets portably by Michal Gorny · 5 years ago
  47. 36feb1b [test] [ctime] Ignore -Wformat-zero-length warnings by Michal Gorny · 5 years ago
  48. 8c36703 Fix static assert diagnostic checks in i386 by Eric Fiselier · 5 years ago
  49. 01fac08 Tolerate Clangs new static_assert messages by Eric Fiselier · 5 years ago
  50. 03017b2 [libcxx] Mark some tests as still failing on macosx10.14 by Louis Dionne · 5 years ago
  51. f927635 Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 by Marshall Clow · 5 years ago
  52. d3f2d5e [libcxx] Fix pop_back() tests to make sure they don't always just pass by Louis Dionne · 5 years ago
  53. f77ee9b [libcxx] Add assertion in deque::pop_back when popping from an empty deque by Louis Dionne · 5 years ago
  54. f0c3a12 [test] [depr.c.headers] XFAIL uchar.h on NetBSD by Michal Gorny · 5 years ago
  55. 13d947c [test] [filesystems] NetBSD can do symlink permissions too by Michal Gorny · 5 years ago
  56. 413329e [test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSD by Michal Gorny · 5 years ago
  57. 2d13462 [test] Permit NetBSD in filesystem_dynamic_test_helper.py by Michal Gorny · 5 years ago
  58. 649e69d [libcxx] Fix test failure on GCC 4.9 by Louis Dionne · 5 years ago
  59. bca4d67 [pair] Mark constructors as conditionally noexcept by Louis Dionne · 5 years ago
  60. 31355b0 [libcxx] Fix test on compilers that do not support char8_t yet by Louis Dionne · 5 years ago
  61. 544d1ba Fix problems with char8_t stuff on compilers that don't support char8_t yet by Marshall Clow · 6 years ago
  62. 9648447 Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308 by Marshall Clow · 6 years ago
  63. 21a8669 Revert "[pair] Mark constructors as conditionally noexcept" by Louis Dionne · 6 years ago
  64. adde8ae [pair] Mark constructors as conditionally noexcept by Louis Dionne · 6 years ago
  65. 49ad9aa Update a couple of vector<bool> tests that were testing libc++-specific bahavior. Thanks to Andrey Maksimov for the catch. by Marshall Clow · 6 years ago
  66. f01e82f [libcxx] Remove the availability_markup LIT feature by Louis Dionne · 6 years ago
  67. 5fe0a6a [libc++] Improve diagnostics for non-const comparators and hashers in associative containers by Louis Dionne · 6 years ago
  68. 55a56d2 [libcxx] Fix incorrect XFAILs for chrono tests on old macos deployment targets by Louis Dionne · 6 years ago
  69. 5b19b0b [libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.end() by Louis Dionne · 6 years ago
  70. 7ea279f [libcxx] Add XFAILs for aligned allocation tests on AppleClang 9 by Louis Dionne · 6 years ago
  71. edfdc49 [libcxx] Make return value of array<T, 0>.data() checked only for libc++ by Louis Dionne · 6 years ago
  72. 8bcb9ca [libcxx] Mark some tests as failing on macosx 10.14 by Louis Dionne · 6 years ago
  73. caae3ec [libcxx] Don't depend on availability markup to provide the streams in the dylib by Louis Dionne · 6 years ago
  74. 26cd9b8 Update run_tests.py to use Soong. by Peter Collingbourne · 6 years ago
  75. 604afd7 [libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference by Louis Dionne · 6 years ago
  76. a815a3f First part of P0482 - Establish that char8_t is an integral type, and that numeric_limits<char8_t> is valid and sane. (second try) by Marshall Clow · 6 years ago
  77. 8e2d4ad [libcxx] Make UNSUPPORTED for std::async test more fine grained by Louis Dionne · 6 years ago
  78. ebdb547 Revert commit r347904 because it broke older compilers by Marshall Clow · 6 years ago
  79. 50509d1 First part of P0482 - Establish that char8_t is an integral type, and that numeric_limits<char8_t> is valid and sane. by Marshall Clow · 6 years ago
  80. c28aca1 [libcxx] Remove bad_array_length by Louis Dionne · 6 years ago
  81. 233c79a [libcxx] More fixes to XFAILs for aligned allocation tests for macosx 10.13 by Louis Dionne · 6 years ago
  82. e3e576a Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. " by Eric Fiselier · 6 years ago
  83. cf99ab7 Fix bad _LIBCPP_ALIGNOF test by Eric Fiselier · 6 years ago
  84. 7593e79 Implement P0966 - string::reserve should not shrink by Marshall Clow · 6 years ago
  85. 087f065 Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. by Eric Fiselier · 6 years ago
  86. 581671f [libcxx] Remove dynarray by Louis Dionne · 6 years ago
  87. 97c03fb [libcxx] Use clang-verify in the lit test suite even when availability is enabled by Louis Dionne · 6 years ago
  88. f4e307b Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions by Marshall Clow · 6 years ago
  89. f9782de Add basic_string::__resize_default_init (from P1072) by Eric Fiselier · 6 years ago
  90. 893cf80 [libcxx] Fix XFAILs for aligned allocation tests by Louis Dionne · 6 years ago
  91. 8294000 [libcxx] Fix XFAIL for aligned deallocation test with trunk Clang by Louis Dionne · 6 years ago
  92. 8008cf5 [libcxx] Use a type that is always an aggregate in variant's tests by Louis Dionne · 6 years ago
  93. 09861db [NFC] Fix typo in comment by Louis Dionne · 6 years ago
  94. e9a1ea4 [libcxx] Reintroduce UNSUPPORTED annotation for strstreambuf overflow test by Louis Dionne · 6 years ago
  95. a0b648f [libcxx] Add XFAIL for test on OS X 10.12 to 10.14 by Louis Dionne · 6 years ago
  96. 79132e8 [libcxx] Remove incorrect XFAIL on macos 10.12 by Louis Dionne · 6 years ago
  97. 5beaebf [libcxx] Fix incorrect iterator type in vector container test by Louis Dionne · 6 years ago
  98. 3ad8fb7 [libcxx] Mark strstreams tests as being supported on all OS X versions by Louis Dionne · 6 years ago
  99. bac4a9b Fix missing includes in test header by Eric Fiselier · 6 years ago
  100. 580cde0 [libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*) by Zhihao Yuan · 6 years ago