1. 763984e Add docs for use-configurable libc++ features by Eric Fiselier · 8 years ago
  2. 6e467a8 Fix GCC libc++abi build by Eric Fiselier · 8 years ago
  3. f9a20c2 Implement LWG 2770 - Make tuple_size<T> defined for all T by Eric Fiselier · 8 years ago
  4. fc044a1 Fix PR30979 - tuple<move_only> is constructible from move_only const& by Eric Fiselier · 8 years ago
  5. 66350f0 Protect bitset tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  6. d842fed [CMake] Check runtimes subdir when looking for libcxxabi by Petr Hosek · 8 years ago
  7. a43c2e7 [libc++] Remove unnecessary MSVCRT exclusions by Shoaib Meenai · 8 years ago
  8. 240b8c8 Protect std::experimental::optional tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  9. d87eb99 Upgrade in-tree google benchmark to v1.1 by Eric Fiselier · 8 years ago
  10. e619862 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 8 years ago
  11. f333bee Implement another part of P0031; adding constexpr to move_iterator by Marshall Clow · 8 years ago
  12. aa138aa Remove spurious token from #endif by Roger Ferrer Ibanez · 8 years ago
  13. a405f45 Protect tests for new/delete under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  14. 863388e Fix GCC test failure caused by manually defining _LIBCPP_HAS_NO_VARIADICS by Eric Fiselier · 8 years ago
  15. 2c6c2b9 Fix __libcpp_is_constructible for source types with explicit conversion operators. by Eric Fiselier · 8 years ago
  16. c091160 Protect exceptional paths under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  17. 8883740 Protect lock tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  18. 6168a5e Protect tests that expect an exception for an unknown std::random_device by Roger Ferrer Ibanez · 8 years ago
  19. 3b2cf96 [libc++] Add configuration define for off_t functions by Shoaib Meenai · 8 years ago
  20. 1c0757a Fix archetypes.hpp under libcpp-no-extensions and std level < 14 by Roger Ferrer Ibanez · 8 years ago
  21. efc9f17 Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else by Roger Ferrer Ibanez · 8 years ago
  22. 51eb1d5 Add 'inline' but not 'always_inline' to std::strings destructor. by Eric Fiselier · 8 years ago
  23. d5b0db5 Remove additional function template definitions from the dylib by Eric Fiselier · 8 years ago
  24. 026d38e Optimize filesystem::path by providing weaker exception guarantees. by Eric Fiselier · 8 years ago
  25. eb6b13f Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. by Eric Fiselier · 8 years ago
  26. ad1a12c Improve performance of constructing filesystem::path from strings. by Eric Fiselier · 8 years ago
  27. 271a19e Rewrite std::filesystem::path iterators and parser by Eric Fiselier · 8 years ago
  28. 2d2f0c0 Add start of filesystem benchmarks by Eric Fiselier · 8 years ago
  29. ff8cce4 Revert "Added 'inline' attribute to basic_string's destructor" by Mehdi Amini · 8 years ago
  30. 8ea5d87 Remove files missed in r285466 by Eric Fiselier · 8 years ago
  31. 2017e23 Revert addition of __libcpp_library_version by Eric Fiselier · 8 years ago
  32. c715f55 Added 'inline' attribute to basic_string's destructor by Aditya Kumar · 8 years ago
  33. 3c77475 Fix Clang 3.6 build error by Eric Fiselier · 8 years ago
  34. b18d684 Try 2 to add extern C++ to __libcpp_library_version by Eric Fiselier · 8 years ago
  35. 3dd4620 Explicitly specify extern "C++" on __libcpp_library_version by Eric Fiselier · 8 years ago
  36. c457a97 Fix test when using an installed libc++ by Eric Fiselier · 8 years ago
  37. a0b4d55 Add more tests for optional<const T> by Eric Fiselier · 8 years ago
  38. 68635ee Update mac ABI list by Eric Fiselier · 8 years ago
  39. 6994470 Add __libcpp_version file and __libcpp_library_version function. by Eric Fiselier · 8 years ago
  40. 38c2a37 [libcxx] Make regex_match backtrack when search fails by Tim Shen · 8 years ago
  41. e465ff3 [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated by Stephan T. Lavavej · 8 years ago
  42. 276a520 Move 'quoted' for string_view from <string_view> to <iomanip> (where the other versions of 'quoted' live. No functional change. by Marshall Clow · 8 years ago
  43. 8569478 Cleanup nonportable behavior in tests for std::any by Casey Carter · 8 years ago
  44. b035d8f Silence unused parameter warnings in archetypes.hpp by Casey Carter · 8 years ago
  45. e577a4c Fix nullptr tests by Eric Fiselier · 8 years ago
  46. da2c55e Update revision number in CHANGELOG.TXT by Eric Fiselier · 8 years ago
  47. 8330b1e [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitions from the dylib by Eric Fiselier · 8 years ago
  48. 6979a42 [libc++] Fix modules build - Rework __refstring definition by Eric Fiselier · 8 years ago
  49. c4a7e91 Fix non-portable tests for temp_directory_path(...) by Eric Fiselier · 8 years ago
  50. 04b7f3d Add missing include in string_view tests. Patch from Billy ONeil @ microsoft by Eric Fiselier · 8 years ago
  51. 4454393 Fix shadow warnings in string_view tests. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  52. 87c6313 Backout enabling -Wshadow until I have time to fix the breakage by Eric Fiselier · 8 years ago
  53. 44197a1 [libcxx] Use C++14 when building libc++ with musl by Petr Hosek · 8 years ago
  54. 1e836f0 Fix breakage introduced by adding -Wshadow. by Eric Fiselier · 8 years ago
  55. 6547b4f Fix libc++ specific assertion in permissions(...) tests by Eric Fiselier · 8 years ago
  56. c8e7821 Turn on -Wshadow so I find occurances before STL does by Eric Fiselier · 8 years ago
  57. 26cbb8d Make make_from_tuple tests more portable. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  58. 3171202 Fix unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  59. e2c4227 Fix shadowing warning. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  60. 741cb8b [libcxx] Support std::regex_constants::match_not_null by Tim Shen · 8 years ago
  61. 2d164cb [ModuleMap] Add more module entries to cover some non modular headers by Bruno Cardoso Lopes · 8 years ago
  62. 464abc8 Adding a missing constexpr test for reverse_iterator operator[]. by Marshall Clow · 8 years ago
  63. 6d36efa Attempt to workaround XPASS for aligned allocation tests by Eric Fiselier · 8 years ago
  64. 4414a6a Implement constexpr support for reverse_iterator. Reviewed as https://reviews.llvm.org/D25534 by Marshall Clow · 8 years ago
  65. 4f031f8 [cmake] Allow testing against installed LLVM with no sources by Michal Gorny · 8 years ago
  66. 7c2afba [solaris] Convert the support library to C++ to fix -std=c++11 build by Michal Gorny · 8 years ago
  67. bf9e11c [solaris] Fix iswxdigit_l() support function prototype by Michal Gorny · 8 years ago
  68. 4035b66 Make any_cast<void()>(nullptr) compile by Eric Fiselier · 8 years ago
  69. 2a901da Update LWG 2754 status by Eric Fiselier · 8 years ago
  70. 1006035 Fix use of non-constexpr C++14 addressof by Eric Fiselier · 8 years ago
  71. fcdb3f7 Update LWG 2767 and add test case by Eric Fiselier · 8 years ago
  72. 46c0fcb Update status for std::optional LWG issues and fix an optional SFINAE bug by Eric Fiselier · 8 years ago
  73. 846edfb Update issue status for LWG 2744 by Eric Fiselier · 8 years ago
  74. 100a39d Update issue status for LWG 2768 and 2769 by Eric Fiselier · 8 years ago
  75. 6e5869a Update notes for LWG 2678 by Eric Fiselier · 8 years ago
  76. 1e1bbc7 Implement LWG 2712 and update other issues status by Eric Fiselier · 8 years ago
  77. 451f34d Implement LWG 2681 and 2682 by Eric Fiselier · 8 years ago
  78. 8bbf53f Mark LWG 2680 as done by Eric Fiselier · 8 years ago
  79. 25dc5bd Implement LWG 2672. by Eric Fiselier · 8 years ago
  80. 620a9a5 Implement modified LWG 2665 by Eric Fiselier · 8 years ago
  81. 4ca4e50 Implement LWG2664 and update its status by Eric Fiselier · 8 years ago
  82. 9f39437 Update the status of issues by Eric Fiselier · 8 years ago
  83. 9ffd1d5 Prevent new/delete replacement tests from being optimized away. by Eric Fiselier · 8 years ago
  84. e630058 Clarify XFAIL comments by Eric Fiselier · 8 years ago
  85. 4f2c83f [libcxx] Improve the gcc workaround for the missing __has_include macro. by Asiri Rathnayake · 8 years ago
  86. 7250d33 [libcxx] Do not declare the thread api when __external_threading is present by Asiri Rathnayake · 8 years ago
  87. 29026ad Disable Modules when building the libc++ sources. by Eric Fiselier · 8 years ago
  88. 78c020b Work around Clang driver segfault when --coverage is used with -c and /dev/null by Eric Fiselier · 8 years ago
  89. 472c8c6 Remove dead CMake target by Eric Fiselier · 8 years ago
  90. f172df1 XFAIL aligned allocation tests for older Clang versions by Eric Fiselier · 8 years ago
  91. 34c6b80 XFAIL aligned allocation test failures with UBSAN by Eric Fiselier · 8 years ago
  92. 48aa2e1 Add void_t and invoke feature test macros by Eric Fiselier · 8 years ago
  93. bf70269 Update OS X ABI list by Eric Fiselier · 8 years ago
  94. 06e44a7 Correct ABI changelog revision number by Eric Fiselier · 8 years ago
  95. 9acbffa Implement P0035R4 -- Add C++17 aligned allocation functions by Eric Fiselier · 8 years ago
  96. 4289b6e Cleanup LIT testing doc by Eric Fiselier · 8 years ago
  97. 9dbc053 Remove two ABI symbols added after the 3.9 release by Eric Fiselier · 8 years ago
  98. 8efec5e Add ABI changelog entry for <any> by Eric Fiselier · 8 years ago
  99. 852b521 Sort ABI lists by name so that changes don't generate big diffs by Eric Fiselier · 8 years ago
  100. 7fa27fc Revert r284193 - it is not correct on OS X by Eric Fiselier · 8 years ago