1. d5c654b [libc++][RFC] Only include what is required by-version in the umbrella headers (#83740) by Nikolas Klauser · 1 year, 2 months ago
  2. 9b832b7 [libc++] Deprecated `shared_ptr` Atomic Access APIs as per P0718R2 & Implemented P2869R3: Remove Deprecated `shared_ptr` Atomic Access APIs from C++26 (#87111) by Hristo Hristov · 1 year, 2 months ago
  3. ecf44b4 [libc++][TZDB] Removes test_indian_kerguelen test. by Mark de Wever · 1 year, 2 months ago
  4. 61f1f13 [libc++][NFC] Move basic ASan annotation functions into a utility header (#87220) by Nikolas Klauser · 1 year, 2 months ago
  5. 2685256 [libc++][TZDZ] Validates the database version. by Mark de Wever · 1 year, 2 months ago
  6. 910ec6f [libc++] Undeprecate POSIX STREAM macros. (#88296) by Mark de Wever · 1 year, 2 months ago
  7. 1a895bd [libc++] Marks a variable const. (#88562) by Mark de Wever · 1 year, 2 months ago
  8. 6775285 [libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85794) by Mark de Wever · 1 year, 2 months ago
  9. 9931e7e [libc++][spaceship][NFC] P0905R1: Symmetry for spaceship - mark as implemented (#87871) by Hristo Hristov · 1 year, 2 months ago
  10. 11f22f1 [tzdb] Replace shared_mutex with mutex. (#87929) by Eric · 1 year, 2 months ago
  11. 7cafe04 [libc++] P3029R1: Better `mdspan`'s CTAD (#87873) by Xiaoyang Liu · 1 year, 2 months ago
  12. f4e3226 [libc++][ranges] LWG3736: move_iterator missing disable_sized_sentinel_for specialization (#85611) by Xiaoyang Liu · 1 year, 2 months ago
  13. 2a5ba4f [libc++] LWG3643: Missing `constexpr` in `std::counted_iterator` (#87901) by Xiaoyang Liu · 1 year, 2 months ago
  14. f0ea888 [libcxx] applies changes regarding post-commit feedback to #75259 (#76534) by Christopher Di Bella · 1 year, 2 months ago
  15. 3c4b673 [libc++] Fix -Wgnu-include-next in stddef.h (#88214) by Louis Dionne · 1 year, 2 months ago
  16. b63fe0d [libc++][NFC] Reduce the memory footprint of __copy_cv a bit (#87718) by Nikolas Klauser · 1 year, 2 months ago
  17. a6db20f [libcxx] Use generic builtins for popcount, clz and ctz (#86563) by Marc Auberer · 1 year, 2 months ago
  18. 0a13175 [libc++] Adds a global private constructor tag. (#87920) by Mark de Wever · 1 year, 2 months ago
  19. 0ad663e [libc++] Removes Clang-16 support. (#87810) by Mark de Wever · 1 year, 2 months ago
  20. 749620e [lib++][CI] Changes bootstrap build type. (#88175) by Mark de Wever · 1 year, 2 months ago
  21. c174d8f [libc++][CI] Updates Docker LLDB dependencies. (#88174) by Mark de Wever · 1 year, 2 months ago
  22. 1fda177 [libc++][chrono] Adds the sys_info class. (#85619) by Mark de Wever · 1 year, 2 months ago
  23. 59e66c5 [libc++][format] Switches to Unicode 15.1. (#86543) by Mark de Wever · 1 year, 2 months ago
  24. cf6feff [libc++] Avoids using ENODATA. (#86165) by Mark de Wever · 1 year, 2 months ago
  25. eea3bd3 [libc++][TZDB] Fixes relative path resolving. (#87882) by Mark de Wever · 1 year, 2 months ago
  26. 1381645 [libc++][format] adds a basic fuzzer test. (#87883) by Mark de Wever · 1 year, 2 months ago
  27. e280407 [libc++] Add test coverage for our implementation of LWG4031 (#87508) by Louis Dionne · 1 year, 2 months ago
  28. c891704 [libc++] Implement `bind_back` (#81055) by Jakub Mazurkiewicz · 1 year, 2 months ago
  29. ea2392e [libc++][format] Fixed `println.blank_line.sh.cpp` test on llvm-clang-win-x-* configurations (#88011) by Hristo Hristov · 1 year, 2 months ago
  30. 8f01d3f [libc++][doc] Updates format status page. by Mark de Wever · 1 year, 2 months ago
  31. 7f9f82e [libc++][format] P3142R0: Printing Blank Lines with `println` (#87277) by Hristo Hristov · 1 year, 2 months ago
  32. 935e699 [libc++] Optimize ranges::minmax (#87335) by Nikolas Klauser · 1 year, 2 months ago
  33. 4761e74 [libc++] Implement LWG3430 disallow implicit conversion of the source arguments to `std::filesystem::path` when constructing `std::basic_*fstream` (#85079) by yronglin · 1 year, 2 months ago
  34. a834436 [libc++] P2872R3: Remove ``wstring_convert`` From C++26 (#87100) by Hristo Hristov · 1 year, 2 months ago
  35. 29cc80f Fix issue with never-constexpr __construct_at in C++ < 20. (#87403) by Eric · 1 year, 2 months ago
  36. e1830f5 [libcxx] coerce formatter precision to int (#87738) by Brian Cain · 1 year, 2 months ago
  37. f5960c1 [libc++][NFC] Make __desugars_to a variable template and rename the header to desugars_to.h (#87337) by Nikolas Klauser · 1 year, 3 months ago
  38. b798c2af [libc++][CI] Updates to Clang 19. (#85301) by Mark de Wever · 1 year, 3 months ago
  39. 4167fec [libc++][chrono] Completes the tzdb class. (#82157) by Mark de Wever · 1 year, 3 months ago
  40. eb38190 [libc++][oss-fuzz] Updates C++ version used. (#87531) by Mark de Wever · 1 year, 3 months ago
  41. fb635be [libc++] P2867R1: Remove Deprecated `strstream`s From C++26 (#87107) by Hristo Hristov · 1 year, 3 months ago
  42. 4078763 [libc++] Fix copy/pasta error in atomic tests for `atomic_compare_exchange_{weak,strong}` (#87135) by Damien L-G · 1 year, 3 months ago
  43. d83233f [libc++] Mark some recent LWG issues and papers as done (#87502) by Louis Dionne · 1 year, 3 months ago
  44. 6f2d8cc [libc++][chrono] Loads leap-seconds.list in tzdb. (#82113) by Mark de Wever · 1 year, 3 months ago
  45. a77d3d9 [libc++] Disables -Wweak-vtables diagnostics. (#85577) by Mark de Wever · 1 year, 3 months ago
  46. b699a9b [libc++] Update status page after the Tokyo meeting (#87395) by Louis Dionne · 1 year, 3 months ago
  47. 98244c4 [libc++] Upstream ptrauth support in libc++ and libc++abi (#84573) by Louis Dionne · 1 year, 3 months ago
  48. d1f5850 [libc++] Fix tests on musl (#85085) (#86934) by Louis Dionne · 1 year, 3 months ago
  49. ca48d4d [libc++] Add a static_assert for a Mandates in seed_seq (#86992) by Louis Dionne · 1 year, 3 months ago
  50. 04dbf7a [libc++][ranges] Avoid using `distance` in `ranges::contains_subrange` (#87155) by A. Jiang · 1 year, 3 months ago
  51. 84ae8cb4 [libc++] `std::ranges::advance`: avoid unneeded bounds checks when advancing iterator (#84126) by Jan Kokemüller · 1 year, 3 months ago
  52. 239236b [libc++] Remove pair dependency (#85621) by Nikolas Klauser · 1 year, 3 months ago
  53. 2950283 [libc++] Simplify the implementation of <stddef.h> (#86843) by Louis Dionne · 1 year, 3 months ago
  54. beeb15b [libc++][NFC] Remove a few unused <__availablity> includes (#86126) by Nikolas Klauser · 1 year, 3 months ago
  55. 53d256b Update the "Current Status" section of the website to be current. (#84507) by Eric · 1 year, 3 months ago
  56. 985c1a4 [libc++] Optimize the two range overload of mismatch (#86853) by Nikolas Klauser · 1 year, 3 months ago
  57. 1679b27 [libc++] Refactor __tuple_like and __pair_like (#85206) by Nikolas Klauser · 1 year, 3 months ago
  58. 6aa5388 [libc++][test] Improves src include paths. (#86864) by Mark de Wever · 1 year, 3 months ago
  59. 2684a09 [libc++] Document guidelines for applying [[nodiscard]] (#84000) by Nikolas Klauser · 1 year, 3 months ago
  60. beaff78 [libc++] Optimize the std::mismatch tail (#83440) by Nikolas Klauser · 1 year, 3 months ago
  61. 316634f [libc++] Remove <queue> and <stack> includes from <format> (#85520) by Nikolas Klauser · 1 year, 3 months ago
  62. a855692 [libc++][NFC] Use __copy_cv to implement __apply_cv (#86477) by Nikolas Klauser · 1 year, 3 months ago
  63. ffed554f [libc++] Switch FreeBSD to C++26 (#86658) by Ed Maste · 1 year, 3 months ago
  64. c2bdbed [libc++][NFC] Remove whitespace that doesn't belong by Louis Dionne · 1 year, 3 months ago
  65. 5a7341a [NFC][libc++][TZDB] Improves some internals. (#84800) by Mark de Wever · 1 year, 3 months ago
  66. c388690 [libc++][NFC] Simplify copy and move lowering to memmove a bit (#83574) by Nikolas Klauser · 1 year, 3 months ago
  67. 6e6d266 [libc++] Fix one case in saturate_cast.pass.cpp for 64-bit on z/OS (#86724) by zibi2 · 1 year, 3 months ago
  68. dfde6e8 [libc++][test] Remove tests that testing std::variant<T&> (#84222) by Hui · 1 year, 3 months ago
  69. 5c663aa [libc++] <experimental/simd> Reduce types for template parameter U in tests (#83781) by ZhangYin · 1 year, 3 months ago
  70. 4fc8df9 [libc++] Switch FreeBSD CI job to Clang 17 (#86320) by Ed Maste · 1 year, 3 months ago
  71. 1880e41 Fix the OSS fuzz build. (#86562) by Eric · 1 year, 3 months ago
  72. 3cf169c [libc++][CI] Updates the documentation. (#85264) by Mark de Wever · 1 year, 3 months ago
  73. d179176 [libc++][format] Adds ABI tags to inline constexpr variables. (#86293) by Mark de Wever · 1 year, 3 months ago
  74. 81e2693 [libc++][test] Fix race condition in condition_variable_any tests (#84788) by Hui · 1 year, 3 months ago
  75. b68e2eb [libc++] Vectorize mismatch (#73255) by Nikolas Klauser · 1 year, 3 months ago
  76. f886dfe [libc++] Don't push and pop extensions diagnostics when using clang modules (#85917) by Nikolas Klauser · 1 year, 3 months ago
  77. c374788 [libc++][ranges] use `static operator()` for C++23 ranges (#86052) by Xiaoyang Liu · 1 year, 3 months ago
  78. 31a9a4b [libc++] Implement LWG3528 (`make_from_tuple` can perform (the equivalent of) a C-style cast) (#85263) by yronglin · 1 year, 3 months ago
  79. 4bf8dc1 [libc++] Remove macros for keeping std::allocator members and void specialization after C++20 (#85806) by Ilya Biryukov · 1 year, 3 months ago
  80. 50801f1 Reapply [libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MODULES_DIR (#86020) by Martin Storsjö · 1 year, 3 months ago
  81. 8779edb [libc++] Deprecates std::errc constants. (#80542) by Mark de Wever · 1 year, 3 months ago
  82. 2096f37 [libc++][NFC] Use __constexpr_memmove instead of copy_n in <__string/char_traits.h> (#85920) by Nikolas Klauser · 1 year, 3 months ago
  83. 4079370 Revert "[libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MODULES_DIR (#85756)" by Martin Storsjö · 1 year, 3 months ago
  84. d209d13 [libcxx] [cmake] Fix cmake_path(ABSOLUTE_PATH) for empty CMAKE_INSTALL_PREFIX by Martin Storsjö · 1 year, 3 months ago
  85. 22f2056 [libc++][CI] Reenables the module tests. (#85799) by Mark de Wever · 1 year, 3 months ago
  86. 7227ec9 [libc++][NFC] Remove uses of add_{const,cv,volatile} (#85635) by Nikolas Klauser · 1 year, 3 months ago
  87. 211eebf [libc++][ranges] remove `__workaround_52970` (#85683) by Xiaoyang Liu · 1 year, 3 months ago
  88. cf09b7d [libc++][ranges] LWG3715: `view_interface::empty` is overconstrained (#85004) by Xiaoyang Liu · 1 year, 3 months ago
  89. 272d1b4 [libcxx] [modules] Fix relative paths with absolute LIBCXX_INSTALL_MODULES_DIR (#85756) by Martin Storsjö · 1 year, 3 months ago
  90. 11dd881 [libc++][format] Fixes nested concept evaluation. (#85548) by Mark de Wever · 1 year, 3 months ago
  91. f804217 Revert "[libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85262)" by Mark de Wever · 1 year, 3 months ago
  92. 4109b18 [libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85262) by Mark de Wever · 1 year, 3 months ago
  93. 4ea850b [libc++] Remove __unconstrained_reverse_iterator (#85582) by Nikolas Klauser · 1 year, 3 months ago
  94. a10aa44 [libc++] Simplify the implementation of remove_reference (#85207) by Nikolas Klauser · 1 year, 3 months ago
  95. 4c5bc76 [libcxx][test] Create feature host-can-create-symlinks (#82204) by Rodrigo Salazar · 1 year, 3 months ago
  96. 99a8ffe [libc++] Use __is_scoped_enum for the implementation of is_scoped_enum if it's available (#85580) by Nikolas Klauser · 1 year, 3 months ago
  97. a2fe410 [libc++][NFC] Simplify the implementation of equal a bit (#84754) by Nikolas Klauser · 1 year, 3 months ago
  98. 580f604 [libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignable,_constructible} (#85308) by Nikolas Klauser · 1 year, 3 months ago
  99. 6cc8d54 [libc++] Add missing hide-from-ABI annotations on virtual functions (#85439) by Louis Dionne · 1 year, 3 months ago
  100. 07b18c5 [libc++] Optimize ranges::fill{,_n} for vector<bool>::iterator (#84642) by Nikolas Klauser · 1 year, 3 months ago