1. 4299795 [libcxx] remove unused code by Aditya Kumar · 8 years ago
  2. afa9b59 Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the ones in std:: by Marshall Clow · 8 years ago
  3. 70e6a8d Implement the 'detection idiom' from LFTS v2 by Marshall Clow · 8 years ago
  4. d3584d5 Reverting wrong diff by Roger Ferrer Ibanez · 8 years ago
  5. 01b9f8a Protect tests for std::uninitialized_{copy,fill} under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  6. 37a0d7c Protect std::string tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  7. e33c0b0 [libcxx] [test] D27027: Strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  8. 39245fe [libcxx] [test] D27026: Fix copy-paste silliness; ULL can't ever be 32-bit. by Stephan T. Lavavej · 8 years ago
  9. 50fe47b [libcxx] [test] D27020: Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 7/12. by Stephan T. Lavavej · 8 years ago
  10. 12f7f5d [libcxx] [test] D27019: Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 6/12. by Stephan T. Lavavej · 8 years ago
  11. bdf8bae [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", part 5/12. by Stephan T. Lavavej · 8 years ago
  12. ed55db2 [libcxx] [test] D27016: Fix MSVC warning C4018 "signed/unsigned mismatch", part 4/12. by Stephan T. Lavavej · 8 years ago
  13. 9a65a47 [libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12. by Stephan T. Lavavej · 8 years ago
  14. 388c2a8 [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12. by Stephan T. Lavavej · 8 years ago
  15. a9bcd3d [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12. by Stephan T. Lavavej · 8 years ago
  16. 634ff01 [libc++] Remove unneeded visibility pragmas by Shoaib Meenai · 8 years ago
  17. e041941 Fix __hash_table::max_size() on 32 bit systems by Eric Fiselier · 8 years ago
  18. 80888fa Don't "LIBCPP_ONLY(stuff;)" at namespace scope. by Casey Carter · 8 years ago
  19. ef3060e [libcxx] Fix max_size() across all containers by Eric Fiselier · 8 years ago
  20. 0373708 Add <variant> tests but disable them for libc++ by Eric Fiselier · 8 years ago
  21. fb6164c Allow libc++ to use modules in C++03. by Eric Fiselier · 8 years ago
  22. 6010dc8 Attempt to fix stdint/cstdint modules try 2 by Eric Fiselier · 8 years ago
  23. faa8312 Cleanup module.modulemap by Eric Fiselier · 8 years ago
  24. 8b4cb5b Revert r287435 because of OS X test failures by Eric Fiselier · 8 years ago
  25. 487bc7e Mark variadic lock guard tests as XFAIL with modules, since they have to define macros to expose the new ABI by Eric Fiselier · 8 years ago
  26. 388ffe1 Adjust uses_alloc_types helpers for later changes by Eric Fiselier · 8 years ago
  27. 6f7f0b8 Fix stdint/cstdint modules by Eric Fiselier · 8 years ago
  28. 887c80e Mark test as unsupported in C++03 by Eric Fiselier · 8 years ago
  29. 850745d [libcxx] Implement locale.h to fix modules build by Eric Fiselier · 8 years ago
  30. 2917004 [libcxx] [test] D26812: In random tests, use real static_asserts and silence a warning. by Stephan T. Lavavej · 8 years ago
  31. c044b03 Allow using libsupc++ with LIBCXX_ENABLE_STATIC_ABI_LIBRARY. Patch from Michael Daniels. by Eric Fiselier · 8 years ago
  32. 0252201 [libcxx] [test] D26816: Fix non-Standard assumptions when testing sample(). by Stephan T. Lavavej · 8 years ago
  33. 3ee8025 [libcxx] [test] D26815: Fix an assumption about the state of moved-from std::functions. by Stephan T. Lavavej · 8 years ago
  34. cb9d881 [libcxx] [test] D26813: allocator<const T> is non-Standard. by Stephan T. Lavavej · 8 years ago
  35. 60479ea Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a by Eric Fiselier · 8 years ago
  36. d3b197f Make merge_archives.py executable by Eric Fiselier · 8 years ago
  37. fa054d2 Add merge_archives.py utility by Eric Fiselier · 8 years ago
  38. 8c57032 Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS by Eric Fiselier · 8 years ago
  39. f66194b [libc++] Fix preprocessor guard for overload declaration by Shoaib Meenai · 8 years ago
  40. 9167363 update Apples ABI list to ignore non-std symbols by Eric Fiselier · 8 years ago
  41. 0d69418 Change sym_check to filter non-stdlib symbols. by Eric Fiselier · 8 years ago
  42. a93ebec Workaround compilers w/o C++1z inline variables by Eric Fiselier · 8 years ago
  43. c0ccadb Remove files missed in r287250 by Eric Fiselier · 8 years ago
  44. 8d33526 Implement P0504R0: Revisiting in-place tag types for any/optional/variant by Eric Fiselier · 8 years ago
  45. 77dabb3 Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant". Patch from Casey Carter by Eric Fiselier · 8 years ago
  46. e6479bc [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS` by Shoaib Meenai · 8 years ago
  47. 3dd27eb Fix -verify tests for older ccache versions by Eric Fiselier · 8 years ago
  48. 18e2c82 Fix non-reserved name usage by Eric Fiselier · 8 years ago
  49. efd039a [libcxx] Mark xonstexpr-fns.pass.cpp as XFAIL: gcc. by Justin Lebar · 8 years ago
  50. 746d008 Add .clang-format to libc++ by Eric Fiselier · 8 years ago
  51. bb835ac [CUDA] Mark __libcpp_{isnan,isinf,isfinite} as constexpr. by Justin Lebar · 8 years ago
  52. e3cb222 Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests." by Vedant Kumar · 8 years ago
  53. dd8b03e [libcxx] [test] D26627: Fix ordering assumptions in unordered container tests. by Stephan T. Lavavej · 8 years ago
  54. dd3313c [libcxx] [test] D26625: future_error::what() is implementation-defined. by Stephan T. Lavavej · 8 years ago
  55. 0b2e1c2 [libcxx] [test] D26624: Fix bucket_count() assumptions. by Stephan T. Lavavej · 8 years ago
  56. 49721a9 Missed one of the try blocks the first time :-(. Thanks to Renato for the heads up. by Marshall Clow · 8 years ago
  57. 506f7fc P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests. by Marshall Clow · 8 years ago
  58. a4163bc Missed a test with exceptions disabled earlier. Oops. by Marshall Clow · 8 years ago
  59. 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
  60. 7817e14 Make one of the new tests fail correctly on pre-C++17 systems by Marshall Clow · 8 years ago
  61. 5ec20df Implement P0510 'Make future_error Constructible' adopted in Issaquah by Marshall Clow · 8 years ago
  62. db7fa11 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah by Marshall Clow · 8 years ago
  63. 45e6925 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". by Stephan T. Lavavej · 8 years ago
  64. 59368dd Update C++1z status with LWG papers from Issaquah. by Marshall Clow · 8 years ago
  65. 496fc7f Update C++1z status with LFTS issues from Issaquah. by Marshall Clow · 8 years ago
  66. d521adc Update C++1z status with C++17 issues from Issaquah. Still to come: LFTS issues and papers by Marshall Clow · 8 years ago
  67. 897956e Protect std::ios tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  68. 70e4c50 Protect nested-exceptions tests under no-exceptions by Roger Ferrer Ibanez · 8 years ago
  69. bc464e5 Update tests for strings conversions under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  70. d56adc6 Protect smart-pointer tests under no exceptions by Roger Ferrer Ibanez · 8 years ago
  71. e96aa8c Fix ABI configuration detection on OS X by Eric Fiselier · 8 years ago
  72. 049a1ed Fix CMake set syntax by Eric Fiselier · 8 years ago
  73. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  74. 763984e Add docs for use-configurable libc++ features by Eric Fiselier · 8 years ago
  75. 6e467a8 Fix GCC libc++abi build by Eric Fiselier · 8 years ago
  76. f9a20c2 Implement LWG 2770 - Make tuple_size<T> defined for all T by Eric Fiselier · 8 years ago
  77. fc044a1 Fix PR30979 - tuple<move_only> is constructible from move_only const& by Eric Fiselier · 8 years ago
  78. 66350f0 Protect bitset tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  79. d842fed [CMake] Check runtimes subdir when looking for libcxxabi by Petr Hosek · 8 years ago
  80. a43c2e7 [libc++] Remove unnecessary MSVCRT exclusions by Shoaib Meenai · 8 years ago
  81. 240b8c8 Protect std::experimental::optional tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  82. d87eb99 Upgrade in-tree google benchmark to v1.1 by Eric Fiselier · 8 years ago
  83. e619862 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 8 years ago
  84. f333bee Implement another part of P0031; adding constexpr to move_iterator by Marshall Clow · 8 years ago
  85. aa138aa Remove spurious token from #endif by Roger Ferrer Ibanez · 8 years ago
  86. a405f45 Protect tests for new/delete under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  87. 863388e Fix GCC test failure caused by manually defining _LIBCPP_HAS_NO_VARIADICS by Eric Fiselier · 8 years ago
  88. 2c6c2b9 Fix __libcpp_is_constructible for source types with explicit conversion operators. by Eric Fiselier · 8 years ago
  89. c091160 Protect exceptional paths under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  90. 8883740 Protect lock tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  91. 6168a5e Protect tests that expect an exception for an unknown std::random_device by Roger Ferrer Ibanez · 8 years ago
  92. 3b2cf96 [libc++] Add configuration define for off_t functions by Shoaib Meenai · 8 years ago
  93. 1c0757a Fix archetypes.hpp under libcpp-no-extensions and std level < 14 by Roger Ferrer Ibanez · 8 years ago
  94. efc9f17 Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else by Roger Ferrer Ibanez · 8 years ago
  95. 51eb1d5 Add 'inline' but not 'always_inline' to std::strings destructor. by Eric Fiselier · 8 years ago
  96. d5b0db5 Remove additional function template definitions from the dylib by Eric Fiselier · 8 years ago
  97. 026d38e Optimize filesystem::path by providing weaker exception guarantees. by Eric Fiselier · 8 years ago
  98. eb6b13f Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. by Eric Fiselier · 8 years ago
  99. ad1a12c Improve performance of constructing filesystem::path from strings. by Eric Fiselier · 8 years ago
  100. 271a19e Rewrite std::filesystem::path iterators and parser by Eric Fiselier · 8 years ago