1. c3589a8 [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS by Eric Fiselier · 8 years ago
  2. 2d2247d Fix private inheritance in C++03 tuple_size by Eric Fiselier · 8 years ago
  3. 3df90c9 Implement P0505: 'Wording for GB 50' by Marshall Clow · 8 years ago
  4. 06a0feb [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured bindings by Eric Fiselier · 8 years ago
  5. e22af6b Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17 by Marshall Clow · 8 years ago
  6. 4508216 config: MSVC 19+ has unicode chars by Saleem Abdulrasool · 8 years ago
  7. 5c737d8 Refactor bitscan64 check by Saleem Abdulrasool · 8 years ago
  8. e34f9d5 clean up use of _WIN32 by Saleem Abdulrasool · 8 years ago
  9. e262e7b [libcxx] Add build/test support for the externally threaded libc++abi variant by Asiri Rathnayake · 8 years ago
  10. e29d9ff [libcxx] Fix testing of the externally-threaded library build after r290850 by Asiri Rathnayake · 8 years ago
  11. a53a02b Simplify CMake target for the __generated_config header by Eric Fiselier · 8 years ago
  12. 849b0c8 build: remove now unused UNIX_CAT by Saleem Abdulrasool · 8 years ago
  13. 1591b37 Fix creating __generated_config on Windows by Eric Fiselier · 8 years ago
  14. 1d19237 threading_support: refactor for Win32 threading by Saleem Abdulrasool · 8 years ago
  15. 4084384 Re-implement LWG 2770 - Fix tuple_size with structured bindings. by Eric Fiselier · 8 years ago
  16. b45121d Fix use of throw(...) spec with GCC in C++17 by Eric Fiselier · 8 years ago
  17. 4b07f98 Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option. by Eric Fiselier · 8 years ago
  18. 3a1b90a Rework fix for PR19460 - Use explicit bool as an extension instead. by Eric Fiselier · 8 years ago
  19. f7f9eff locale: update ctype access for MSVC CRT 14+ by Saleem Abdulrasool · 8 years ago
  20. 63de5d2 build: differentiate between building for and on Windows by Saleem Abdulrasool · 8 years ago
  21. 5334ba7 clean up some qualifier casting by Saleem Abdulrasool · 8 years ago
  22. c6aee64 remove some inherited attributes on exceptions by Saleem Abdulrasool · 8 years ago
  23. 51dfbbc improve performance of string::find by Sebastian Pop · 8 years ago
  24. bc06f26 Recommit r290750: Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  25. 6ce93e5 Revert r290750 - Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  26. 687c0bb Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  27. 1e17bc1 Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions. by Ed Schouten · 8 years ago
  28. 152e5e6 Fix PR31489 - std::function self-swap segfaults by Eric Fiselier · 8 years ago
  29. 7d0000f Fix typo in comment by Eric Fiselier · 8 years ago
  30. 8a549ab Fix ABI incompatible C++03 nullptr_t by Eric Fiselier · 8 years ago
  31. 32eebb7 Ensure <__debug> gets the nullptr definition in C++03 by Eric Fiselier · 8 years ago
  32. fb34238 Fix debug mode for vector/list and cleanup tests by Eric Fiselier · 8 years ago
  33. 72a67ff Fix stupid build error caused by a stupid person by Eric Fiselier · 8 years ago
  34. 47257c4 Add tests for unordered container tests and std::string by Eric Fiselier · 8 years ago
  35. 2c8aa05 Fix __wrap_iter in debug mode and apply _NOEXCEPT_DEBUG to it by Eric Fiselier · 8 years ago
  36. fa31c10 Fix build errors in C++03 caused by recent debug changes by Eric Fiselier · 8 years ago
  37. 51d64bb Fix debug mode build w/o exceptions by Eric Fiselier · 8 years ago
  38. 01eb99a Implement a throwing version of _LIBCPP_ASSERT. by Eric Fiselier · 8 years ago
  39. 046a71b Implement P0435R1 - Resolving LWG issues for common_type by Eric Fiselier · 8 years ago
  40. 3010df9 Fix PR31481 - 3+ parameter common_type isn't SFINAE friendly by Eric Fiselier · 8 years ago
  41. 833ad54 [libc++] Make __num_get_float hidden by Shoaib Meenai · 8 years ago
  42. 99447c8 Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report. by Marshall Clow · 8 years ago
  43. 2ab8f62 Avoid unused warning in __throw_future_error w/o exceptions enabled by Eric Fiselier · 8 years ago
  44. 50f6579 fix sign comparison warnings by Eric Fiselier · 8 years ago
  45. 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
  46. 5ac2f14 Fix PR31440: Make __sanitizer_annotate_contigious_container always visible. Fix from Jan Beich by Eric Fiselier · 8 years ago
  47. a4b3552 [CMake] Fix issue reported on sanitizer bots by Chris Bieneman · 8 years ago
  48. 801aa91 [CMake] Put headers relative to clang by Chris Bieneman · 8 years ago
  49. 9663ee4 Revert r289727 due to PR31384 by Eric Fiselier · 8 years ago
  50. bad1d6c Fix PR31378 - std::list::remove should not require a default constructible allocator. by Eric Fiselier · 8 years ago
  51. 18e56b4 [libcxx] Fix tuple construction/assignment from types derived from tuple/pair/array. by Eric Fiselier · 8 years ago
  52. ff62475 [libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<T, U>*, ...) overloads. by Eric Fiselier · 8 years ago
  53. a2cd270 Enable the -Wsign-compare warning to better support MSVC by Eric Fiselier · 8 years ago
  54. bf3b8e2 Fix missing const on set::count. Patch from Andrey Khalyavin by Eric Fiselier · 8 years ago
  55. f2f3637 Fix PR27374 - Remove the implicit reduced-arity-extension in tuple. by Eric Fiselier · 8 years ago
  56. 014f0b0 Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints. by Eric Fiselier · 8 years ago
  57. 183fafa Fix _LIBCPP_VERSION tests with modules on Darwin by Eric Fiselier · 8 years ago
  58. a683dc0 Revert r288787: Add missing stdbool.h module. by Eric Fiselier · 8 years ago
  59. 1d80198 Add missing stdbool.h module. The test suite now passes on OS X with modules by Eric Fiselier · 8 years ago
  60. 7a6faba Fix stdio module build on OS X by Eric Fiselier · 8 years ago
  61. 74c9d6a Fix C++03 modules build by Eric Fiselier · 8 years ago
  62. 7ba695e Add module definitions for <experimental/foo> headers by Eric Fiselier · 8 years ago
  63. 72a5c77 Add module definitions for string_view by Eric Fiselier · 8 years ago
  64. 045b27e Add modules for any/optional/variant by Eric Fiselier · 8 years ago
  65. bca6de0 Adjust libc++ test infastructure to fully support modules by Eric Fiselier · 8 years ago
  66. c6d8e8a [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS by Shoaib Meenai · 8 years ago
  67. 0c2ffb6 Choose better hash values for std::monostate and valueless variants. by Eric Fiselier · 8 years ago
  68. 81b7f63 Make make_exception_ptr abort with -fno-exceptions by Eric Fiselier · 8 years ago
  69. 5b0fa44 Fix <variant> w/o exception support by Eric Fiselier · 8 years ago
  70. 90ade0a Fix -Wshadow warnings and enable warnings by default for C++ >= 11 by Eric Fiselier · 8 years ago
  71. a2ff798 Fix C++03 build by Eric Fiselier · 8 years ago
  72. 120401a Make variant's index part of the hash value by Eric Fiselier · 8 years ago
  73. 4975ccc Fix generated warnings in <variant> by Eric Fiselier · 8 years ago
  74. cab2af8 Implement C++17 <variant>. Patch from Michael Park! by Eric Fiselier · 8 years ago
  75. 4299795 [libcxx] remove unused code by Aditya Kumar · 8 years ago
  76. afa9b59 Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the ones in std:: by Marshall Clow · 8 years ago
  77. 70e6a8d Implement the 'detection idiom' from LFTS v2 by Marshall Clow · 8 years ago
  78. e041941 Fix __hash_table::max_size() on 32 bit systems by Eric Fiselier · 8 years ago
  79. ef3060e [libcxx] Fix max_size() across all containers by Eric Fiselier · 8 years ago
  80. fb6164c Allow libc++ to use modules in C++03. by Eric Fiselier · 8 years ago
  81. 6010dc8 Attempt to fix stdint/cstdint modules try 2 by Eric Fiselier · 8 years ago
  82. faa8312 Cleanup module.modulemap by Eric Fiselier · 8 years ago
  83. 8b4cb5b Revert r287435 because of OS X test failures by Eric Fiselier · 8 years ago
  84. 6f7f0b8 Fix stdint/cstdint modules by Eric Fiselier · 8 years ago
  85. 850745d [libcxx] Implement locale.h to fix modules build by Eric Fiselier · 8 years ago
  86. 8c57032 Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS by Eric Fiselier · 8 years ago
  87. f66194b [libc++] Fix preprocessor guard for overload declaration by Shoaib Meenai · 8 years ago
  88. a93ebec Workaround compilers w/o C++1z inline variables by Eric Fiselier · 8 years ago
  89. 8d33526 Implement P0504R0: Revisiting in-place tag types for any/optional/variant by Eric Fiselier · 8 years ago
  90. e6479bc [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS` by Shoaib Meenai · 8 years ago
  91. 18e2c82 Fix non-reserved name usage by Eric Fiselier · 8 years ago
  92. bb835ac [CUDA] Mark __libcpp_{isnan,isinf,isfinite} as constexpr. by Justin Lebar · 8 years ago
  93. 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
  94. 5ec20df Implement P0510 'Make future_error Constructible' adopted in Issaquah by Marshall Clow · 8 years ago
  95. db7fa11 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah by Marshall Clow · 8 years ago
  96. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  97. f9a20c2 Implement LWG 2770 - Make tuple_size<T> defined for all T by Eric Fiselier · 8 years ago
  98. fc044a1 Fix PR30979 - tuple<move_only> is constructible from move_only const& by Eric Fiselier · 8 years ago
  99. a43c2e7 [libc++] Remove unnecessary MSVCRT exclusions by Shoaib Meenai · 8 years ago
  100. f333bee Implement another part of P0031; adding constexpr to move_iterator by Marshall Clow · 8 years ago