1. d757090 Skip chash computation in insert/emplace if the unconstrained hash matches. by Eric Fiselier · 8 years ago
  2. 8b5233f Make pair/tuples assignment operators SFINAE properly. by Eric Fiselier · 8 years ago
  3. 678bf67 Fix memory leak in test. by Eric Fiselier · 8 years ago
  4. e1a41a9 Implement LWG 2393. Check for LValue-callability. by Eric Fiselier · 8 years ago
  5. 7f630e8 Implement LWG2328. Rvalue stream extraction should perfect forward. by Eric Fiselier · 8 years ago
  6. c672a74 Implement P0040r3: Extending memory management tools by Eric Fiselier · 8 years ago
  7. eef85d9 Implement the in_place tags from p0032r3. by Eric Fiselier · 8 years ago
  8. f653588 Fix undefined behavior in __hash_table by Eric Fiselier · 8 years ago
  9. 2645dbe Implement P0392r0. Integrate filesystem::path and string_view. by Eric Fiselier · 8 years ago
  10. bdbae4c Revert r276506 - Diagnose invalid memory order arguments in <atomic>. by Eric Fiselier · 8 years ago
  11. ea213b9 [libcxx] Diagnose invalid memory order arguments in <atomic>. Fixes PR21179. by Eric Fiselier · 8 years ago
  12. c61cb6d Remove FIXME for feature test macro by JF Bastien · 8 years ago
  13. 7c56f99 Again, w/o the tabs by Marshall Clow · 8 years ago
  14. f82c1ce Another fix to appease the no-exception bots. by Marshall Clow · 8 years ago
  15. 1536233 Fix some string_view tests that were failing when exceptions were disabled. Also comment out a _LIBCPP_ASSERT that gcc4.9 was complaining about. Will revisit that later. by Marshall Clow · 8 years ago
  16. 1e00d6d Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 by Marshall Clow · 8 years ago
  17. f50841f Mark P0358r1 as complete. It is already implemented by Eric Fiselier · 8 years ago
  18. 4a2b933 Mark P0337r0 as complete. It was already implemented in std::experimental by Eric Fiselier · 8 years ago
  19. 3816ef9 Implement P0084r2. Changing emplace return types. by Eric Fiselier · 8 years ago
  20. 2edb326 Disable warning flags when running .fail.cpp tests. by Eric Fiselier · 8 years ago
  21. b5bdc07 Unbreak traits tests by handling differences between version macros in clang/apple-clang. by Eric Fiselier · 8 years ago
  22. bda156d Fix inheriting constructor test for std::function. by Eric Fiselier · 8 years ago
  23. 62365dc Unbreak is_constructible tests for Clang <= 3.7. by Eric Fiselier · 8 years ago
  24. 7ee3420 Add missed test in r276090. by Eric Fiselier · 8 years ago
  25. 16ed718 Move std::function constructor SFINAE into template parameter list. Fixes PR20002. by Eric Fiselier · 8 years ago
  26. 155b681 Reimplement is_constructible fallback implementation. Fixes PR21574. by Eric Fiselier · 8 years ago
  27. 9c747b9 Add tests for reference binding assertions in std::tuple. by Eric Fiselier · 8 years ago
  28. 781fb2a Add SFINAE on additional overloads of std::complex functions. Fixes PR19921. by Eric Fiselier · 8 years ago
  29. 99029f1 Add heterogeneous comparator support for __debug_less. Fixes PR17147. by Eric Fiselier · 8 years ago
  30. d9b9ef7 [libcxx] Add support for benchmark tests using Google Benchmark. by Eric Fiselier · 8 years ago
  31. 7310ec8 Fix undefined behavior in __tree by Eric Fiselier · 8 years ago
  32. fc8847c Bump version # to 4.0.0 by Marshall Clow · 8 years ago
  33. 65eb1e9 Don't use pthread initializers in constexpr constructors. Patch by elram. Reviewed at https://reviews.llvm.org/D21637. by Marshall Clow · 8 years ago
  34. 3f01389 Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_CXX03_LANG'. No functionality change. by Marshall Clow · 8 years ago
  35. 066feb8 Remove locale tests that depend on enviroment variables. by Eric Fiselier · 8 years ago
  36. b9c2032 [libcxx][filesystem] Remove setgid from parent before testing permissions by Jonas Hahnfeld · 8 years ago
  37. 5432e3b Rework libatomic handling in CMake and LIT. by Eric Fiselier · 8 years ago
  38. 755baa9 Improve ABI tests for std::pair. by Eric Fiselier · 8 years ago
  39. f5750d5 Add checkpoint diagnostics to help diagnose buildbot failures. by Eric Fiselier · 8 years ago
  40. 0751cc1 Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan. by Eric Fiselier · 8 years ago
  41. 9ae7274 Add includes in test. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  42. 465c68a Upgrade arcconfig to use https by Eric Fiselier · 8 years ago
  43. c71c304 Rename and rework `_LIBCPP_TRIVIAL_PAIR_COPY_CTOR`. Move FreeBSD configuration in-tree. by Eric Fiselier · 8 years ago
  44. c79e8b6 Suppress warning in make_from_tuple tests. by Eric Fiselier · 8 years ago
  45. 5839fed Implement C++17 tuple bits. Including apply and make_from_tuple. by Eric Fiselier · 8 years ago
  46. 41aafc2 Check for unconstrained hash equality before constrained hash equality. by Eric Fiselier · 8 years ago
  47. 3e732e9 Fix std::experimental::optional tests. Patch from Casey Carter. by Eric Fiselier · 8 years ago
  48. a80de49 Constuct a sentry object in istream::readsome, and handle failures appropriately. Fixes PR#28217. by Marshall Clow · 8 years ago
  49. 211f9a4 Add more tests for LWG#2582. No code changes needed, just tests. by Marshall Clow · 8 years ago
  50. f675274 libc++: name anonymous structs by JF Bastien · 8 years ago
  51. 3f54358 Add tests for the meta.unary.props that do not require a complete type. This is part of LWG#2582 by Marshall Clow · 8 years ago
  52. 3384fa6 mark issue #2422 as complete; this was just a wording clarification by Marshall Clow · 8 years ago
  53. d7a7384 mark issue #2181 as complete; this was just a wording clarification by Marshall Clow · 8 years ago
  54. ab008f7 Add option to disable __deallocate #warning by Saleem Abdulrasool · 8 years ago
  55. 6f4713b Put the status in the right column by Marshall Clow · 8 years ago
  56. 683272d Mark P0067 as 'postponed', because it will be revised before the next meeting by Marshall Clow · 8 years ago
  57. 5766391 Don't compute modulus of hash if it is smaller than the bucket count. by Eric Fiselier · 8 years ago
  58. 51d7e8e Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report. by Marshall Clow · 8 years ago
  59. 45e9a93 Allow is_swappable to SFINAE on deleted/ambiguous swap functions by Eric Fiselier · 8 years ago
  60. 4a98c1e Hide some internal symbols for memory resource. by Eric Fiselier · 8 years ago
  61. faa37d5 Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them. by Marshall Clow · 8 years ago
  62. df4a22d Implement LWG685 (which is from C++11!). Fixes PR#28421. Note: this (subtly) changes the return type of operator-(Iter1, Iter2) where Iter1 is a reverse iterator or a move_iterator, and Iter2 is some other move/reverse iterator type. In practice, I believe that almost every time the second param will be const_XXX and this will mean that the return type will be the same as it was before. by Marshall Clow · 8 years ago
  63. 95a22db [libc++] Check hash before calling __hash_table key_eq function by Kwasi Mensah · 8 years ago
  64. 8e83446 Revert r274605 due to bot failure: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/244/ by Manman Ren · 8 years ago
  65. 8668189 Fix typo in #ifdef, and re-enable tests now that the green-dragon bots are no more by Marshall Clow · 8 years ago
  66. 56a7614 Add unordered_map::insert benchmark test and rename file by Eric Fiselier · 8 years ago
  67. 38af0f8 Improve performance of unordered_set<uint32_t>::find by 45%. Add benchmarks. by Eric Fiselier · 8 years ago
  68. 990090f Handle std::get<T>(...) for std::tuple<> by Eric Fiselier · 8 years ago
  69. 6b7a871 Remove workarounds for C++17 inline variable ABI break. It has been fixed in clang. by Eric Fiselier · 8 years ago
  70. 22c3e76 Rewrite std::get<Type>(...) helper using constexpr functions. by Eric Fiselier · 8 years ago
  71. 5fb1e0a Cleanup SFINAE in tuple, and add tests for reference assignment by Eric Fiselier · 8 years ago
  72. cebaf5c Make tuple_constructible and family lazy again. by Eric Fiselier · 8 years ago
  73. cd20679 Add another workaround for C++17 inline variable ABI breakage. by Eric Fiselier · 8 years ago
  74. 103f80d Remove accidental change committed in r274403. by Eric Fiselier · 8 years ago
  75. e8b134c Turn off ASAN's odr-violation diagnostics for now. See PR28391 by Eric Fiselier · 8 years ago
  76. 1eb8739 Work around ABI break caused by C++17 inline variables. by Eric Fiselier · 8 years ago
  77. ed33ed8 Flatten tuple_constructible, tuple_convertible and tuple_assignable. by Eric Fiselier · 8 years ago
  78. 053859f Flatten the tuple_element and __make_tuple_types implementations. by Eric Fiselier · 8 years ago
  79. a3ccd96 Replace __make_tuple_indices implementation with superior implementation. by Eric Fiselier · 8 years ago
  80. 1a93312 Fix static assert problem on gcc; remove XFAILs that I put in in r274250 by Marshall Clow · 8 years ago
  81. 3efb2c9 Fix C++03 build. by Eric Fiselier · 8 years ago
  82. dd18d90 Mark issues 2550, 2551, 2555, 2685, 2698 as complete. These issues are wording clarifications; no code changes required. by Marshall Clow · 8 years ago
  83. d94c776 Mark issues 2667, 2669, 2670, 2671, 2673 as complete. These issues are wording clarifications; no code changes required. by Marshall Clow · 8 years ago
  84. 0b02cf8 Implement LWG#2688: 'clamp misses preconditions and has extraneous condition on result'. We already did this, just added tests by Marshall Clow · 8 years ago
  85. a0f496b Temporarily XFAIL the incomplete type tests for GCC while I figure out why adding a static_assert in r274235 broken them by Marshall Clow · 8 years ago
  86. 256814f Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already did this, just added tests by Marshall Clow · 8 years ago
  87. f0419f1 Implement LWG#2596: 'vector::data() should use addressof' by Marshall Clow · 8 years ago
  88. ca89450 Implement LWG#2441: 'Exact-width atomic typedefs should be provided' by Marshall Clow · 8 years ago
  89. 0c99f18 Implement LWG#2436: 'Comparators for associative containers should always be CopyConstructible' by Marshall Clow · 8 years ago
  90. 3e9545e Update status of already completed Oulu issues. by Eric Fiselier · 8 years ago
  91. b0ee613 Make futures.overview enum tests more portable. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  92. 0fc5603 Make std::array typedef tests more portable. by Eric Fiselier · 8 years ago
  93. c848cef Fix ::reference typedef in insert iterators. by Eric Fiselier · 8 years ago
  94. 8db06d7 Make instreambuf.iterator/types.pass.cpp more portable. by Eric Fiselier · 8 years ago
  95. 68d0f23 Fix use of terse static assert. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  96. 16715b9 Fix unary_function inheritance assumption. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  97. eb4c5e9 Fix unreferenced parameter warning. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  98. 3a60979 Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  99. 70bf1c2 [libcxx] Fix a bug in strstreambuf::overflow. by Akira Hatanaka · 8 years ago
  100. 05d5c05 Use WG21.link reflector to get to issues, rather than linking directly by Marshall Clow · 8 years ago