1. eb6b13f Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. by Eric Fiselier · 8 years ago
  2. ad1a12c Improve performance of constructing filesystem::path from strings. by Eric Fiselier · 8 years ago
  3. 271a19e Rewrite std::filesystem::path iterators and parser by Eric Fiselier · 8 years ago
  4. 2d2f0c0 Add start of filesystem benchmarks by Eric Fiselier · 8 years ago
  5. ff8cce4 Revert "Added 'inline' attribute to basic_string's destructor" by Mehdi Amini · 8 years ago
  6. 8ea5d87 Remove files missed in r285466 by Eric Fiselier · 8 years ago
  7. 2017e23 Revert addition of __libcpp_library_version by Eric Fiselier · 8 years ago
  8. c715f55 Added 'inline' attribute to basic_string's destructor by Aditya Kumar · 8 years ago
  9. 3c77475 Fix Clang 3.6 build error by Eric Fiselier · 8 years ago
  10. b18d684 Try 2 to add extern C++ to __libcpp_library_version by Eric Fiselier · 8 years ago
  11. 3dd4620 Explicitly specify extern "C++" on __libcpp_library_version by Eric Fiselier · 8 years ago
  12. c457a97 Fix test when using an installed libc++ by Eric Fiselier · 8 years ago
  13. a0b4d55 Add more tests for optional<const T> by Eric Fiselier · 8 years ago
  14. 68635ee Update mac ABI list by Eric Fiselier · 8 years ago
  15. 6994470 Add __libcpp_version file and __libcpp_library_version function. by Eric Fiselier · 8 years ago
  16. 38c2a37 [libcxx] Make regex_match backtrack when search fails by Tim Shen · 8 years ago
  17. e465ff3 [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated by Stephan T. Lavavej · 8 years ago
  18. 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
  19. 8569478 Cleanup nonportable behavior in tests for std::any by Casey Carter · 8 years ago
  20. b035d8f Silence unused parameter warnings in archetypes.hpp by Casey Carter · 8 years ago
  21. e577a4c Fix nullptr tests by Eric Fiselier · 8 years ago
  22. da2c55e Update revision number in CHANGELOG.TXT by Eric Fiselier · 8 years ago
  23. 8330b1e [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitions from the dylib by Eric Fiselier · 8 years ago
  24. 6979a42 [libc++] Fix modules build - Rework __refstring definition by Eric Fiselier · 8 years ago
  25. c4a7e91 Fix non-portable tests for temp_directory_path(...) by Eric Fiselier · 8 years ago
  26. 04b7f3d Add missing include in string_view tests. Patch from Billy ONeil @ microsoft by Eric Fiselier · 8 years ago
  27. 4454393 Fix shadow warnings in string_view tests. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  28. 87c6313 Backout enabling -Wshadow until I have time to fix the breakage by Eric Fiselier · 8 years ago
  29. 44197a1 [libcxx] Use C++14 when building libc++ with musl by Petr Hosek · 8 years ago
  30. 1e836f0 Fix breakage introduced by adding -Wshadow. by Eric Fiselier · 8 years ago
  31. 6547b4f Fix libc++ specific assertion in permissions(...) tests by Eric Fiselier · 8 years ago
  32. c8e7821 Turn on -Wshadow so I find occurances before STL does by Eric Fiselier · 8 years ago
  33. 26cbb8d Make make_from_tuple tests more portable. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  34. 3171202 Fix unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  35. e2c4227 Fix shadowing warning. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  36. 741cb8b [libcxx] Support std::regex_constants::match_not_null by Tim Shen · 8 years ago
  37. 2d164cb [ModuleMap] Add more module entries to cover some non modular headers by Bruno Cardoso Lopes · 8 years ago
  38. 464abc8 Adding a missing constexpr test for reverse_iterator operator[]. by Marshall Clow · 8 years ago
  39. 6d36efa Attempt to workaround XPASS for aligned allocation tests by Eric Fiselier · 8 years ago
  40. 4414a6a Implement constexpr support for reverse_iterator. Reviewed as https://reviews.llvm.org/D25534 by Marshall Clow · 8 years ago
  41. 4f031f8 [cmake] Allow testing against installed LLVM with no sources by Michal Gorny · 8 years ago
  42. 7c2afba [solaris] Convert the support library to C++ to fix -std=c++11 build by Michal Gorny · 8 years ago
  43. bf9e11c [solaris] Fix iswxdigit_l() support function prototype by Michal Gorny · 8 years ago
  44. 4035b66 Make any_cast<void()>(nullptr) compile by Eric Fiselier · 8 years ago
  45. 2a901da Update LWG 2754 status by Eric Fiselier · 8 years ago
  46. 1006035 Fix use of non-constexpr C++14 addressof by Eric Fiselier · 8 years ago
  47. fcdb3f7 Update LWG 2767 and add test case by Eric Fiselier · 8 years ago
  48. 46c0fcb Update status for std::optional LWG issues and fix an optional SFINAE bug by Eric Fiselier · 8 years ago
  49. 846edfb Update issue status for LWG 2744 by Eric Fiselier · 8 years ago
  50. 100a39d Update issue status for LWG 2768 and 2769 by Eric Fiselier · 8 years ago
  51. 6e5869a Update notes for LWG 2678 by Eric Fiselier · 8 years ago
  52. 1e1bbc7 Implement LWG 2712 and update other issues status by Eric Fiselier · 8 years ago
  53. 451f34d Implement LWG 2681 and 2682 by Eric Fiselier · 8 years ago
  54. 8bbf53f Mark LWG 2680 as done by Eric Fiselier · 8 years ago
  55. 25dc5bd Implement LWG 2672. by Eric Fiselier · 8 years ago
  56. 620a9a5 Implement modified LWG 2665 by Eric Fiselier · 8 years ago
  57. 4ca4e50 Implement LWG2664 and update its status by Eric Fiselier · 8 years ago
  58. 9f39437 Update the status of issues by Eric Fiselier · 8 years ago
  59. 9ffd1d5 Prevent new/delete replacement tests from being optimized away. by Eric Fiselier · 8 years ago
  60. e630058 Clarify XFAIL comments by Eric Fiselier · 8 years ago
  61. 4f2c83f [libcxx] Improve the gcc workaround for the missing __has_include macro. by Asiri Rathnayake · 8 years ago
  62. 7250d33 [libcxx] Do not declare the thread api when __external_threading is present by Asiri Rathnayake · 8 years ago
  63. 29026ad Disable Modules when building the libc++ sources. by Eric Fiselier · 8 years ago
  64. 78c020b Work around Clang driver segfault when --coverage is used with -c and /dev/null by Eric Fiselier · 8 years ago
  65. 472c8c6 Remove dead CMake target by Eric Fiselier · 8 years ago
  66. f172df1 XFAIL aligned allocation tests for older Clang versions by Eric Fiselier · 8 years ago
  67. 34c6b80 XFAIL aligned allocation test failures with UBSAN by Eric Fiselier · 8 years ago
  68. 48aa2e1 Add void_t and invoke feature test macros by Eric Fiselier · 8 years ago
  69. bf70269 Update OS X ABI list by Eric Fiselier · 8 years ago
  70. 06e44a7 Correct ABI changelog revision number by Eric Fiselier · 8 years ago
  71. 9acbffa Implement P0035R4 -- Add C++17 aligned allocation functions by Eric Fiselier · 8 years ago
  72. 4289b6e Cleanup LIT testing doc by Eric Fiselier · 8 years ago
  73. 9dbc053 Remove two ABI symbols added after the 3.9 release by Eric Fiselier · 8 years ago
  74. 8efec5e Add ABI changelog entry for <any> by Eric Fiselier · 8 years ago
  75. 852b521 Sort ABI lists by name so that changes don't generate big diffs by Eric Fiselier · 8 years ago
  76. 7fa27fc Revert r284193 - it is not correct on OS X by Eric Fiselier · 8 years ago
  77. c3d49c9 Re-export two previously exported std::string functions. by Eric Fiselier · 8 years ago
  78. 977cd9f Add ABI list for 3.9 linux by Eric Fiselier · 8 years ago
  79. 959ed21 Add 3.9 symbol list for OS X by Eric Fiselier · 8 years ago
  80. 7d1452e Fix CMake configuration error and add ABI lists for OS X. by Eric Fiselier · 8 years ago
  81. d6a66c6 Add OS X abi list by Eric Fiselier · 8 years ago
  82. b17cc02 Add ABI Changelog and current symbol list for Linux by Eric Fiselier · 8 years ago
  83. 3d12b5c remove warnings from google-benchmarks in libcxx by Sebastian Pop · 8 years ago
  84. 426eb5d Update the status of three papers that do not require library changes by Marshall Clow · 8 years ago
  85. e29fb4c Implement http://wg21.link/p0302r1: Removing Allocator Support in std::function. These functions never worked, and as far as I know, no one ever called them. by Marshall Clow · 8 years ago
  86. 698cce6 Add missing include in test; NFC. Thanks to Jonathan Wakely for the report. by Marshall Clow · 8 years ago
  87. a469f83 Revert r282345 - Use __attribute__((internal_linkage)) when available. by Eric Fiselier · 8 years ago
  88. ecb5332 Disable trivial pair copy/move tests when unsupported by Dimitry Andric · 8 years ago
  89. b636128 Mark ostream_iterator's constructors as noexcept. by Marshall Clow · 8 years ago
  90. d588d2d [libc++] Correct explanation of _LIBCPP_NEW_DELETE_VIS by Shoaib Meenai · 8 years ago
  91. c69d8ca Correctly grant rebound limited_allocators friendship. by Eric Fiselier · 8 years ago
  92. 9bc0638 Remove incorrect XFAILS by Eric Fiselier · 8 years ago
  93. de8e3d3 Unbreak C++03 build by Eric Fiselier · 8 years ago
  94. a7b77eb Remove usages of _LIBCPP_CONSTEXPR under test/std by Eric Fiselier · 8 years ago
  95. 4775578 Remove usages of _ALIGNAS_TYPE by Eric Fiselier · 8 years ago
  96. 76f406d support --param=std=gnu++XX by Eric Fiselier · 8 years ago
  97. 6f6a960 Fix more C++11 constexpr issues in the tests by Eric Fiselier · 8 years ago
  98. 159b45f Fix nasty_containers.hpp for other stdlibs by Eric Fiselier · 8 years ago
  99. bf148f0 Fix use of C++14 constexpr in C++11 by Eric Fiselier · 8 years ago
  100. ae96260 Remove use of _VSTD::__invoke in the not_fn tests by Eric Fiselier · 8 years ago