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