- 0218ea4 [libc++] Implement ranges::ends_with by Zijun Zhao · 1 year, 9 months ago
- 054f9c5 [libc++] Fix `std::pair`'s pair-like constructor's incorrect assumption (#66585) by Hui · 1 year, 9 months ago
- aa8601d [libc++] [string_view] Remove operators made redundant by C++20 (#66206) by Amirreza Ashouri · 1 year, 9 months ago
- 078651b [libc++] Implement LWG3545: std::pointer_traits should be SFINAE-friendly. (#65177) by Daniel Cheng · 1 year, 9 months ago
- 695138c [libc++] implement std::`jthread` by Hui · 1 year, 9 months ago
- fdf91c7 [libc++][NFC] Introduce named states in std::call_once (#66289) by Louis Dionne · 1 year, 9 months ago
- 69875d5 [libc++] Refactor node creation and destruction in list and forward_list (#65614) by Louis Dionne · 1 year, 9 months ago
- 4d08ecc [libc++] Implement P2538R1 "ADL-proof std::projected" (#65411) by Louis Dionne · 1 year, 9 months ago
- 85f27d1 [libc++] Make sure LWG2070 is implemented as a DR (#65998) by Louis Dionne · 1 year, 9 months ago
- cce062d [libc++] Reintroduce the removed std::char_traits specialization (#66153) by Louis Dionne · 1 year, 9 months ago
- adae4e9 [libcxx] <experimental/simd> Fix CI errors on 32-bits x86 by Zhangyin · 1 year, 9 months ago
- 6441347 [libc++] Simplify the implementation of locale::id (#65781) by Louis Dionne · 1 year, 9 months ago
- d78ca73 [libc++] Fix the rotate direction used in countl_zero() by Armando Martín · 1 year, 9 months ago
- b85e186 [libc++][hardening] Add back the safe mode. by Konstantin Varlamov · 1 year, 9 months ago
- 7024892 [libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to the test suite by Igor Zhukov · 1 year, 9 months ago
- ed29f27 [libcxx] <experimental/simd> Add broadcast constructor of class simd/simd_mask by Zhangyin · 1 year, 9 months ago
- e7a45c6 [libcxx] <experimental/simd> Added internal storage type, constructors, subscript operators of class simd/simd_mask and related tests by Zhangyin · 1 year, 9 months ago
- a284d0c [libcxx] <experimental/simd> Added aliagned flag types, traits is_simd_flag_type[_v], memory_alignment[_v] and related tests by Zhangyin · 1 year, 9 months ago
- ce5652c [libcxx] <experimental/simd> Added simd width functions, simd_size traits and related tests by Zhangyin · 1 year, 9 months ago
- 0e30dd4 [libcxx] <experimental/simd> Add ABI tags, class template simd/simd_mask implementations. Add related simd traits and tests. by Zhangyin · 1 year, 9 months ago
- 3e14076 [libcxx] <experimental/simd> Removed original implementations and tests by Zhangyin · 1 year, 9 months ago
- 3e24a77 [libc++] Use the default initializer for char_type in std::num_get::do_get by Louis Dionne · 1 year, 9 months ago
- 62bec3d [libcxx] Fix include directory order (#65859) by Alex Brachet · 1 year, 9 months ago
- 2374ae4 [libc++][nfc] Fixes emacs magic marker. by Mark de Wever · 1 year, 9 months ago
- 5795e7b [libc++][hardening][NFC] Fix the 17 release notes to remove mentions of hardening by Konstantin Varlamov · 1 year, 9 months ago
- bf1bcb6 [libc++] Use intptr_t instead of ptrdiff_t for messages_base::catalog by Alexander Richardson · 1 year, 9 months ago
- 7d7dcc1 [libc++][NFC] Remove dead code in <list> (#65651) by Louis Dionne · 1 year, 9 months ago
- 7f302f2 Revert "[libc++][NFC] Remove __has_keyword" by Xing Xue · 1 year, 10 months ago
- 401e457 [libc++] Wipe some more macros that do not belong in C++ forwarding headers by Brad Smith · 1 year, 10 months ago
- 6255157 [libc++] Re-enable std::pair trivial copy constructor for FreeBSD >= 14 by Dimitry Andric · 1 year, 10 months ago
- f78f93b [libc++][chrono] Adds tzdb_list implementation. by Mark de Wever · 1 year, 10 months ago
- 9f67143 [libc++] Implement LWG3938 (Cannot use std::expected monadic ops with move-only error_type) by yronglin · 1 year, 10 months ago
- e375fd0 [libc++] Remove unused include in __threading_support by Louis Dionne · 1 year, 10 months ago
- 065dc48 [libc++][ranges] Implement P2443R1: `views::chunk_by` by Jakub Mazurkiewicz · 1 year, 10 months ago
- 9f3e3ef [libc++][NFC] Refactor __enable_if return types to defaulted template parameters by Nikolas Klauser · 1 year, 10 months ago
- 6256ccf [libc++][NFC] Update the remaining enable_ifs by Nikolas Klauser · 1 year, 10 months ago
- 0a97720 [libc++] Assume that __BYTE_ORDER__ is always present by Nikolas Klauser · 1 year, 10 months ago
- b6310e6 [libc++] Add lifetimebound attributes to clamp by Nikolas Klauser · 1 year, 10 months ago
- d2232e6 [libc++] Initialize all member variables of `__state` in `<regex>` by Konstantin Varlamov · 1 year, 10 months ago
- c01794e [libc++] Move once_flag outside of <mutex> by Louis Dionne · 1 year, 10 months ago
- b397921 [runtimes] Fix some duplicate word typos by Louis Dionne · 1 year, 10 months ago
- 22347af [libc++][NFC] Remove some dead code by Nikolas Klauser · 1 year, 10 months ago
- 8930d04 [libc++][format] Fixes out of bounds access. by Mark de Wever · 1 year, 10 months ago
- ec4005f [libc++][hardening] Mark the remaining stray assertions as uncategorized by Konstantin Varlamov · 1 year, 10 months ago
- 3c28ce6 [libc++] Adds __throw_system_error overload. by Mark de Wever · 1 year, 10 months ago
- 06ef752 [libc++] Implement LWG3464(istream::gcount() can overflow) by yronglin · 1 year, 10 months ago
- 2051a41 Revert "[libc++] Implement LWG3464(istream::gcount() can overflow)" by yronglin · 1 year, 10 months ago
- d57fe1d [libc++] Implement LWG3464(istream::gcount() can overflow) by yronglin · 1 year, 10 months ago
- 2dc6281 [libc++]Declaring '__asign_view__' as a non noexcept function by Rishabh Bali · 1 year, 10 months ago
- ea82a82 [libc++] Adds string_view constructor overload by Mark de Wever · 1 year, 10 months ago
- 6021c78 [libc++][Modules] locale fails to compile with clang modules when _LIBCPP_LOCALE__L_EXTENSIONS is undefined by Ian Anderson · 1 year, 10 months ago
- 92ac360 [libc++][charconv] Adds operator bool. by Mark de Wever · 1 year, 10 months ago
- d9e3c85 [libc++][modules] Simplifies C++20 module testing. by Mark de Wever · 1 year, 10 months ago
- 96377e5 [libc++][expected] Implement LWG3836 by yrong · 1 year, 10 months ago
- cd34e89 [libc++][NFC] Remove __has_keyword by Nikolas Klauser · 1 year, 10 months ago
- 3583bf3 [libc++] Make everything in namespace std have default type visibility and hidden visibility and remove _LIBCPP_ENUM_VIS by Nikolas Klauser · 1 year, 10 months ago
- 1eb90b9 [libc++] Fixes disabling wide character. by Mark de Wever · 1 year, 10 months ago
- 4da76ea [libc++][NFC] Refactor enable_ifs in defaulted arguments to defaulted template arguments by Nikolas Klauser · 1 year, 10 months ago
- a9167c2 [libc++][Modules] Simplify the __std_clang_module header generation by Ian Anderson · 1 year, 10 months ago
- 68b1035 [libc++][PSTL] Add a __parallel_sort implementation to libdispatch by Nikolas Klauser · 1 year, 10 months ago
- 475bd19 [libc++][NFC] Refactor return type enable_ifs to defaulted template arguments by Nikolas Klauser · 1 year, 10 months ago
- 925a11a [libc++] Simplify is_convertible by Nikolas Klauser · 1 year, 10 months ago
- f29c549 [libc++] Fix problems with GCC 13 and switch to it in the CI by Nikolas Klauser · 1 year, 10 months ago
- 051c863 [libc++][PSTL] Simplify the partitioning algorithm until we have better data to know how to chunk better by Nikolas Klauser · 1 year, 10 months ago
- f0c5ce0 [libc++][Modules] Generate the __std_clang_module header by Ian Anderson · 1 year, 10 months ago
- 72a006b [libc++][Modules] Remove unnecessary `requires` from the module map by Ian Anderson · 1 year, 10 months ago
- 45500fa [libc++] Fix the signature of std::rotl and std::rotr by Daniil Kalinin · 1 year, 10 months ago
- 66bb6b4 [libc++] Optimize internal function in <system_error> by Edoardo Sanguineti · 1 year, 10 months ago
- 4e1a23e [runtimes][NFC] Remove stray whitespace on extern C comments by Louis Dionne · 1 year, 10 months ago
- bec51c9 [libc++][NFC] Remove the old PSTL headers by Nikolas Klauser · 1 year, 10 months ago
- 090996f [libc++] Work around dynamic linking of stringstream::str() on Windows by Piotr Fusik · 1 year, 10 months ago
- e30a148 [libc++] Remove generic char_traits implementation by Nikolas Klauser · 1 year, 10 months ago
- 0e2de66 [libc++][PSTL] Parallelize random_access_iterator by Gonzalo Brito Gadeschi · 1 year, 11 months ago
- 0f4d7d8 [libc++][mdspan] Fix layout_left::stride(r) by Christian Trott · 1 year, 11 months ago
- 3537338 [libc++][libunwind] Fixes to allow GCC 13 to compile libunwind/libc++abi/libc++ by Nikolas Klauser · 1 year, 11 months ago
- dcdcc7c [libc++][NFC] Replace typedefs with using in the math headers by Nikolas Klauser · 1 year, 11 months ago
- f3589d2 [libc++][NFC] Refactor the enable_ifs in the math headers by Nikolas Klauser · 1 year, 11 months ago
- f0e9cd2 [libc++][PSTL] Adds a missing include. by Mark de Wever · 1 year, 11 months ago
- 7b580d8 [NFC][libc++][format] Switches to from_range constructor. by Mark de Wever · 1 year, 11 months ago
- f418cb1 [libc++] Fix `std::out_of_range` thrown from `basic_stringbuf::str() &&` by Piotr Fusik · 1 year, 11 months ago
- 8670b53 [libc++] Optimize ranges::find for vector<bool> by Nikolas Klauser · 1 year, 11 months ago
- 15941dd [libc++][PSTL] Add vectorization annotations when clang is used by Nikolas Klauser · 1 year, 11 months ago
- 9391330 [libc++][PSTL] Fix std::copy frontend dispatching by Nikolas Klauser · 1 year, 11 months ago
- 0e4d812 [libc++][NFC] Format math headers by Nikolas Klauser · 1 year, 11 months ago
- 404d311 [libc++][NFC] Remove std:: qualifications from math headers by Nikolas Klauser · 1 year, 11 months ago
- 6553608 [libc++] Granulaize math.h and move the functions to std::__math by Nikolas Klauser · 1 year, 11 months ago
- 165841b [libc++][Modules] Fix a few module related warnings by Ian Anderson · 1 year, 11 months ago
- bb65caf [libc++][NFC] Format __bit_reference by Nikolas Klauser · 1 year, 11 months ago
- 6d43651 [libc++][NFC] Replace _VSTD with std in __bit_reference by Nikolas Klauser · 1 year, 11 months ago
- 50a1f74 [libc++][NFC] Replace typedefs with using in __bit_reference by Nikolas Klauser · 1 year, 11 months ago
- a55f93f [libc++] Replace _LIBCPP_INLINE_VISIBILITY with _LIBCPP_HIDE_FROM_ABI in __bit_reference by Nikolas Klauser · 1 year, 11 months ago
- 4d20cfc [libc++] Simplify single-iterator __bit_iterator algorithm specializations by Nikolas Klauser · 1 year, 11 months ago
- a800485 [libc++][Modules] Recreate the top level `std` clang module by Ian Anderson · 1 year, 11 months ago
- 488c3db [libc++][mdspan] Fix uglification, categorize asserts and move tests by Christian Trott · 1 year, 11 months ago
- fc48765 [libc++][mdspan] Implement std::mdspan class by Christian Trott · 1 year, 11 months ago
- ab72028 Bump trunk version to 18.0.0git by Tobias Hieta · 1 year, 11 months ago
- 1e24b4d [libc++] Fix template parameter naming and enforce it through readability-identifier-naming by Nikolas Klauser · 1 year, 11 months ago
- 4a652e4 [libc++][hardening] Categorize more assertions. by varconst · 1 year, 11 months ago
- 705fb08 [NFC][libc++] Update comments to reflect changes in ASan by Advenam Tacet · 1 year, 11 months ago
- e295330 [libc++][print] Adds stdout functions. by Mark de Wever · 1 year, 11 months ago