1. d086fcc [NFC][libcxx] Mark P1006 as implemented in LLVM 8.0 by Louis Dionne · 6 years ago
  2. 52ddb5e [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits by Louis Dionne · 6 years ago
  3. 64d50b3 [libcxx] GNU/Hurd uses BSD-based interfaces, but does not (and won't) provide <sys/sysctl.h> by Louis Dionne · 6 years ago
  4. 9140061 Attempt to make benchmarks fall back to -std=c++1z when C++17 isn't supported. by Eric Fiselier · 6 years ago
  5. 16a8e7e Add emplace tests for multiset/unordered_multiset. by Eric Fiselier · 6 years ago
  6. 3870a97 Fix PR39619 - iterator_traits isn't SFINAE-friendly enough. Thanks to Eric for the report by Marshall Clow · 6 years ago
  7. 94664a1 Update to-do list with new work from WG21 meeting in San Diego by Marshall Clow · 6 years ago
  8. e754a7a [NFC] Reformat std::optional tests by Louis Dionne · 6 years ago
  9. 0a36edc [NFC] Fix typo in <tuple> by Louis Dionne · 6 years ago
  10. cc73b18 [libcxx] Provide thread annotations for shared_mutex by Petr Hosek · 6 years ago
  11. 55a3e6c Attempt to enable -Wconversion by Eric Fiselier · 6 years ago
  12. d463495 Fix -Wimplicit-fallthrough warning by Fangrui Song · 6 years ago
  13. 9b0b9d6 Fix the test for partition_copy so it is not ridiculously slow. Also, detab. by Marshall Clow · 6 years ago
  14. 048b34a [NFC] Fix incorrect comment in std::list by Louis Dionne · 6 years ago
  15. 73d2ecc Fix test assumption that Linux implies glibc. by Dan Albert · 6 years ago
  16. 5dc3776 Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible." by Louis Dionne · 6 years ago
  17. 6115b72 Use C++11 fallthrough attribute syntax when available and add a break by Reid Kleckner · 6 years ago
  18. f10e0ac [libcxx] Fix usage of _C2, which is a "nasty macro" in some environments by Louis Dionne · 6 years ago
  19. 3fa96b3 [NFC] Replace C++1y and C++1z by C++14 and C++17, respectively by Louis Dionne · 6 years ago
  20. def3a40 [NFC] Mark "Splicing Maps and Sets" as done in LLVM 8.0 by Louis Dionne · 6 years ago
  21. 71ac96a Second half of C++17's splicing maps and sets by Erik Pilkington · 6 years ago
  22. 3a73f01 Correct ABI list change wrongly advertised as being in the 7.0 release by Louis Dionne · 6 years ago
  23. 381fd9e Revert "Build with -fvisibility=hidden" by Eric Fiselier · 6 years ago
  24. 74b3eac Build with -fvisibility=hidden by Eric Fiselier · 6 years ago
  25. 831ab1b [libcxx] Correct link to code review for P1006 by Louis Dionne · 6 years ago
  26. e6f91d8 Make libc++'s versioning namespace customizable by Eric Fiselier · 6 years ago
  27. 02bbf43 Add link to implementation for P1006R0 by Marshall Clow · 6 years ago
  28. abfbf14 Update LLVM version used on Appveyor bot, remove MSVC 2015 bot by Eric Fiselier · 6 years ago
  29. 3b92bcd Add more benchmarks for std::string. by Samuel Benzaquen · 6 years ago
  30. 94ce26b Unify definition of _LIBCPP_BEGIN/END_NAMESPACE_STD by Eric Fiselier · 6 years ago
  31. 3238cbf XFAIL test on OS X availability by Eric Fiselier · 6 years ago
  32. c5a77b2 Added Phab link for P0927 by Marshall Clow · 6 years ago
  33. 207b919 Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible. by Eric Fiselier · 6 years ago
  34. 081dda5 Fix mismatch between size_t and uint64_t in std::set benchmark. by Samuel Benzaquen · 6 years ago
  35. 640fa25 [libc++] Use exclude_from_explicit_instantiation instead of always_inline by Louis Dionne · 6 years ago
  36. 293b83d Fix PR39458 _LIBCPP_DEBUG breaks heterogeneous compare. by Eric Fiselier · 6 years ago
  37. 924b8f3 Work around gcc.gnu.org/PR87766 by Eric Fiselier · 6 years ago
  38. 73f498b [NFC] Update comment in libc++ ABI changelog by Louis Dionne · 6 years ago
  39. e696826 Fix incorrect use of aligned allocation in get_temporary_buffer. by Eric Fiselier · 6 years ago
  40. 6dcb34a XFAIL sized deallocation test with GCC by Eric Fiselier · 6 years ago
  41. 5be2163 Run the min/max tests agaist the header <charconv>. Fix that header so it passes. NFC. by Marshall Clow · 6 years ago
  42. b3ae0c8 fix incorrect placement of _LIBCPP_ALWAYS_INLINE in valarray by Eric Fiselier · 6 years ago
  43. e09f85b Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 6 years ago
  44. 07f95bd [libc++] Make sure we can build libc++ with -fvisibility=hidden by Louis Dionne · 6 years ago
  45. 92d8736 Revert "Fix use of __libcpp_deallocate in dynarray" by Eric Christopher · 6 years ago
  46. 1b9ee84 Temporarily Revert "Implement sized deallocation for std::allocator and friends." by Eric Christopher · 6 years ago
  47. d03e037 Fix use of __libcpp_deallocate in dynarray by Eric Fiselier · 6 years ago
  48. 0cfdf55 Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 6 years ago
  49. 842383f Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are" by Petr Hosek · 6 years ago
  50. 005bb4c Fix use of libc++ specific macro in support/test_macros.h by Eric Fiselier · 6 years ago
  51. 0423faf Adjust unsupported C++ versions in some tests by Mikhail Maltsev · 6 years ago
  52. ec22e35 Off-by-one errors strike again. Thank goodness for ASAN and the bots. by Marshall Clow · 6 years ago
  53. b994bfe When filling a vector<bool> with stuff, initialize the last word of the storage that you're touching. Otherwise, when we lay down the bits with operator&=, we get UB from reading uninitialized memory. Fixes Bug 39354. Thanks to David Wagner for the bug report. by Marshall Clow · 6 years ago
  54. d8754ba Add benchmark for std::set. by Samuel Benzaquen · 6 years ago
  55. 9678b5d Mark the move construct/move assign tests as unsupported on C++03 by Marshall Clow · 6 years ago
  56. 374084f Add tests for match_results copy/move assignment operators. NFC by Marshall Clow · 6 years ago
  57. 268b4d0 Remove a 'const' from the synopsis. NFC by Marshall Clow · 6 years ago
  58. 173057e Updated the issue notes. by Marshall Clow · 6 years ago
  59. a894ebb Add tests for match_results copy/move construction. NFC by Marshall Clow · 6 years ago
  60. dd10075 Added more notes to the issues. by Marshall Clow · 6 years ago
  61. 1f63d28 Update commnents to reflect the changes for LWG#3127. NFC by Marshall Clow · 6 years ago
  62. 9110b80 Update commnents to reflect the changes for LWG#3127. NFC by Marshall Clow · 6 years ago
  63. 3d1d923 Update commnents to reflect the changes for LWG#3122. NFC by Marshall Clow · 6 years ago
  64. 0a890c9 [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX by Billy Robert O'Neal III · 6 years ago
  65. 87aef88 [libcxx] [test] Add missing <stdexcept> to map at tests. by Billy Robert O'Neal III · 6 years ago
  66. 22b685e Repair thread-unsafe modifications of n_alive in F.pass.cpp by Billy Robert O'Neal III · 6 years ago
  67. 6c34a15 [libcxx] Improve reporting when running the lit test suite by Louis Dionne · 6 years ago
  68. 4104ebe [libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10 by Louis Dionne · 6 years ago
  69. d74c17e [libcxx] Avoid repeating the definition of std:: namespaces by Louis Dionne · 6 years ago
  70. 3845a65 [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  71. 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
  72. 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
  73. 93d0856 Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..." by Artem Dergachev · 6 years ago
  74. 7f20dc6 Revert r344529 "Implement the first part of the calendar support for C++20" by Artem Dergachev · 6 years ago
  75. 9bc5d8e [libcxx] Remove custom CMake code targeting Mac OS 10.6 by Louis Dionne · 6 years ago
  76. 689f6cd Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232 by Marshall Clow · 6 years ago
  77. 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
  78. 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
  79. fa1a3d5 One more local type warning removed from the tests. NFC by Marshall Clow · 6 years ago
  80. 8f07ece Update the array tests to not use a local type; removes warnings in C++03. NFC by Marshall Clow · 6 years ago
  81. 477f04b Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC by Marshall Clow · 6 years ago
  82. 11b8a46 Add benchmarks for std::function. by Samuel Benzaquen · 6 years ago
  83. 6331d2f [NFC][libc++] Fix broken link in comment by Louis Dionne · 6 years ago
  84. b233fda Revert commit r344254; does not work with C++03 by Marshall Clow · 6 years ago
  85. 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
  86. e436a75 Add a test that shows what happens with throwing destructors. NFC. by Marshall Clow · 6 years ago
  87. f9c56da Fix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERATOR_NEW_DELETE by Eric Fiselier · 6 years ago
  88. 657a130 Distinguish between library and language support for aligned allocation. by Eric Fiselier · 6 years ago
  89. b5d4ffd Use TEST_STD_VER instead of __cplusplus [NFC] by Aaron Puchert · 6 years ago
  90. c4edc5a Use std::scoped_lock only for C++17 and newer by Aaron Puchert · 6 years ago
  91. 697faed Add test macros for always_inline and noinline by Eric Fiselier · 6 years ago
  92. 9c34c77 Fix linking filesystem benchmarks by Eric Fiselier · 6 years ago
  93. f7d5bd2 Annotate scoped_lock as with scoped_lockable attribute by Aaron Puchert · 6 years ago
  94. 385cc71 [libcxx] Mark std::async race condition test as unsupported on Darwin by Louis Dionne · 6 years ago
  95. 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
  96. 6735cca Papers and Issues for San Diego by Marshall Clow · 6 years ago
  97. 84f9609 [CMake] Use just basename when copying C++ ABI headers by Petr Hosek · 6 years ago
  98. 0722603 [libc++][NFC] Add error messages to a couple of static_asserts in span by Louis Dionne · 6 years ago
  99. 2bcd409 Remove redundant null pointer check in operator delete by Fangrui Song · 6 years ago
  100. d545268 Attempt to fix aligned allocation configuration under clang-cl by Eric Fiselier · 6 years ago