1. 1d83750 [libc++] Implement ranges::copy{, _n, _if, _backward} by Nikolas Klauser · 3 years, 2 months ago
  2. c4f059e [libc++][NFC] Add missing 'return 0' to test by Louis Dionne · 3 years, 2 months ago
  3. 48fbced [libc++] Adds a missing include. by Mark de Wever · 3 years, 2 months ago
  4. 4ff70db [libc++] Fix undefined behavior in `std::filebuf` by Fabian Wolff · 3 years, 2 months ago
  5. 58d9ab7 [libc++][ranges] Implement ranges::minmax and ranges::minmax_element by Nikolas Klauser · 3 years, 2 months ago
  6. 667925d [libc++] `bitset::operator[] const` should return bool by Nikolas Klauser · 3 years, 2 months ago
  7. 1352ea4 [libc++] Mark completed paper as complete by Louis Dionne · 3 years, 2 months ago
  8. db6421e [libc++] Post-commit adjustments after rebasing D117656 by Louis Dionne · 3 years, 2 months ago
  9. 2fb026e Implement move_sentinel and C++20 move_iterator. by Arthur O'Dwyer · 3 years, 2 months ago
  10. 2b424f4 [libc++] Implement ranges::filter_view by Louis Dionne · 3 years, 2 months ago
  11. e53c461 [libc++][ranges] Implement `lazy_split_view`. by Konstantin Varlamov · 3 years, 2 months ago
  12. 81b51b6 Fix libcxx build after cd0a5889d71c62ae7cefc by Yuanfang Chen · 3 years, 2 months ago
  13. 0cc34ca [libc++] Define legacy symbols for inline functions at a finer-grained level by Louis Dionne · 3 years, 2 months ago
  14. 7738db2 [NFC][libc++][test] Move time tests. by Mark de Wever · 3 years, 2 months ago
  15. 8b5e4c0 [runtimes][CI] Add a 20 minutes individual test time out by Louis Dionne · 3 years, 2 months ago
  16. 2d0475e [libcxx] locale_bionic.h: skip ndk-version.h on Android platform by zijunzhao · 3 years, 2 months ago
  17. 64e4dd3 [libcxx] [test] Fix back-to-back use of get_temp_file_name() on Windows by Martin Storsjö · 3 years, 2 months ago
  18. b9ca1e5 [libc++][NFC] Use noexcept instead of _NOEXCEPT for code compiled into the library by Louis Dionne · 3 years, 2 months ago
  19. c292b60 [libc++] Implement P1007R3: std::assume_aligned by Louis Dionne · 3 years, 2 months ago
  20. 2c6217f [libc++] Make .version.pass.cpp tests be compile-only tests by Louis Dionne · 3 years, 2 months ago
  21. 732920d [libc++] Remove the usage of __init in operator+ by Nikolas Klauser · 3 years, 2 months ago
  22. aed0e8b [libc++] Rename the template arguments of the algorithm result types by Nikolas Klauser · 3 years, 2 months ago
  23. a96443e [libc++] Implement P0401R6 (allocate_at_least) by Nikolas Klauser · 3 years, 2 months ago
  24. fb9a692 [libc++][format][4/6] Improve formatted_size. by Mark de Wever · 3 years, 2 months ago
  25. 8893022 [libc++][format][3/6] Adds a __container_buffer. by Mark de Wever · 3 years, 2 months ago
  26. 72cd50b [libc++] Add missing 'return 0;' to main() in test by Louis Dionne · 3 years, 2 months ago
  27. f950ba0 [libcxx][NFC] Format sort.h by Nilay Vaish · 3 years, 2 months ago
  28. 4fe6a5d [libc++] Rename PS() macro to avoid clashing with Xtensa register name by Gustavo Henrique Nihei · 3 years, 2 months ago
  29. c3d0205 [libc++] Avoid using anonymous struct with base classes (fixes GCC 12) by Azat Khuzhin · 3 years, 2 months ago
  30. d49c0ba [libc++][test] Use the Japanese locale. by Mark de Wever · 3 years, 2 months ago
  31. 476047b [libc++] Adds back_insert_iterator::__get_container. by Mark de Wever · 3 years, 2 months ago
  32. 7277b00a [NFC][libc++][format] Prepare unit tests. by Mark de Wever · 3 years, 2 months ago
  33. 08920cc0 [libc++] Add __is_callable type trait and begin granularizing type_traits by Nikolas Klauser · 3 years, 2 months ago
  34. 628fcfd [libc++] Add tests for std::string default constructor and destructor by Nikolas Klauser · 3 years, 2 months ago
  35. 194d196 Introduce branchless sorting functions for sort3, sort4 and sort5. by Marco Gelmi · 3 years, 2 months ago
  36. b05027a Revert "[libc++][format] Use a helper constant." by Mark de Wever · 3 years, 2 months ago
  37. 82427685 [libc++][format] Use a helper constant. by Mark de Wever · 3 years, 2 months ago
  38. 0a77e63 [libcxx] Add flag to disable __builtin_assume in _LIBCPP_ASSERT by Arthur Eubanks · 3 years, 2 months ago
  39. b7042b7 [libc++] Add back-deployment testing on arm64 macs by Louis Dionne · 3 years, 2 months ago
  40. 1306b10 [libc++][ranges] Implement ranges::count{, _if} by Nikolas Klauser · 3 years, 2 months ago
  41. 1b9c5f6 [libc++] Remove redundant __invoke_constexpr functions by Nikolas Klauser · 3 years, 2 months ago
  42. cd7b444 [libc++][ranges] Add implicit conversion to bool test for ranges::find{, if, if_not} by Nikolas Klauser · 3 years, 2 months ago
  43. 7594e23 [libcxx] [test] Stop defining LIBCXX-WINDOWS-FIXME by Martin Storsjö · 3 years, 2 months ago
  44. 3fb3770 [libc++] Use cpp20_output_iterator in tests. by Mark de Wever · 3 years, 2 months ago
  45. d786249 [NFC][libc++] Modularize chrono's calendar. by Mark de Wever · 3 years, 2 months ago
  46. e27a122 [libc++] Support arrays in make_shared and allocate_shared (P0674R1) by Louis Dionne · 3 years, 2 months ago
  47. 586182a [libcxx] [test] Remove UNSUPPORTED markings for mingw issues that no longer are present in CI by Martin Storsjö · 3 years, 2 months ago
  48. 6720bc2 [libc++] Remove error about _LIBCPP_ALTERNATE_STRING_LAYOUT not being supported anymore by Louis Dionne · 3 years, 2 months ago
  49. fd92ca0 [libc++][NFC] Remove stray whitespace in comment by Louis Dionne · 3 years, 2 months ago
  50. 6efda5e [libcxx] [test] Fix the locale ctype widen tests on Windows by Martin Storsjö · 3 years, 2 months ago
  51. c00df57 [libc++] add global variable template std::views::empty by Hui Xie · 3 years, 2 months ago
  52. 83de107 [libc++][test] Adds an cpp20_output_iterator. by Mark de Wever · 3 years, 2 months ago
  53. 8ec4999 [libc++] Tidy up tests for deduction guides and other compile-time failing properties in std::string by Louis Dionne · 3 years, 2 months ago
  54. 45ce3f3 [libc++] Silence new deprecation warnings for C functions in tests by Louis Dionne · 3 years, 2 months ago
  55. 3ba8548 [libc++][ranges] Implement ranges::transform by Nikolas Klauser · 3 years, 2 months ago
  56. 9a44ed4 [libc++] Implement tests for private headers using the new generator by Louis Dionne · 3 years, 2 months ago
  57. dba90d7 [libcxx] Stop recommending setting LIBCXX_HAS_WIN32_THREAD_API in the MinGW builds by Martin Storsjö · 3 years, 2 months ago
  58. 1379649 [libc++] Fix std::is_array<T[0]> and add tests by Louis Dionne · 3 years, 2 months ago
  59. a4f73b9 [libc++][NFC] Rename generate_assertion_tests.py to generate_header_tests.py by Louis Dionne · 3 years, 2 months ago
  60. be1294d [libc++] Implement all public header tests using the new generator by Louis Dionne · 3 years, 2 months ago
  61. e70533ae [libc++] Remove unused <iosfwd> include from <__debug> by Louis Dionne · 3 years, 2 months ago
  62. 896770c [libc++][NFC] Fix weird indentation in test by Louis Dionne · 3 years, 2 months ago
  63. e476df5 [libc++][ranges] Implement ranges::max by Nikolas Klauser · 3 years, 2 months ago
  64. e06ca31 [libc++] Canonicalize the ranges results and their tests by Nikolas Klauser · 3 years, 2 months ago
  65. b048397 [libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with newer CMake by Martin Storsjö · 3 years, 2 months ago
  66. 64d7f77 [libcxx] [ci] Enable -Werror for libcxxabi and libunwind too by Martin Storsjö · 3 years, 2 months ago
  67. 9c54a0c [libc++] Fixes calendar function visibility. by Mark de Wever · 3 years, 2 months ago
  68. 11c14bc [libc++][ci] Installs Japanese locale in Docker. by Mark de Wever · 3 years, 2 months ago
  69. e3ad15d [libc++][doc] Update formatting status. by Mark de Wever · 3 years, 2 months ago
  70. 0a46041 [libc++] Install psutil on the macOS nodes by Louis Dionne · 3 years, 2 months ago
  71. 19246b0 [libc++] Remove the __libcpp_version file by Louis Dionne · 3 years, 2 months ago
  72. cb055e5 [libc++] Add a CI job running MSAN by Louis Dionne · 3 years, 2 months ago
  73. 5fbce8b [libcxx] [doc] Update Windows build instructions after deprecating the legacy standalone builds by Martin Storsjö · 3 years, 2 months ago
  74. 385cc25 [libc++] Ensure that all public C++ headers include <__assert> by Louis Dionne · 3 years, 2 months ago
  75. f29002a [libunwind] Add a _LIBUNWIND_VERSION macro by Louis Dionne · 3 years, 2 months ago
  76. f079946 [libc++] Use __builtin_expect and __builtin_assume in _LIBCPP_ASSERT by Louis Dionne · 3 years, 2 months ago
  77. 95a2527 [libc++][NFC] Fix typo in comment by Louis Dionne · 3 years, 2 months ago
  78. 65b1b3b [libc++][libc++abi] Serialize the enable_assertions Lit parameter in the generated config by Louis Dionne · 3 years, 2 months ago
  79. 6e2c6c9 [libcxx] random_device, specify optimal entropy properties for all OS's using arc4random() by Brad Smith · 3 years, 2 months ago
  80. 5599e2c [libc++][doc] Update format implementation status. by Mark de Wever · 3 years, 2 months ago
  81. 555214c [libc++][format][2/6] Adds a __output_iterator. by Mark de Wever · 3 years, 2 months ago
  82. f900f70 [libc++] Remove the _LIBCPP_BOOL_CONSTANT macro by Louis Dionne · 3 years, 2 months ago
  83. 3c6bd17 [libc++] Rename __identity to __type_identity by Nikolas Klauser · 3 years, 2 months ago
  84. c87c891 [libc++] Audit all uses of _LIBCPP_ASSERT and _LIBCPP_DEBUG_ASSERT by Louis Dionne · 3 years, 2 months ago
  85. fea3ca5 [libc++][NFC] Refactor the ABI changelog by Louis Dionne · 3 years, 2 months ago
  86. 5c458f3e5 [libc++][NFC] Update ABI changelog to account for new assertion handler by Louis Dionne · 3 years, 2 months ago
  87. b0fd949 [libc++] Add a lightweight overridable assertion handler by Louis Dionne · 3 years, 2 months ago
  88. cb1598c [libc++] Correct outdated documentation about __config_site by Louis Dionne · 3 years, 2 months ago
  89. 215f5fd [libc++][NFC] Change availability macro from macosx to macos by Louis Dionne · 3 years, 2 months ago
  90. cc82a1b [libc++][NFC] Fix include guards and add a missing license header by Louis Dionne · 3 years, 2 months ago
  91. a749e32 Replace links to archived mailing lists by links to Discourse forums by Danny Mösch · 3 years, 2 months ago
  92. 59fae7b [libc++][NFC] Slight improvement to __availability documentation by Louis Dionne · 3 years, 2 months ago
  93. 1295040 [libc++][NFC] Use struct instead of class for ranges::end by Louis Dionne · 3 years, 2 months ago
  94. e4e281ea Revert "[bootstrap] Allow passing options to sub-builds for all targets" by Petr Hosek · 3 years, 2 months ago
  95. 6a7f055 [libc++] Re-enable workaround for pre-ranges CTAD in std::span by Louis Dionne · 3 years, 2 months ago
  96. 240e06d [bootstrap] Allow passing options to sub-builds for all targets by Louis Dionne · 3 years, 2 months ago
  97. 0f05200 [libc++][AIX] AIX allows for changing permissions of symlinks by Zarko Todorovski · 3 years, 2 months ago
  98. d6f00f8 [libc++] Trigger CI when cmake/ is modified by Louis Dionne · 3 years, 2 months ago
  99. 5082b94 [libunwind] Add libunwind to the bootstrapping build CI by Louis Dionne · 3 years, 2 months ago
  100. f2b376f [libc++] Disable modules with the bootstrapping build by Louis Dionne · 3 years, 2 months ago