1. d8754ba Add benchmark for std::set. by Samuel Benzaquen · 6 years ago
  2. 9678b5d Mark the move construct/move assign tests as unsupported on C++03 by Marshall Clow · 6 years ago
  3. 374084f Add tests for match_results copy/move assignment operators. NFC by Marshall Clow · 6 years ago
  4. 268b4d0 Remove a 'const' from the synopsis. NFC by Marshall Clow · 6 years ago
  5. 173057e Updated the issue notes. by Marshall Clow · 6 years ago
  6. a894ebb Add tests for match_results copy/move construction. NFC by Marshall Clow · 6 years ago
  7. dd10075 Added more notes to the issues. by Marshall Clow · 6 years ago
  8. 1f63d28 Update commnents to reflect the changes for LWG#3127. NFC by Marshall Clow · 6 years ago
  9. 9110b80 Update commnents to reflect the changes for LWG#3127. NFC by Marshall Clow · 6 years ago
  10. 3d1d923 Update commnents to reflect the changes for LWG#3122. NFC by Marshall Clow · 6 years ago
  11. 0a890c9 [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX by Billy Robert O'Neal III · 6 years ago
  12. 87aef88 [libcxx] [test] Add missing <stdexcept> to map at tests. by Billy Robert O'Neal III · 6 years ago
  13. 22b685e Repair thread-unsafe modifications of n_alive in F.pass.cpp by Billy Robert O'Neal III · 6 years ago
  14. 6c34a15 [libcxx] Improve reporting when running the lit test suite by Louis Dionne · 6 years ago
  15. 4104ebe [libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10 by Louis Dionne · 6 years ago
  16. d74c17e [libcxx] Avoid repeating the definition of std:: namespaces by Louis Dionne · 6 years ago
  17. 3845a65 [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  18. cc5c12d Recommit <chrono> changes with a couple xtra tests marked to fail on apple's clang. Reviewed as D51762 by Marshall Clow · 6 years ago
  19. 7e3ab17 Partial fix for PR38964. (<string> can't be built with gcc -std=c++03) Reviewed as https://reviews.llvm.org/D52240 by Marshall Clow · 6 years ago
  20. 93d0856 Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..." by Artem Dergachev · 6 years ago
  21. 7f20dc6 Revert r344529 "Implement the first part of the calendar support for C++20" by Artem Dergachev · 6 years ago
  22. 9bc5d8e [libcxx] Remove custom CMake code targeting Mac OS 10.6 by Louis Dionne · 6 years ago
  23. 689f6cd Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232 by Marshall Clow · 6 years ago
  24. 1b8e200 Wrap up the new chrono literals in an #ifdef so that old versions of clang don't complain. I'm looking at you, clang 5.0.1 by Marshall Clow · 6 years ago
  25. fc25eeb Implement the first part of the calendar support for C++20. This is still incomplete; there will be more patches coming. Reviewed as D51762 by Marshall Clow · 6 years ago
  26. fa1a3d5 One more local type warning removed from the tests. NFC by Marshall Clow · 6 years ago
  27. 8f07ece Update the array tests to not use a local type; removes warnings in C++03. NFC by Marshall Clow · 6 years ago
  28. 477f04b Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC by Marshall Clow · 6 years ago
  29. 11b8a46 Add benchmarks for std::function. by Samuel Benzaquen · 6 years ago
  30. 6331d2f [NFC][libc++] Fix broken link in comment by Louis Dionne · 6 years ago
  31. b233fda Revert commit r344254; does not work with C++03 by Marshall Clow · 6 years ago
  32. 2199647 Prefer to use the __is_XXX compiler intrinsics to the (old, busted) __has_XXX intrinsics when implementing type traits. Thanks to Richard Smith for the patch. by Marshall Clow · 6 years ago
  33. e436a75 Add a test that shows what happens with throwing destructors. NFC. by Marshall Clow · 6 years ago
  34. f9c56da Fix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERATOR_NEW_DELETE by Eric Fiselier · 6 years ago
  35. 657a130 Distinguish between library and language support for aligned allocation. by Eric Fiselier · 6 years ago
  36. b5d4ffd Use TEST_STD_VER instead of __cplusplus [NFC] by Aaron Puchert · 6 years ago
  37. c4edc5a Use std::scoped_lock only for C++17 and newer by Aaron Puchert · 6 years ago
  38. 697faed Add test macros for always_inline and noinline by Eric Fiselier · 6 years ago
  39. 9c34c77 Fix linking filesystem benchmarks by Eric Fiselier · 6 years ago
  40. f7d5bd2 Annotate scoped_lock as with scoped_lockable attribute by Aaron Puchert · 6 years ago
  41. 385cc71 [libcxx] Mark std::async race condition test as unsupported on Darwin by Louis Dionne · 6 years ago
  42. c7cc669 Do the math in uniform_int_distribution::operator() as unsigned to prevent UB when overflowing. Also add a UBSAN notification that we're ffine with unsigned overflow. This fixes PR#32617. Thanks to Vincent & Christoph for their help with this issue. by Marshall Clow · 6 years ago
  43. 6735cca Papers and Issues for San Diego by Marshall Clow · 6 years ago
  44. 84f9609 [CMake] Use just basename when copying C++ ABI headers by Petr Hosek · 6 years ago
  45. 0722603 [libc++][NFC] Add error messages to a couple of static_asserts in span by Louis Dionne · 6 years ago
  46. 2bcd409 Remove redundant null pointer check in operator delete by Fangrui Song · 6 years ago
  47. d545268 Attempt to fix aligned allocation configuration under clang-cl by Eric Fiselier · 6 years ago
  48. fe05360 Remove one more warning from clang-cl build by Eric Fiselier · 6 years ago
  49. 1ef0f10 Fix Shadowing warning on Windows by Eric Fiselier · 6 years ago
  50. f7fac08 Fix even more Clang warnings. by Eric Fiselier · 6 years ago
  51. 884e731 Bump default dialect to C++14 for clang-cl by Eric Fiselier · 6 years ago
  52. e961cd6 Remove even more clang-cl warnings by Eric Fiselier · 6 years ago
  53. ea2334b Mork more tests as FLAKY by Eric Fiselier · 6 years ago
  54. 2641c80 Remove even more warnings from clang-cl build by Eric Fiselier · 6 years ago
  55. 76bd3e0 Turn off warnings under clang-cl by Eric Fiselier · 6 years ago
  56. 52a8692 Fix threaded test under no-threading configuration by Eric Fiselier · 6 years ago
  57. 63f54c0 Attempt to unbreak Windows configuration. by Eric Fiselier · 6 years ago
  58. 9bde150 [cxx2a] Fix warning triggered by r343285 by Vitaly Buka · 6 years ago
  59. 16357ee [libc++] Remove Fuchsia-specific knowledge to pick the ABI version by Louis Dionne · 6 years ago
  60. c4b4486 Revert r342936 "Remove redundant null pointer check in operator delete" by Louis Dionne · 6 years ago
  61. 32e3054 Remove redundant null pointer check in operator delete by Fangrui Song · 6 years ago
  62. 2495dab [libcxx] Fix the binder deprecation tests on Clang 5. by Louis Dionne · 6 years ago
  63. 58deb8a [libcxx] Fix buildbots on Debian by Louis Dionne · 6 years ago
  64. e992efe [libcxx] Document new symbols __u64toa and __u32toa on Darwin by Louis Dionne · 6 years ago
  65. 13cf3b9 [libc++] Add deprecated attributes to many deprecated components by Louis Dionne · 6 years ago
  66. 5981b33 [NFC][libcxx] Rename helpers with 4 underscores to something more reasonable by Louis Dionne · 6 years ago
  67. 6adb8a3 [NFC][libc++] Fix typo in the description of LIBCXX_INCLUDE_BENCHMARKS by Louis Dionne · 6 years ago
  68. 7a26d87 Mark [[nodiscard]] tests unsupported on GCC prior to 7.0 by Eric Fiselier · 6 years ago
  69. 33cc965 Fix UB in SIMD tests. by Eric Fiselier · 6 years ago
  70. 8ee872e [libcxx] Readjust nodiscard_extensions.pass.cpp test - just disable for ASAN by Roman Lebedev · 6 years ago
  71. 23b77ec Mark test as flaky by Eric Fiselier · 6 years ago
  72. 3cea452 Correct docs to reference the new libc++ lists. by Eric Fiselier · 6 years ago
  73. 4a5c6f3 [libcxx] Blind attempt to fix harmless leak in nodiscard_extensions.pass.cpp test by Roman Lebedev · 6 years ago
  74. 7c3b27d [libcxx] Fix the definition of the check-cxx-abilist target on Darwin by Louis Dionne · 6 years ago
  75. 5ba8919 Document new symbols for __u64toa and __u32toa by Zhihao Yuan · 6 years ago
  76. caf40ae [libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-C++2a [[nodiscard]] by Roman Lebedev · 6 years ago
  77. 699bfec Similar to the handling of darwin target triples, strip the version by Dimitry Andric · 6 years ago
  78. 6bcb2dc Remove a bunch of empty subdirectories. NFCI. by Dimitry Andric · 6 years ago
  79. 8f4c8e6 fix some typos in the doc by Sylvestre Ledru · 6 years ago
  80. e404320 add a quick link to libc++abi by Sylvestre Ledru · 6 years ago
  81. ac2b570 refresh the libc++ homepage by Sylvestre Ledru · 6 years ago
  82. 087a509 Fix diagnostic regex in variant tests to tolerate older clang versions by Eric Fiselier · 6 years ago
  83. e59d098 Revert "Implement LWG 2221 - No formatted output operator for nullptr." by Volodymyr Sapsai · 6 years ago
  84. f06032b Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as https://reviews.llvm.org/D44263 by Marshall Clow · 6 years ago
  85. 989927c Don't require relops on variant alternatives to all return the same type. by Eric Fiselier · 6 years ago
  86. 699cb5b Remove unused include of "verbose_assert.h" by Marshall Clow · 6 years ago
  87. 35a0c2c Fix typo by Fangrui Song · 6 years ago
  88. 1755c75 Mark LWG#3102 as complete. No code changes, but I updated a test or two by Marshall Clow · 6 years ago
  89. e3973fd Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 by Marshall Clow · 6 years ago
  90. 420ace6 Actually mark LWG#2953, don't just say you've done so in r342070 by Marshall Clow · 6 years ago
  91. c106dd6 mark LWG#2953 as complete. No code changes required, but added a couple of extra tests. by Marshall Clow · 6 years ago
  92. 575d688 Update the failure annotations for the uncaught_exceptions test. The underlying abi library on some Mac OS versions does not support the plural uncaught_exceptions, so libc++ emulates it from the singlar; this means it will only return 0 or 1. by Marshall Clow · 6 years ago
  93. ec25143 Implement LWG #3017. list splice functions should use addressof by Marshall Clow · 6 years ago
  94. bf9b545 Update the synopsis for <version>. NFC by Marshall Clow · 6 years ago
  95. 53c8e25 Fix PR# 38900 - don't call swap inside of random_shuffle when we'd be swapping an element with itself by Marshall Clow · 6 years ago
  96. 5a86ba0 ReleaseNotes: update links to use https by Hans Wennborg · 6 years ago
  97. 8c58c22 [asan] Update a vector's storage annotation during destruction. Reviewed as https://reviews.llvm.org/D50101. Thanks to bobsayshilol (Ben) for the patch. by Marshall Clow · 6 years ago
  98. 6969dc1 [libc++] Add a link to the Release notes from the main libc++ documentation by Louis Dionne · 6 years ago
  99. fa8c539 [libcxx] Add ReleaseNotes.rst file for release notes by Louis Dionne · 6 years ago
  100. 8220dac Last week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct. by Marshall Clow · 6 years ago