1. 1ce7013 [libc++] Simplify ssh.py by not passing args everywhere by Louis Dionne · 1 year, 8 months ago
  2. d2b71c7 [libc++] Fix how we run codesign in the test suite when --codesign_identity is provided by Louis Dionne · 1 year, 8 months ago
  3. 77d8ce5 [libc++] Add a --verbose option to ssh.py to help debug failures by Louis Dionne · 1 year, 8 months ago
  4. 7fcbb64 [runtimes] Workaround a subtle linker issue on macOS in the CI by Louis Dionne · 1 year, 8 months ago
  5. 1abff08 [AIX] cxx_std_23 is currently not a known feature to ibm-clang (#66952) by Jake Egan · 1 year, 8 months ago
  6. 24161bc [libc++] Move a few XFAILs to UNSUPPORTED for consistency by Louis Dionne · 1 year, 8 months ago
  7. 354c99b [libc++] Temporarily disable std::cin tests on Windows -> Linux cross compiler by Louis Dionne · 1 year, 8 months ago
  8. 910b76a [libc++] Implement LWG-3655: The INVOKE operation and union types by Igor Zhukov · 1 year, 8 months ago
  9. 8bbcc6d [libc++] Add test coverage for unordered containers comparison (#66692) by Louis Dionne · 1 year, 8 months ago
  10. e46de4e [runtimes] Fix link order of system librarires on Apple platforms (#66940) by Louis Dionne · 1 year, 8 months ago
  11. e3b1662 [libc++] Sort available features before printing them by Louis Dionne · 1 year, 8 months ago
  12. 257eb74 [libc++] Simplify how the global stream tests are written (#66842) by Louis Dionne · 1 year, 8 months ago
  13. 2b7f11a [libc++] Warn if an unsupported compiler is used by Nikolas Klauser · 1 year, 8 months ago
  14. e7a7a16 [libc++] Fix __threading_support when used with C11 threading (#66780) by Louis Dionne · 1 year, 8 months ago
  15. be8c2df [libc++][NFC] Clean up std::__call_once by Daniel McIntosh · 1 year, 8 months ago
  16. f223022 [lit] Improve test output from lit's internal shell by Joel E. Denny · 1 year, 8 months ago
  17. 0218ea4 [libc++] Implement ranges::ends_with by Zijun Zhao · 1 year, 8 months ago
  18. 054f9c5 [libc++] Fix `std::pair`'s pair-like constructor's incorrect assumption (#66585) by Hui · 1 year, 8 months ago
  19. 14882d6 [libc++][lit] Atomically update the persistent cache (#66538) by Alexander Richardson · 1 year, 8 months ago
  20. c24a422 [libc++][CI][AIX] modify the equivalence classes of regex_match for locale "cs_CZ.ISO8859-2" by zhijian · 1 year, 8 months ago
  21. aa8601d [libc++] [string_view] Remove operators made redundant by C++20 (#66206) by Amirreza Ashouri · 1 year, 8 months ago
  22. d4d8f21 [libc++] Simplify how we select modules flavors in the test suite (#66385) by Louis Dionne · 1 year, 8 months ago
  23. 078651b [libc++] Implement LWG3545: std::pointer_traits should be SFINAE-friendly. (#65177) by Daniel Cheng · 1 year, 8 months ago
  24. 4a1fe09 [libc++] Fix potentially flaky test joinable.pass.cpp by Hui · 1 year, 8 months ago
  25. 695138c [libc++] implement std::`jthread` by Hui · 1 year, 8 months ago
  26. b64bf895 [libc++] Improve the verbosity of configuration errors when a compiler flag is not supported (#66379) by Louis Dionne · 1 year, 8 months ago
  27. 320d4c9 [libc++] Update Apple CI jobs to run the C++23 configuration (#66367) by Louis Dionne · 1 year, 8 months ago
  28. fdf91c7 [libc++][NFC] Introduce named states in std::call_once (#66289) by Louis Dionne · 1 year, 8 months ago
  29. 69875d5 [libc++] Refactor node creation and destruction in list and forward_list (#65614) by Louis Dionne · 1 year, 8 months ago
  30. 4d08ecc [libc++] Implement P2538R1 "ADL-proof std::projected" (#65411) by Louis Dionne · 1 year, 8 months ago
  31. 571e4f2 Mark LWG 2426 as complete. by eric · 1 year, 8 months ago
  32. 85f27d1 [libc++] Make sure LWG2070 is implemented as a DR (#65998) by Louis Dionne · 1 year, 8 months ago
  33. 3df9c29 [libc++] Fix minor warnings in libcxx benchmarks by Dmitry Ilvokhin · 1 year, 8 months ago
  34. 008bd84 [libc++] Remove unused CMake option LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS (#66249) by Louis Dionne · 1 year, 8 months ago
  35. cce062d [libc++] Reintroduce the removed std::char_traits specialization (#66153) by Louis Dionne · 1 year, 8 months ago
  36. adae4e9 [libcxx] <experimental/simd> Fix CI errors on 32-bits x86 by Zhangyin · 1 year, 8 months ago
  37. 9d9a41e [libc++][hardening] Make the safe mode pipeline run with modules enabled by Konstantin Varlamov · 1 year, 8 months ago
  38. 6441347 [libc++] Simplify the implementation of locale::id (#65781) by Louis Dionne · 1 year, 8 months ago
  39. d78ca73 [libc++] Fix the rotate direction used in countl_zero() by Armando Martín · 1 year, 8 months ago
  40. d671126 [libc++][NFC] Remove stray #if 1 that was probably a debugging leftover by Louis Dionne · 1 year, 8 months ago
  41. b85e186 [libc++][hardening] Add back the safe mode. by Konstantin Varlamov · 1 year, 8 months ago
  42. 2e106d5 [libc++][test][NFC] Rewrite map count test and add test case for "final" compare by Konstantin Boyarinov · 1 year, 8 months ago
  43. 3e26690 [libc++] Add missing std::ranges::join_view to the list of experimental features by Louis Dionne · 1 year, 8 months ago
  44. 06bb6c8 [libc++] Document experimental features in the library (#65994) by Louis Dionne · 1 year, 8 months ago
  45. 7024892 [libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to the test suite by Igor Zhukov · 1 year, 8 months ago
  46. ed29f27 [libcxx] <experimental/simd> Add broadcast constructor of class simd/simd_mask by Zhangyin · 1 year, 8 months ago
  47. e7a45c6 [libcxx] <experimental/simd> Added internal storage type, constructors, subscript operators of class simd/simd_mask and related tests by Zhangyin · 1 year, 8 months ago
  48. a284d0c [libcxx] <experimental/simd> Added aliagned flag types, traits is_simd_flag_type[_v], memory_alignment[_v] and related tests by Zhangyin · 1 year, 8 months ago
  49. ce5652c [libcxx] <experimental/simd> Added simd width functions, simd_size traits and related tests by Zhangyin · 1 year, 8 months ago
  50. 0e30dd4 [libcxx] <experimental/simd> Add ABI tags, class template simd/simd_mask implementations. Add related simd traits and tests. by Zhangyin · 1 year, 8 months ago
  51. 3e14076 [libcxx] <experimental/simd> Removed original implementations and tests by Zhangyin · 1 year, 8 months ago
  52. 1d7cec6 [libc++] Fix broken test in C++03 mode by Louis Dionne · 1 year, 8 months ago
  53. 8817188 [libc++][ranges] Fix a `split_view` test accidentally using `lazy_split` by Konstantin Varlamov · 1 year, 8 months ago
  54. f3c2a3d [libc++] Mark static variables of locale::id as constinit (#65783) by Louis Dionne · 1 year, 8 months ago
  55. 3e24a77 [libc++] Use the default initializer for char_type in std::num_get::do_get by Louis Dionne · 1 year, 8 months ago
  56. ee2a7bc [libc++] Add regression tests for issue #46841 by Louis Dionne · 1 year, 8 months ago
  57. 62bec3d [libcxx] Fix include directory order (#65859) by Alex Brachet · 1 year, 8 months ago
  58. 623bb5c [libc++][ranges][NFC] Status page: Adds `enumerate_view` patch by Hristo Hristov · 1 year, 8 months ago
  59. 2a0f2fa9 [libc++] Use inline instead of static in headers. by Mark de Wever · 1 year, 8 months ago
  60. 2374ae4 [libc++][nfc] Fixes emacs magic marker. by Mark de Wever · 1 year, 8 months ago
  61. 5795e7b [libc++][hardening][NFC] Fix the 17 release notes to remove mentions of hardening by Konstantin Varlamov · 1 year, 8 months ago
  62. 8a79af6 [libc++][AIX] Remove hardcode fail from format test by Jake Egan · 1 year, 8 months ago
  63. 5f29ed1 [libc++] Fix warnings when compiling libc++ for Windows with clang-cl /W4 by Colin Finck · 1 year, 8 months ago
  64. 679c0b4 [libc++abi] Refactor around __dynamic_cast by Sirui Mu · 1 year, 8 months ago
  65. bf1bcb6 [libc++] Use intptr_t instead of ptrdiff_t for messages_base::catalog by Alexander Richardson · 1 year, 8 months ago
  66. 7d7dcc1 [libc++][NFC] Remove dead code in <list> (#65651) by Louis Dionne · 1 year, 8 months ago
  67. 61cecf6 [libc++][NFC] tidy up strstreambuf::seekoff and strstreambuf::seekpos by Daniel McIntosh · 1 year, 8 months ago
  68. 521c611 [libc++][NFC] Run clang-format on strstream.cpp by Louis Dionne · 1 year, 8 months ago
  69. 7f302f2 Revert "[libc++][NFC] Remove __has_keyword" by Xing Xue · 1 year, 8 months ago
  70. 8835921 [libc++][chrono] TZDB CI fixes. by Mark de Wever · 1 year, 8 months ago
  71. 401e457 [libc++] Wipe some more macros that do not belong in C++ forwarding headers by Brad Smith · 1 year, 8 months ago
  72. f00e0f2 [libc++][doc] Add warning about limitation of --fresh in boostrapping build (#65265) by Will Hawkins · 1 year, 8 months ago
  73. bb6d5fc Revert "[lit] Improve test output from lit's internal shell" by Joel E. Denny · 1 year, 8 months ago
  74. 77fc549 [libc++] Add support for bootstrapping build in libcxx-lit by Will Hawkins · 1 year, 8 months ago
  75. 6255157 [libc++] Re-enable std::pair trivial copy constructor for FreeBSD >= 14 by Dimitry Andric · 1 year, 8 months ago
  76. c9b7ef4 [libc++][test] Cover RISC-V in string.capacity test by Alex Bradbury · 1 year, 8 months ago
  77. afc9648 [libc++] Clean up some minor inconsistencies in the status pages (#65259) by h-vetinari · 1 year, 8 months ago
  78. 3df1a64 [libc++] Add a test for std::ssize's SFINAE by Arthur O'Dwyer · 1 year, 8 months ago
  79. bd095b5 [libc++] Add tests for P0809 (Comparing Unordered Containers) by Zoe Carver · 1 year, 8 months ago
  80. 0735a6e [NFC][libc++] Adds spaces in the CMake output. by Mark de Wever · 1 year, 8 months ago
  81. f78f93b [libc++][chrono] Adds tzdb_list implementation. by Mark de Wever · 1 year, 8 months ago
  82. 8271713 [libc++][CI] Improves bootstrap build output. by Mark de Wever · 1 year, 8 months ago
  83. d015e48 [libc++][C++20 modules] Tests no experimental library build. by Mark de Wever · 1 year, 8 months ago
  84. 3401b30 [libc++] Renames modules-build. by Mark de Wever · 1 year, 8 months ago
  85. 9f67143 [libc++] Implement LWG3938 (Cannot use std::expected monadic ops with move-only error_type) by yronglin · 1 year, 8 months ago
  86. e375fd0 [libc++] Remove unused include in __threading_support by Louis Dionne · 1 year, 8 months ago
  87. 98d28e9 [libc++] Fix issue in std.cppm after introducing views::chunk_by by Louis Dionne · 1 year, 8 months ago
  88. 43d05f4 [libc++] Switch FreeBSD CI job to Clang 16 (#65422) by Ed Maste · 1 year, 8 months ago
  89. 065dc48 [libc++][ranges] Implement P2443R1: `views::chunk_by` by Jakub Mazurkiewicz · 1 year, 8 months ago
  90. 390ac82 [libc++][ranges] Add benchmarks for the `from_range` constructors of `vector` and `deque`. by varconst · 1 year, 8 months ago
  91. 6b46c76 [libc++][NFC] Remove an outdated UNSUPPORTED annotation by Louis Dionne · 1 year, 8 months ago
  92. fbdf684 [libc++] Avoid destructor call for error_category singletons by Chris Bowler · 1 year, 8 months ago
  93. 6f8b177 [libc++][C++20 modules] Tests no except build. by Mark de Wever · 1 year, 8 months ago
  94. 98c6c98 [libc++][C++20 modules] Tests no wchar_t build. by Mark de Wever · 1 year, 8 months ago
  95. b9f2403 [libc++][C++20 modules] Enabling in C++20. by Mark de Wever · 1 year, 8 months ago
  96. 10343c9 [libc++][C++20 modules] Fixes CMake include paths. (#65079) by Mark de Wever · 1 year, 8 months ago
  97. b6d2460 [libc++] Remove _LIBCPP_DISABLE_NODISCARD_AFTER_CXX17 documentation by Nikolas Klauser · 1 year, 8 months ago
  98. 9f3e3ef [libc++][NFC] Refactor __enable_if return types to defaulted template parameters by Nikolas Klauser · 1 year, 8 months ago
  99. 6256ccf [libc++][NFC] Update the remaining enable_ifs by Nikolas Klauser · 1 year, 8 months ago
  100. a168135 [libc++] Fix Lit config in `string.io`. by Konstantin Varlamov · 1 year, 8 months ago