1. 4b46840 [libc++] Use ioctl when available to get random_device entropy. by Marek Kurdej · 3 years, 3 months ago
  2. ea6f098 [libc++] Split re.alg tests into locale-dependent and independent tests by Alex Richardson · 3 years, 3 months ago
  3. c649e47 [libc++][P1679] add string contains by Wim Leflere · 3 years, 3 months ago
  4. 425f852 [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent by Louis Dionne · 3 years, 3 months ago
  5. ef45204 [libc++] Unbreak the debug mode by Louis Dionne · 3 years, 3 months ago
  6. 043958a [CMake] Remove dead code setting policies to NEW by Raul Tambre · 3 years, 3 months ago
  7. 58a4ae7 [libc++] Sync TEST_HAS_TIMESPEC_GET and _LIBCPP_HAS_TIMESPEC_GET on FreeBSD by Alex Richardson · 3 years, 3 months ago
  8. e98f509 [libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library. by Marek Kurdej · 3 years, 3 months ago
  9. c2aa8a0 Regenerate the feature test macro unit-tests. NFCI. by Arthur O'Dwyer · 3 years, 3 months ago
  10. 1ac1daa [libc++] NFCI: Refactor allocator_traits by Louis Dionne · 3 years, 3 months ago
  11. 3a983ae [libc++] improve feature test macro script by Wim Leflere · 3 years, 3 months ago
  12. 913bcc5 [libc++] Rename check-cxx-deps to cxx-test-depends for consistency by Louis Dionne · 3 years, 3 months ago
  13. 0dbcfca Fix libc++ clang-cl build, swap attribute order by Reid Kleckner · 3 years, 3 months ago
  14. ee321dc [libcxx testing] Fix UB in tests for std::lock_guard by Igor Kudrin · 3 years, 3 months ago
  15. 002a44e [libc++] Give extern templates default visibility on gcc by Shoaib Meenai · 3 years, 3 months ago
  16. 04be460 [libcxx] Avoid overflows in the windows __libcpp_steady_clock_now() by Martin Storsjö · 3 years, 4 months ago
  17. 80bf5f7 [libcxx] Port to OpenBSD by Brad Smith · 3 years, 3 months ago
  18. 5d67264 [libc++] Add a missing `<_Compare>` template argument. by Arthur O'Dwyer · 3 years, 4 months ago
  19. d7f4b5e [libc++] [C++2b] [P1048] Add is_scoped_enum and is_scoped_enum_v. by Marek Kurdej · 3 years, 3 months ago
  20. b5b80dd [libc++] Turn off auto-formatting of generated files. NFC. by Marek Kurdej · 3 years, 3 months ago
  21. 47a7a08 [libc++] NFC: Document the Differential queries to avoid duplicating work by Louis Dionne · 3 years, 3 months ago
  22. 709c27c [libc++] Mark [P0809] "LWG2831: Comparing Unordered Containers" as Nothing To Do. by Arthur O'Dwyer · 3 years, 4 months ago
  23. a64f5c5 [libc++] Mark [P0475] "LWG2511: guaranteed copy elision for piecewise construction" as Complete. by Arthur O'Dwyer · 3 years, 4 months ago
  24. dd733d0 Re-enable __cpp_lib_constexpr_functional. by Arthur O'Dwyer · 3 years, 3 months ago
  25. 2bc59b2 [libc++/abi] Re-remove unnecessary null pointer checks from operator delete by Louis Dionne · 3 years, 4 months ago
  26. 6858c55 [libc++] LWG2070: Use Allocator construction for objects created with allocate_shared by Louis Dionne · 3 years, 4 months ago
  27. 9d28f0d [libc++] Add basic support for -std=c++2b. by Marek Kurdej · 3 years, 3 months ago
  28. 6942c4f [libc++] Update generate_feature_test_macro_components.py to match SD-6. by Arthur O'Dwyer · 3 years, 3 months ago
  29. e993ee7 [libc++] Add missing XFAIL to tests that need __atomic_* libcalls by Alex Richardson · 3 years, 3 months ago
  30. addf40c [libc++] Alphabetize generate_feature_test_macro_components.py. NFCI. by Arthur O'Dwyer · 3 years, 3 months ago
  31. 11237ae [libc++] Fix typo in run-buildbot by Louis Dionne · 3 years, 3 months ago
  32. ad1e6cf [libc++] Use c++20 instead of c++2a consistently. by Marek Kurdej · 3 years, 3 months ago
  33. 3c0a87e [libcxx] Mark a test as unsupported for C++03 by Mikhail Maltsev · 3 years, 3 months ago
  34. 1e63e90 [libc++] [CI] Install Tip-of-Trunk clang. by Marek Kurdej · 3 years, 3 months ago
  35. 59af13f [libcxx] Handle backslash as path separator on windows by Martin Storsjö · 3 years, 6 months ago
  36. e725838 [libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls. by Arthur O'Dwyer · 3 years, 4 months ago
  37. e32e9c0 [libc++] [docs] Mark contract-related papers as removed from C++20. by Marek Kurdej · 3 years, 4 months ago
  38. 72bd344 [libc++] Fix a test failure in 7b00e9fae3 (D93815). by Arthur O'Dwyer · 3 years, 4 months ago
  39. ada494d [libc++] Fix a test failure in 7b00e9fae3 (D93815). by Arthur O'Dwyer · 3 years, 4 months ago
  40. eea0e95 [libc++] [P1065] Constexpr invoke, reference_wrapper, mem_fn, not_fn, default_searcher. by Arthur O'Dwyer · 3 years, 4 months ago
  41. 380fc5a [libc++] Constexpr-proof some machinery in not_fn.pass.cpp. NFCI. by Arthur O'Dwyer · 3 years, 4 months ago
  42. a17c1fa [libc++] Add a 'is-lockfree-runtime-function' lit feature by Alex Richardson · 3 years, 4 months ago
  43. 967f5f0 [NFC][libc++] Fixes swapped comments. by Mark de Wever · 3 years, 4 months ago
  44. 259bb29 [libcxx] Fix the preexisting directory_iterator code for windows by Martin Storsjö · 3 years, 6 months ago
  45. 2692f79 [libcxx] Convert paths to/from the right narrow code page for narrow strings on windows by Martin Storsjö · 3 years, 6 months ago
  46. af4a55b [libcxx] Reorder the two u8path functions, to make the following diff more readable. NFC. by Martin Storsjö · 3 years, 6 months ago
  47. e35f425 [libcxx] Make filesystem::path::value_type wchar_t on windows by Martin Storsjö · 3 years, 6 months ago
  48. f803a44 [libc++] Fix extern C for __sanitizer_annotate_contiguous_container() (for gcc) by Azat Khuzhin · 3 years, 4 months ago
  49. 78848cc [libcxx] Remove ifdefs in the message to static_assert. NFC. by Martin Storsjö · 3 years, 4 months ago
  50. 9719fb9 [libc++] Fix CI Dockerfile by Louis Dionne · 3 years, 4 months ago
  51. 4fa1a24 [libc++] Install git-clang-format on CI nodes. by Marek Kurdej · 3 years, 4 months ago
  52. 30f65f4 [libc++] Use consistent declaration for main() in test by Louis Dionne · 3 years, 4 months ago
  53. 383d3e2 [libc++] Fix synopsis in string::ends_with test. NFC. by Marek Kurdej · 3 years, 4 months ago
  54. fbec7fc [libc++] Fix allocate_shared when used with an explicitly convertible allocator by Louis Dionne · 3 years, 4 months ago
  55. 8dffa57 [libc++] Remove unnecessary static assertion in allocate_shared by Louis Dionne · 3 years, 4 months ago
  56. 3370ddc [libc++] NFCI: Return pointer instead of reference from __shared_ptr_emplace helper method by Louis Dionne · 3 years, 4 months ago
  57. dd01bd3 [libc++] Refactor allocate_shared to use an allocation guard by Louis Dionne · 3 years, 4 months ago
  58. 2e93a7b [libc++] Split allocator_traits and pointer_traits out of <memory> by Louis Dionne · 3 years, 4 months ago
  59. c6d2025 [libc++] ADL-proof <functional> by adding _VSTD:: qualification on calls. by Arthur O'Dwyer · 3 years, 4 months ago
  60. f234eb0 [libc++] Consistently replace `::new(__p) T` with `::new ((void*)__p) T`. NFCI. by Arthur O'Dwyer · 3 years, 4 months ago
  61. d3bcc8f [libc++] [P1164] Add tests for create_directories. NFC. by Marek Kurdej · 3 years, 4 months ago
  62. 0a1e00a generate_header_tests.py: Sort the header files ASCIIbetically. by Arthur O'Dwyer · 3 years, 4 months ago
  63. 0db53ff [libc++] Fix some one-off typos in comments. NFCI. by Arthur O'Dwyer · 3 years, 4 months ago
  64. 5a4f754 [libc++] Remove __is_construct::__nat. NFCI. by Arthur O'Dwyer · 3 years, 4 months ago
  65. 095bff2 [libc++] s/insertible/insertable/g. NFCI. by Arthur O'Dwyer · 3 years, 4 months ago
  66. b1600d0 [libc++] s/Birdirectional/Bidirectional/g. NFCI. by Arthur O'Dwyer · 3 years, 4 months ago
  67. 281c528 Fix test expectation to cope with custom version namespaces. by Richard Smith · 3 years, 4 months ago
  68. c79d251 [libc++] Fix Docker image build after installing clang-format by Louis Dionne · 3 years, 4 months ago
  69. ad90b29 [libc++] Install clang-format on CI nodes by Louis Dionne · 3 years, 4 months ago
  70. 1619585 [libc++] Use TARGET_FILE instead of TARGET_SONAME_FILE when generating ABI lists by Louis Dionne · 3 years, 4 months ago
  71. 220e4a5 [libc++] NFCI: Implement make_shared as allocate_shared with std::allocator by Louis Dionne · 3 years, 4 months ago
  72. 7429ba0 [libc++] Remove invalid use of `#if _LIBCPP_STD_VER >= 11`, as `_LIBCPP_STD_VER` can never be less than 11. by Marek Kurdej · 3 years, 4 months ago
  73. 564251b [libc++] ADL-proof by adding _VSTD:: qualifications to memmove etc. by Arthur O'Dwyer · 3 years, 4 months ago
  74. 4c82b42 [libc++] Include C++ headers, not C headers, in <charconv>. by Arthur O'Dwyer · 3 years, 4 months ago
  75. 173ef91 [libc++] NFCI: Refactor __shared_ptr_emplace by Louis Dionne · 3 years, 4 months ago
  76. 54f5159 [libc++] [P1164] [C++20] Make fs::create_directory() error if there is already a non-directory. by Marek Kurdej · 3 years, 4 months ago
  77. dad9225 [libc++] Add a script to automatize updating test for a new header. by Marek Kurdej · 3 years, 4 months ago
  78. 9d1068b Add new 'preferred_name' attribute. by Richard Smith · 3 years, 5 months ago
  79. 79c5cee [libc++] Run back-deployment CI on macOS 10.15 instead of 10.14 by Louis Dionne · 3 years, 4 months ago
  80. 5157a02 [libc++] Mark my new <algorithm> test unsupported on clang-8. by Arthur O'Dwyer · 3 years, 4 months ago
  81. 294d5ef [libc++] Add _VSTD:: qualifications to ADL-proof <algorithm>. by Arthur O'Dwyer · 3 years, 5 months ago
  82. 1d2c902 [libc++] ADL-proof __libcpp_is_nothrow_constructible. by Arthur O'Dwyer · 3 years, 4 months ago
  83. 8002b59 [libc++] Implement missing feature-test macro __cpp_lib_shared_ptr_arrays by Louis Dionne · 3 years, 4 months ago
  84. 8ee06ba [libc++] NFC: Indent feature-test macro script consistently by Louis Dionne · 3 years, 4 months ago
  85. 19572bf [libc++] Add std::hash<char8_t> specialization if char8_t is enabled by Yuriy Chernyshov · 3 years, 4 months ago
  86. 84b3d56 [libc++] [LWG3221] Add tests for wrapping operator+(year_month, months). by Marek Kurdej · 3 years, 4 months ago
  87. 8972b70 [libc++] ADL-proof <iterator>. `__convert_to_integral` is not a customization point. by Arthur O'Dwyer · 3 years, 4 months ago
  88. 32e37c1 [libc++] Add a CI job to backdeploy to macOS 10.14 by Louis Dionne · 3 years, 4 months ago
  89. a5b53f5 Revert "Add new 'preferred_name' attribute." by Richard Smith · 3 years, 4 months ago
  90. 13dcdb2 [libc++] Mark LWG3200 as Nothing To Do. NFC. by Marek Kurdej · 3 years, 4 months ago
  91. 0358bd8 Add new 'preferred_name' attribute. by Richard Smith · 3 years, 5 months ago
  92. f1f36ff [libc++] [docs] Mark LWG3055 as complete. Use string_view instead of string in path::operator+=(ECharT). by Marek Kurdej · 3 years, 4 months ago
  93. 20eb19b [libc++] [docs] Mark P1865 as complete since 11.0 as it was implemented together with P1135. Fix synopses in <barrier> and <latch>. by Marek Kurdej · 3 years, 5 months ago
  94. 1f3691d [libc++] [LWG3374] Mark `to_address(const Ptr& p)` overload `constexpr`. by Marek Kurdej · 3 years, 5 months ago
  95. 24d6095 [SystemZ][ZOS] Fix the usage of pthread_t within libc++ by Zbigniew Sarbinowski · 3 years, 5 months ago
  96. 7c60dfc [NFC][libc++] Update C++20 issues status. by Mark de Wever · 3 years, 5 months ago
  97. 95efcef [libc++] Update the commented "synopsis" in <algorithm> to match current reality. by Arthur O'Dwyer · 3 years, 5 months ago
  98. 7dc26cd [libc++] [P0202] constexpr set_union, set_difference, set_symmetric_difference, merge by Arthur O'Dwyer · 3 years, 5 months ago
  99. 0a73434 [libc++] Slightly improve constexpr test coverage for std::includes. by Arthur O'Dwyer · 3 years, 5 months ago
  100. d11fc0a [libc++] fix std::sort(T**, T**) by Brett Gutstein · 3 years, 5 months ago