1. 0732dcf ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSX by Eric Fiselier · 7 years ago
  2. dfcb00a Fix failing -verify tests due to change in Clangs static_assert message. by Eric Fiselier · 7 years ago
  3. ffe3715 [libc++] Account for Microsoft CRT const overloads by Shoaib Meenai · 7 years ago
  4. ca79c15 [libc++] Remove unnecessary struct tag by Shoaib Meenai · 7 years ago
  5. 2656897 typeinfo: provide a partial implementation for Win32 by Saleem Abdulrasool · 7 years ago
  6. 63d8811 Fix accidental ADL in std::allocator_traits meta-programming. by Eric Fiselier · 7 years ago
  7. 0a2af12 [libc++] Prevent stale site configuration headers by Shoaib Meenai · 7 years ago
  8. 5f919fe Use CMAKE_AR instead of the system default 'ar' for merging static libraries by Martin Storsjo · 7 years ago
  9. 327f3b7 Mark the new tests as unsupported when there are no exceptions by Marshall Clow · 7 years ago
  10. 8122e24 libcxx: fix merge_archives error variable name by Martell Malone · 7 years ago
  11. 2c607f4 Handle object files named *.obj in merge_archives.py by Martin Storsjo · 7 years ago
  12. 59b296e XFAIL a couple of new <regex> tests for C++03 by Marshall Clow · 7 years ago
  13. ee596eb Apply D28224: 'Throw exception after too many steps' Fixes PR#20291. Thanks to Tim Shen for the patch by Marshall Clow · 7 years ago
  14. 29149d3 Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - thanks to Jonathan Wakely for the report by Marshall Clow · 7 years ago
  15. 60f8ad1 mark mersenne_twister_engine<>::seed(result_type __sd) with _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK to placate UBSAN. Fixes PR#34160 by Marshall Clow · 7 years ago
  16. ff400da Add include of <string> to <system_error>, since things in there return strings. Fixes PR#34529. by Marshall Clow · 7 years ago
  17. f2c4a96 Fix PR34298 - Allow std::function with an incomplete return type. by Eric Fiselier · 7 years ago
  18. d5a494e Revert "Fix PR34298 - Allow std::function with an incomplete return type." by Eric Fiselier · 7 years ago
  19. f83132a Fix PR34298 - Allow std::function with an incomplete return type. by Eric Fiselier · 7 years ago
  20. 11762b4 XFAIL tests on SLES11 by Brian Cain · 7 years ago
  21. 0b9db07 Add even more string_view tests. These found some bugs in the default parameter value for rfind/find_last_of/find_last_not_of by Marshall Clow · 7 years ago
  22. cd0354e Another missing string_view test by Marshall Clow · 7 years ago
  23. e942bb0 Add more string_view tests by Marshall Clow · 7 years ago
  24. ea75e09 Redirect strftime_l to the locale-ignorant strftime on mingw by Martin Storsjo · 7 years ago
  25. ed487a3 Add MINGW_LIBRARIES to the linker flags by Martin Storsjo · 7 years ago
  26. a1ae67b [libcxx] [www] Change an absolute link to cxx1z_status.html to be relative. by Stephan T. Lavavej · 7 years ago
  27. b8813f3 [libcxx] [www] Strip trailing whitespace. by Stephan T. Lavavej · 7 years ago
  28. aeea9b0 [libcxx] [www] Fix broken link for LLVM Bugzilla. by Stephan T. Lavavej · 7 years ago
  29. f966d3f [libcxx] [www] Manually change http links to https. by Stephan T. Lavavej · 7 years ago
  30. 1e708af [libcxx] [www] Semi-manually change http://www.open-std.org and http://isocpp.org papers to https://wg21.link . by Stephan T. Lavavej · 7 years ago
  31. 35509d0 [libcxx] [www] Change http://cplusplus.github.io/LWG/lwg-defects.html# to https://wg21.link/lwg . by Stephan T. Lavavej · 7 years ago
  32. 819264f [libcxx] [www] Change http://wg21.link to https://wg21.link . by Stephan T. Lavavej · 7 years ago
  33. 08242cb [test] Cleanup nullopt_t tests by Casey Carter · 7 years ago
  34. 90dfa28 Fix test for C++03 by Marshall Clow · 7 years ago
  35. 25a78dc Fix PR31166: std::inplace_merge seems to be unstable. Thanks to Jan Wilken Dörrie for the suggested fix. by Marshall Clow · 7 years ago
  36. e8c8bc9 [libcxx] [test] Update for C++17 feature removals. by Stephan T. Lavavej · 7 years ago
  37. d4c8905 [NFC] remove trailing WS by Aditya Kumar · 7 years ago
  38. 9b69be4 Spelling by Joerg Sonnenberger · 7 years ago
  39. b859a78 [libcxx] [test] Rename _Up to U, etc. NFCI. by Stephan T. Lavavej · 7 years ago
  40. 8cbff23 [libcxx] [test] Rename __x to x. NFCI. by Stephan T. Lavavej · 7 years ago
  41. e75f899 [libcxx] [test] Rename __c to ch. NFCI. by Stephan T. Lavavej · 7 years ago
  42. 302557b [libcxx] [test] Rename _Tp to T. NFCI. by Stephan T. Lavavej · 7 years ago
  43. 3b53fab Change the way the literal operators are defined - now w/o a seperating space. This should be a NFC, but it will change how the compiler parses it. by Marshall Clow · 7 years ago
  44. 98086a8 [libc++] Don't hardcode namespace in manual mangling by Shoaib Meenai · 7 years ago
  45. 1a35e84 [libcxx] [test] Untabify stringstream.cons/string.pass.cpp. NFC. by Stephan T. Lavavej · 7 years ago
  46. 6f13bfd [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC. by Stephan T. Lavavej · 7 years ago
  47. a5acfb9 [libcxx] [test] Consistently list "c++98, c++03" in chronological order. NFC. by Stephan T. Lavavej · 7 years ago
  48. 6e02e89 Fix libcxx build with glibc 2.26+ by removing xlocale.h include. by Eric Fiselier · 7 years ago
  49. 650a099 Add system header pragma to BSD locale fallback headers. by Eric Fiselier · 7 years ago
  50. 4aee06b Rename a couple variables to eliminate a shadow warning. No functionality change by Marshall Clow · 7 years ago
  51. db84e0e Fix shadowing warning by Marshall Clow · 7 years ago
  52. b3d6031 Fix PR33727: std::basic_stringbuf only works with DefaultConstructible allocators. Thanks to Jonathan Wakely for the report and suggested fix by Marshall Clow · 7 years ago
  53. 4876a73 Mark LWG 2942 as complete by Eric Fiselier · 7 years ago
  54. 923850d Mark LWG 2961 as complete by Eric Fiselier · 7 years ago
  55. 487562f [libc++] Hoist extern template above first use by Shoaib Meenai · 7 years ago
  56. 5d91f31 [libcxx] [test] Change comments to say C++ instead of c++. NFC. by Stephan T. Lavavej · 7 years ago
  57. cf23076 [libcxx] [test] The entire file futures.shared_future/wait_until.pass.cpp was indented by 1 space. NFC. by Stephan T. Lavavej · 7 years ago
  58. a8d0e52 [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  59. 25072f0 [libcxx] [test] Make files consistently end with newlines, NFC. by Stephan T. Lavavej · 7 years ago
  60. a686caa [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 7 years ago
  61. 62e519c [libcxx] [test] Strip trailing whitespace, NFC. by Stephan T. Lavavej · 7 years ago
  62. 6e76840 [libcxx] [test] Remove an unused local typedef in enable_shared_from_this.pass.cpp. by Stephan T. Lavavej · 7 years ago
  63. 1fae624 Disable the deduction guide test I added in 309296 for the moment, while I figure out which compilers don't support deduction guides by Marshall Clow · 7 years ago
  64. f226a28 Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard by Marshall Clow · 7 years ago
  65. 24047fd Remove addtional parameters in function std::next() and std::prev() by Rachel Craik · 7 years ago
  66. 33e24e1 make sure that we don't call basic_streambuf::gbump with a value bigger than INT_MAX, since it only takes an int. Related to, but not quite the same as PR33725 by Marshall Clow · 7 years ago
  67. bfa81b0 Fix grammar-o in comment. by Nico Weber · 7 years ago
  68. d08ba82 [libcxx] [test] Update msvc_stdlib_force_include.hpp. by Stephan T. Lavavej · 7 years ago
  69. 3c00cff [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. by Stephan T. Lavavej · 7 years ago
  70. 321617c [libcxx] [test] Fix MSVC warning C4067 "unexpected tokens following preprocessor directive - expected a newline". by Stephan T. Lavavej · 7 years ago
  71. ffc9965 [libcxx] [test] Fix MSVC warning C4242 "conversion from 'int' to 'const char', possible loss of data". by Stephan T. Lavavej · 7 years ago
  72. fea8dc9 Rework libcxx strerror_r handling. by James Y Knight · 7 years ago
  73. 12ab658 Update _LIBCPP_VERSION and the version in CMakeLists to 6.0 by Hans Wennborg · 7 years ago
  74. 2d17369 Bump docs version to 6.0 by Hans Wennborg · 7 years ago
  75. 158fe10 [CMake] Use MATCHES for regular expression. by Leo Li · 7 years ago
  76. da4047d Check for _MSC_VER before defining _LIBCPP_MSVCRT by Bruno Cardoso Lopes · 7 years ago
  77. 7afe61a Add case for c++2a to libc++ and test macros by Marshall Clow · 7 years ago
  78. 893ac44 Update libc++ status pages with results of the Toronto Meeting - and for C++2a by Marshall Clow · 7 years ago
  79. 4649a1e Update issues moved in Toronto by Marshall Clow · 7 years ago
  80. 0d6a92e [libc++] Clean up cl warning 4231 disabling by Shoaib Meenai · 7 years ago
  81. b58dd3d [libc++] class template -> template class. NFC by Shoaib Meenai · 7 years ago
  82. cd75b28 [libc++] Mark string operator+ _LIBCPP_FUNC_VIS by Shoaib Meenai · 7 years ago
  83. 1beaa5a [libc++] Remove unused _LIBCPP_FUNC_VIS_ONLY by Shoaib Meenai · 7 years ago
  84. a3c3d5f [libc++] Use proper template terminology. NFC by Shoaib Meenai · 7 years ago
  85. de79ab6 Fix unrepresentable enum for clang-cl unstable ABI by Ben Craig · 7 years ago
  86. 12f2b26 Remove <__refstring> header; Move it into source directory. by Eric Fiselier · 7 years ago
  87. d60e344 Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)" by Eric Fiselier · 7 years ago
  88. 347be61 [libcxx][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  89. 880dc47 [libc++] Refactoring __sync_* builtins; NFC (Reland) by Weiming Zhao · 7 years ago
  90. 7a188e3 Revert "[libc++] Refactoring __sync_* builtins; NFC" by Weiming Zhao · 7 years ago
  91. f7ed02c [libc++] Refactoring __sync_* builtins; NFC by Weiming Zhao · 7 years ago
  92. 6bfa731 Fix issues with UBSAN test configuration. by Eric Fiselier · 7 years ago
  93. 3f22e24 Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit builds by Eric Fiselier · 7 years ago
  94. 631d697 Fix test failure to to new/delete ellisions by Eric Fiselier · 7 years ago
  95. 8b30287 optional: Implement LWG 2900 and P0602 by Casey Carter · 7 years ago
  96. b2e9337 Fix filesystem build on platforms with weird time_t types. by Eric Fiselier · 7 years ago
  97. 316bb11 Fix diagnostic in verify test to match new Clang output by Eric Fiselier · 7 years ago
  98. e452f6a cmath: Support clang's -fdelayed-template-parsing by Duncan P. N. Exon Smith · 7 years ago
  99. 58cb7c1 Suppress -Waligned-allocation-unavailable warning in libc++ test suite by Eric Fiselier · 7 years ago
  100. e00d350 Fix a bug in regex_Iterator where it would report zero-length matches forever. Reported as http://llvm.org/PR33681. Thanks to Karen Arutyunov for the report. by Marshall Clow · 7 years ago