1. 045b27e Add modules for any/optional/variant by Eric Fiselier · 8 years ago
  2. bca6de0 Adjust libc++ test infastructure to fully support modules by Eric Fiselier · 8 years ago
  3. c6d8e8a [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS by Shoaib Meenai · 8 years ago
  4. 0c2ffb6 Choose better hash values for std::monostate and valueless variants. by Eric Fiselier · 8 years ago
  5. 81b7f63 Make make_exception_ptr abort with -fno-exceptions by Eric Fiselier · 8 years ago
  6. 5b0fa44 Fix <variant> w/o exception support by Eric Fiselier · 8 years ago
  7. 90ade0a Fix -Wshadow warnings and enable warnings by default for C++ >= 11 by Eric Fiselier · 8 years ago
  8. a2ff798 Fix C++03 build by Eric Fiselier · 8 years ago
  9. 120401a Make variant's index part of the hash value by Eric Fiselier · 8 years ago
  10. 4975ccc Fix generated warnings in <variant> by Eric Fiselier · 8 years ago
  11. cab2af8 Implement C++17 <variant>. Patch from Michael Park! by Eric Fiselier · 8 years ago
  12. 4299795 [libcxx] remove unused code by Aditya Kumar · 8 years ago
  13. afa9b59 Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the ones in std:: by Marshall Clow · 8 years ago
  14. 70e6a8d Implement the 'detection idiom' from LFTS v2 by Marshall Clow · 8 years ago
  15. e041941 Fix __hash_table::max_size() on 32 bit systems by Eric Fiselier · 8 years ago
  16. ef3060e [libcxx] Fix max_size() across all containers by Eric Fiselier · 8 years ago
  17. fb6164c Allow libc++ to use modules in C++03. by Eric Fiselier · 8 years ago
  18. 6010dc8 Attempt to fix stdint/cstdint modules try 2 by Eric Fiselier · 8 years ago
  19. faa8312 Cleanup module.modulemap by Eric Fiselier · 8 years ago
  20. 8b4cb5b Revert r287435 because of OS X test failures by Eric Fiselier · 8 years ago
  21. 6f7f0b8 Fix stdint/cstdint modules by Eric Fiselier · 8 years ago
  22. 850745d [libcxx] Implement locale.h to fix modules build by Eric Fiselier · 8 years ago
  23. 8c57032 Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS by Eric Fiselier · 8 years ago
  24. f66194b [libc++] Fix preprocessor guard for overload declaration by Shoaib Meenai · 8 years ago
  25. a93ebec Workaround compilers w/o C++1z inline variables by Eric Fiselier · 8 years ago
  26. 8d33526 Implement P0504R0: Revisiting in-place tag types for any/optional/variant by Eric Fiselier · 8 years ago
  27. e6479bc [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS` by Shoaib Meenai · 8 years ago
  28. 18e2c82 Fix non-reserved name usage by Eric Fiselier · 8 years ago
  29. bb835ac [CUDA] Mark __libcpp_{isnan,isinf,isfinite} as constexpr. by Justin Lebar · 8 years ago
  30. 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
  31. 5ec20df Implement P0510 'Make future_error Constructible' adopted in Issaquah by Marshall Clow · 8 years ago
  32. db7fa11 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah by Marshall Clow · 8 years ago
  33. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  34. f9a20c2 Implement LWG 2770 - Make tuple_size<T> defined for all T by Eric Fiselier · 8 years ago
  35. fc044a1 Fix PR30979 - tuple<move_only> is constructible from move_only const& by Eric Fiselier · 8 years ago
  36. a43c2e7 [libc++] Remove unnecessary MSVCRT exclusions by Shoaib Meenai · 8 years ago
  37. f333bee Implement another part of P0031; adding constexpr to move_iterator by Marshall Clow · 8 years ago
  38. 863388e Fix GCC test failure caused by manually defining _LIBCPP_HAS_NO_VARIADICS by Eric Fiselier · 8 years ago
  39. 2c6c2b9 Fix __libcpp_is_constructible for source types with explicit conversion operators. by Eric Fiselier · 8 years ago
  40. 3b2cf96 [libc++] Add configuration define for off_t functions by Shoaib Meenai · 8 years ago
  41. 51eb1d5 Add 'inline' but not 'always_inline' to std::strings destructor. by Eric Fiselier · 8 years ago
  42. d5b0db5 Remove additional function template definitions from the dylib by Eric Fiselier · 8 years ago
  43. 026d38e Optimize filesystem::path by providing weaker exception guarantees. by Eric Fiselier · 8 years ago
  44. eb6b13f Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. by Eric Fiselier · 8 years ago
  45. ad1a12c Improve performance of constructing filesystem::path from strings. by Eric Fiselier · 8 years ago
  46. 271a19e Rewrite std::filesystem::path iterators and parser by Eric Fiselier · 8 years ago
  47. ff8cce4 Revert "Added 'inline' attribute to basic_string's destructor" by Mehdi Amini · 8 years ago
  48. 2017e23 Revert addition of __libcpp_library_version by Eric Fiselier · 8 years ago
  49. c715f55 Added 'inline' attribute to basic_string's destructor by Aditya Kumar · 8 years ago
  50. b18d684 Try 2 to add extern C++ to __libcpp_library_version by Eric Fiselier · 8 years ago
  51. 3dd4620 Explicitly specify extern "C++" on __libcpp_library_version by Eric Fiselier · 8 years ago
  52. 6994470 Add __libcpp_version file and __libcpp_library_version function. by Eric Fiselier · 8 years ago
  53. 38c2a37 [libcxx] Make regex_match backtrack when search fails by Tim Shen · 8 years ago
  54. 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
  55. e577a4c Fix nullptr tests by Eric Fiselier · 8 years ago
  56. 6979a42 [libc++] Fix modules build - Rework __refstring definition by Eric Fiselier · 8 years ago
  57. 1e836f0 Fix breakage introduced by adding -Wshadow. by Eric Fiselier · 8 years ago
  58. 741cb8b [libcxx] Support std::regex_constants::match_not_null by Tim Shen · 8 years ago
  59. 2d164cb [ModuleMap] Add more module entries to cover some non modular headers by Bruno Cardoso Lopes · 8 years ago
  60. 4414a6a Implement constexpr support for reverse_iterator. Reviewed as https://reviews.llvm.org/D25534 by Marshall Clow · 8 years ago
  61. 4035b66 Make any_cast<void()>(nullptr) compile by Eric Fiselier · 8 years ago
  62. 1006035 Fix use of non-constexpr C++14 addressof by Eric Fiselier · 8 years ago
  63. 46c0fcb Update status for std::optional LWG issues and fix an optional SFINAE bug by Eric Fiselier · 8 years ago
  64. 846edfb Update issue status for LWG 2744 by Eric Fiselier · 8 years ago
  65. 100a39d Update issue status for LWG 2768 and 2769 by Eric Fiselier · 8 years ago
  66. 620a9a5 Implement modified LWG 2665 by Eric Fiselier · 8 years ago
  67. 4ca4e50 Implement LWG2664 and update its status by Eric Fiselier · 8 years ago
  68. 4f2c83f [libcxx] Improve the gcc workaround for the missing __has_include macro. by Asiri Rathnayake · 8 years ago
  69. 7250d33 [libcxx] Do not declare the thread api when __external_threading is present by Asiri Rathnayake · 8 years ago
  70. 48aa2e1 Add void_t and invoke feature test macros by Eric Fiselier · 8 years ago
  71. 9acbffa Implement P0035R4 -- Add C++17 aligned allocation functions by Eric Fiselier · 8 years ago
  72. 9dbc053 Remove two ABI symbols added after the 3.9 release by Eric Fiselier · 8 years ago
  73. 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
  74. a469f83 Revert r282345 - Use __attribute__((internal_linkage)) when available. by Eric Fiselier · 8 years ago
  75. b636128 Mark ostream_iterator's constructors as noexcept. by Marshall Clow · 8 years ago
  76. d588d2d [libc++] Correct explanation of _LIBCPP_NEW_DELETE_VIS by Shoaib Meenai · 8 years ago
  77. 35ce485 Implement N4606 optional by Eric Fiselier · 8 years ago
  78. ead5d40 Revert Add <optional>. Will recommit with better commit message by Eric Fiselier · 8 years ago
  79. fbc8016 Add <optional> header. by Eric Fiselier · 8 years ago
  80. a75b75f Remove extraneous 'const' in the implementation of is_move_assignable. Howard pleads temporary insanity about this. Discussed at http://stackoverflow.com/questions/39986185 by Marshall Clow · 8 years ago
  81. e2bd16c Fix std::pair on FreeBSD by Eric Fiselier · 8 years ago
  82. 05577c8 Fix incorrect exception handling behavior in the uninitialized algorithms by Eric Fiselier · 8 years ago
  83. bf1f79c [libcxx] Add support for Fuchsia by Petr Hosek · 8 years ago
  84. f7b867b [libcxx] Fix gcc build. by Asiri Rathnayake · 8 years ago
  85. c3f1198 Add whitespace to make not_fn_impl more clear. NFC. by Marshall Clow · 8 years ago
  86. 8a486ce [libcxx] Add the missing limits.h header by Asiri Rathnayake · 8 years ago
  87. a244bb9 Provide a constexpr addressof with GCC 7. by Eric Fiselier · 8 years ago
  88. 9c4dfbe Disable alignment support of 0x4000 for Win32. https://reviews.llvm.org/D25053 by Marshall Clow · 8 years ago
  89. a62e1dd Fix PR30642 - libc++ leaks always-visible symbols into programs by Eric Fiselier · 8 years ago
  90. 2c429be Fix various issues in std::any and the related tests. by Eric Fiselier · 8 years ago
  91. 1d6b5d3 Fix strict-aliasing violation in typeinfo::hash_code() by Eric Fiselier · 8 years ago
  92. 42a87db Change a couple of 'template <typename's to 'template <class' which is what we use in the rest of the library. by Marshall Clow · 8 years ago
  93. d24aba4 Remove some additional unnecessary std:: in cmath by Hal Finkel · 8 years ago
  94. 970af07 Use __builtin_isnan/isinf/isfinite in complex by Hal Finkel · 8 years ago
  95. 56919fc [libc++] Add missing locale aliases by Shoaib Meenai · 8 years ago
  96. b160392 [libc++] Clarify _LIBCPP_NEW_DELETE_VIS for Windows by Shoaib Meenai · 8 years ago
  97. 74c9857 Expect DLL builds on Windows by default and require a custom __config for static by Eric Fiselier · 8 years ago
  98. 3ba3ad4 [libc++] Fix typos causing compilation errors when _LIBCPP_DEBUG_LEVEL >= 2 by Oleg Ranevskyy · 8 years ago
  99. 66bdfe2 [libc++] Extension: Make `move` and `forward` constexpr in C++11. by Eric Fiselier · 8 years ago
  100. 08fa010 [include] Declare __STDC_*_MACROS for C++11 compat in old libc by Michal Gorny · 8 years ago