1. fa31c10 Fix build errors in C++03 caused by recent debug changes by Eric Fiselier · 8 years ago
  2. 51d64bb Fix debug mode build w/o exceptions by Eric Fiselier · 8 years ago
  3. 01eb99a Implement a throwing version of _LIBCPP_ASSERT. by Eric Fiselier · 8 years ago
  4. 046a71b Implement P0435R1 - Resolving LWG issues for common_type by Eric Fiselier · 8 years ago
  5. 3010df9 Fix PR31481 - 3+ parameter common_type isn't SFINAE friendly by Eric Fiselier · 8 years ago
  6. 833ad54 [libc++] Make __num_get_float hidden by Shoaib Meenai · 8 years ago
  7. 99447c8 Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report. by Marshall Clow · 8 years ago
  8. 2ab8f62 Avoid unused warning in __throw_future_error w/o exceptions enabled by Eric Fiselier · 8 years ago
  9. 50f6579 fix sign comparison warnings by Eric Fiselier · 8 years ago
  10. 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
  11. 5ac2f14 Fix PR31440: Make __sanitizer_annotate_contigious_container always visible. Fix from Jan Beich by Eric Fiselier · 8 years ago
  12. a4b3552 [CMake] Fix issue reported on sanitizer bots by Chris Bieneman · 8 years ago
  13. 801aa91 [CMake] Put headers relative to clang by Chris Bieneman · 8 years ago
  14. 9663ee4 Revert r289727 due to PR31384 by Eric Fiselier · 8 years ago
  15. bad1d6c Fix PR31378 - std::list::remove should not require a default constructible allocator. by Eric Fiselier · 8 years ago
  16. 18e56b4 [libcxx] Fix tuple construction/assignment from types derived from tuple/pair/array. by Eric Fiselier · 8 years ago
  17. ff62475 [libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<T, U>*, ...) overloads. by Eric Fiselier · 8 years ago
  18. a2cd270 Enable the -Wsign-compare warning to better support MSVC by Eric Fiselier · 8 years ago
  19. bf3b8e2 Fix missing const on set::count. Patch from Andrey Khalyavin by Eric Fiselier · 8 years ago
  20. f2f3637 Fix PR27374 - Remove the implicit reduced-arity-extension in tuple. by Eric Fiselier · 8 years ago
  21. 014f0b0 Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints. by Eric Fiselier · 8 years ago
  22. 183fafa Fix _LIBCPP_VERSION tests with modules on Darwin by Eric Fiselier · 8 years ago
  23. a683dc0 Revert r288787: Add missing stdbool.h module. by Eric Fiselier · 8 years ago
  24. 1d80198 Add missing stdbool.h module. The test suite now passes on OS X with modules by Eric Fiselier · 8 years ago
  25. 7a6faba Fix stdio module build on OS X by Eric Fiselier · 8 years ago
  26. 74c9d6a Fix C++03 modules build by Eric Fiselier · 8 years ago
  27. 7ba695e Add module definitions for <experimental/foo> headers by Eric Fiselier · 8 years ago
  28. 72a5c77 Add module definitions for string_view by Eric Fiselier · 8 years ago
  29. 045b27e Add modules for any/optional/variant by Eric Fiselier · 8 years ago
  30. bca6de0 Adjust libc++ test infastructure to fully support modules by Eric Fiselier · 8 years ago
  31. c6d8e8a [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS by Shoaib Meenai · 8 years ago
  32. 0c2ffb6 Choose better hash values for std::monostate and valueless variants. by Eric Fiselier · 8 years ago
  33. 81b7f63 Make make_exception_ptr abort with -fno-exceptions by Eric Fiselier · 8 years ago
  34. 5b0fa44 Fix <variant> w/o exception support by Eric Fiselier · 8 years ago
  35. 90ade0a Fix -Wshadow warnings and enable warnings by default for C++ >= 11 by Eric Fiselier · 8 years ago
  36. a2ff798 Fix C++03 build by Eric Fiselier · 8 years ago
  37. 120401a Make variant's index part of the hash value by Eric Fiselier · 8 years ago
  38. 4975ccc Fix generated warnings in <variant> by Eric Fiselier · 8 years ago
  39. cab2af8 Implement C++17 <variant>. Patch from Michael Park! by Eric Fiselier · 8 years ago
  40. 4299795 [libcxx] remove unused code by Aditya Kumar · 8 years ago
  41. afa9b59 Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the ones in std:: by Marshall Clow · 8 years ago
  42. 70e6a8d Implement the 'detection idiom' from LFTS v2 by Marshall Clow · 8 years ago
  43. e041941 Fix __hash_table::max_size() on 32 bit systems by Eric Fiselier · 8 years ago
  44. ef3060e [libcxx] Fix max_size() across all containers by Eric Fiselier · 8 years ago
  45. fb6164c Allow libc++ to use modules in C++03. by Eric Fiselier · 8 years ago
  46. 6010dc8 Attempt to fix stdint/cstdint modules try 2 by Eric Fiselier · 8 years ago
  47. faa8312 Cleanup module.modulemap by Eric Fiselier · 8 years ago
  48. 8b4cb5b Revert r287435 because of OS X test failures by Eric Fiselier · 8 years ago
  49. 6f7f0b8 Fix stdint/cstdint modules by Eric Fiselier · 8 years ago
  50. 850745d [libcxx] Implement locale.h to fix modules build by Eric Fiselier · 8 years ago
  51. 8c57032 Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS by Eric Fiselier · 8 years ago
  52. f66194b [libc++] Fix preprocessor guard for overload declaration by Shoaib Meenai · 8 years ago
  53. a93ebec Workaround compilers w/o C++1z inline variables by Eric Fiselier · 8 years ago
  54. 8d33526 Implement P0504R0: Revisiting in-place tag types for any/optional/variant by Eric Fiselier · 8 years ago
  55. e6479bc [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS` by Shoaib Meenai · 8 years ago
  56. 18e2c82 Fix non-reserved name usage by Eric Fiselier · 8 years ago
  57. bb835ac [CUDA] Mark __libcpp_{isnan,isinf,isfinite} as constexpr. by Justin Lebar · 8 years ago
  58. 3d7c49b Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Contracts' which was adopted last week in Issaquah by Marshall Clow · 8 years ago
  59. 5ec20df Implement P0510 'Make future_error Constructible' adopted in Issaquah by Marshall Clow · 8 years ago
  60. db7fa11 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah by Marshall Clow · 8 years ago
  61. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  62. f9a20c2 Implement LWG 2770 - Make tuple_size<T> defined for all T by Eric Fiselier · 8 years ago
  63. fc044a1 Fix PR30979 - tuple<move_only> is constructible from move_only const& by Eric Fiselier · 8 years ago
  64. a43c2e7 [libc++] Remove unnecessary MSVCRT exclusions by Shoaib Meenai · 8 years ago
  65. f333bee Implement another part of P0031; adding constexpr to move_iterator by Marshall Clow · 8 years ago
  66. 863388e Fix GCC test failure caused by manually defining _LIBCPP_HAS_NO_VARIADICS by Eric Fiselier · 8 years ago
  67. 2c6c2b9 Fix __libcpp_is_constructible for source types with explicit conversion operators. by Eric Fiselier · 8 years ago
  68. 3b2cf96 [libc++] Add configuration define for off_t functions by Shoaib Meenai · 8 years ago
  69. 51eb1d5 Add 'inline' but not 'always_inline' to std::strings destructor. by Eric Fiselier · 8 years ago
  70. d5b0db5 Remove additional function template definitions from the dylib by Eric Fiselier · 8 years ago
  71. 026d38e Optimize filesystem::path by providing weaker exception guarantees. by Eric Fiselier · 8 years ago
  72. eb6b13f Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. by Eric Fiselier · 8 years ago
  73. ad1a12c Improve performance of constructing filesystem::path from strings. by Eric Fiselier · 8 years ago
  74. 271a19e Rewrite std::filesystem::path iterators and parser by Eric Fiselier · 8 years ago
  75. ff8cce4 Revert "Added 'inline' attribute to basic_string's destructor" by Mehdi Amini · 8 years ago
  76. 2017e23 Revert addition of __libcpp_library_version by Eric Fiselier · 8 years ago
  77. c715f55 Added 'inline' attribute to basic_string's destructor by Aditya Kumar · 8 years ago
  78. b18d684 Try 2 to add extern C++ to __libcpp_library_version by Eric Fiselier · 8 years ago
  79. 3dd4620 Explicitly specify extern "C++" on __libcpp_library_version by Eric Fiselier · 8 years ago
  80. 6994470 Add __libcpp_version file and __libcpp_library_version function. by Eric Fiselier · 8 years ago
  81. 38c2a37 [libcxx] Make regex_match backtrack when search fails by Tim Shen · 8 years ago
  82. 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
  83. e577a4c Fix nullptr tests by Eric Fiselier · 8 years ago
  84. 6979a42 [libc++] Fix modules build - Rework __refstring definition by Eric Fiselier · 8 years ago
  85. 1e836f0 Fix breakage introduced by adding -Wshadow. by Eric Fiselier · 8 years ago
  86. 741cb8b [libcxx] Support std::regex_constants::match_not_null by Tim Shen · 8 years ago
  87. 2d164cb [ModuleMap] Add more module entries to cover some non modular headers by Bruno Cardoso Lopes · 8 years ago
  88. 4414a6a Implement constexpr support for reverse_iterator. Reviewed as https://reviews.llvm.org/D25534 by Marshall Clow · 8 years ago
  89. 4035b66 Make any_cast<void()>(nullptr) compile by Eric Fiselier · 8 years ago
  90. 1006035 Fix use of non-constexpr C++14 addressof by Eric Fiselier · 8 years ago
  91. 46c0fcb Update status for std::optional LWG issues and fix an optional SFINAE bug by Eric Fiselier · 8 years ago
  92. 846edfb Update issue status for LWG 2744 by Eric Fiselier · 8 years ago
  93. 100a39d Update issue status for LWG 2768 and 2769 by Eric Fiselier · 8 years ago
  94. 620a9a5 Implement modified LWG 2665 by Eric Fiselier · 8 years ago
  95. 4ca4e50 Implement LWG2664 and update its status by Eric Fiselier · 8 years ago
  96. 4f2c83f [libcxx] Improve the gcc workaround for the missing __has_include macro. by Asiri Rathnayake · 8 years ago
  97. 7250d33 [libcxx] Do not declare the thread api when __external_threading is present by Asiri Rathnayake · 8 years ago
  98. 48aa2e1 Add void_t and invoke feature test macros by Eric Fiselier · 8 years ago
  99. 9acbffa Implement P0035R4 -- Add C++17 aligned allocation functions by Eric Fiselier · 8 years ago
  100. 9dbc053 Remove two ABI symbols added after the 3.9 release by Eric Fiselier · 8 years ago