- 27e67cd Reland: [libc++][format] P2637R3: Member visit (std::basic_format_arg) #76449 (#79032) by Hristo Hristov · 1 year, 4 months ago
- 2550ce4 [libc++] Add base for LLVM 19 release notes (#78990) by Louis Dionne · 1 year, 4 months ago
- 04ce0ba Unconditionally lower std::string's alignment requirement from 16 to 8. (#68925) by Eric · 1 year, 4 months ago
- 6a0118c [libc++][docs] Remove mention of Phabricator on the landing page by Louis Dionne · 1 year, 4 months ago
- a829f10 [libc++] Fix outdated release procedure for release notes by Louis Dionne · 1 year, 4 months ago
- 3145265 [libc++] Fix the behavior of throwing `operator new` under -fno-exceptions (#69498) by Louis Dionne · 1 year, 4 months ago
- 02f95b7 Revert "[libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#76449)" by Petr Hosek · 1 year, 4 months ago
- 51e91b6 [libc++abi] Implement __cxa_init_primary_exception and use it to optimize std::make_exception_ptr (#65534) by itrofimow · 1 year, 4 months ago
- 90af11ea [libc++] Make sure to publish release notes at ReleaseNotes.html by Louis Dionne · 1 year, 4 months ago
- 70823fe [libc++][NFC] Fix incorrect formatting of release notes by Louis Dionne · 1 year, 4 months ago
- 4f46905 [libc++] Ensure that std::expected has no tail padding (#69673) by Jan Kokemüller · 1 year, 4 months ago
- 8fab16c [libc++][NFC] Remove trailing whitespace from release notes by Louis Dionne · 1 year, 4 months ago
- 03c19e9 [libc++][numeric] P0543R3: Saturation arithmetic (#77967) by Hristo Hristov · 1 year, 4 months ago
- 30d6806 [libc++][doc] Update the release notes for LLVM 18 (#78324) by Mark de Wever · 1 year, 4 months ago
- 8b47bb6 [libc++] Install modules. (#75741) by Mark de Wever · 1 year, 4 months ago
- 1d6b613 [libc++] Reland CI module improvements. by Mark de Wever · 1 year, 4 months ago
- 7d9b5aa [libc++][format] P2637R3: Member `visit` (`std::basic_format_arg`) (#76449) by Hristo Hristov · 1 year, 4 months ago
- 38b5f2e [libc++][spaceship][NFC] Status page update (#78894) by Hristo Hristov · 1 year, 4 months ago
- 3412bc7 [libc++][variant] P2637R3: Member `visit` (`std::variant`) (#76447) by Hristo Hristov · 1 year, 4 months ago
- 6bb5c98 [libc++] <experimental/simd> Add load constructor for class simd/simd_mask (#76610) by ZhangYin · 1 year, 4 months ago
- 448b8e6 Module documentation improvement: prebuilt module location can be directly fetched via CMake variable. (#78405) by LEE KYOUNGHEON · 1 year, 4 months ago
- 34feb22 [libc++][spaceship][NFC] Status page update: *libc++* Spaceship Operator Status (`operator<=>`)¶ (#78832) by Hristo Hristov · 1 year, 4 months ago
- dbbeee6 [libc++][span] P2447R4: `std::span` over an initializer list (#78157) by Hristo Hristov · 1 year, 4 months ago
- 552f554 [libc++][any] LWG3305: `any_cast<void>` (#78215) by Hristo Hristov · 1 year, 4 months ago
- ed276df [libc++][memory] P2868R1: Removing deprecated typedef `std::allocator::is_always_equal` (#78562) by Hristo Hristov · 1 year, 4 months ago
- 58780b8 [libc++][hardening] In production hardening modes, trap rather than abort (#78561) by Konstantin Varlamov · 1 year, 4 months ago
- 7ded345 [libc++] Implement LWG3940: std::expected<void, E>::value() also needs E to be copy constructible (#71819) by Twice · 1 year, 4 months ago
- 5c150e7 Revert #76246 and #76083 by Daniel Thornburgh · 1 year, 4 months ago
- 8dfc67d [libc++][hardening] Rework how the assertion handler can be overridden. (#77883) by Konstantin Varlamov · 1 year, 4 months ago
- 57ca748 [libc++][modules] Adds module testing. (#76246) by Mark de Wever · 1 year, 4 months ago
- d06ae33 [libc++][modules] Removes module testing. (#76083) by Mark de Wever · 1 year, 4 months ago
- 8803112 [libc++][NFC] Add deprecated mention for _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS in the docs by Louis Dionne · 1 year, 4 months ago
- e044362 [libc++] Deprecate removed features macros. (#77879) by Mark de Wever · 1 year, 4 months ago
- 127fc79 [libc++][doc] Removes LLVM-17 release notes. (#78062) by Mark de Wever · 1 year, 4 months ago
- 270c6cb [libc++][doc] Bump required GCC version. by Mark de Wever · 1 year, 4 months ago
- 3f21253 [libc++][NFC] Release notes: fixed formatting (#78058) by Hristo Hristov · 1 year, 4 months ago
- 8751bbe [libc++] Deprecate the _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS macro (#77692) by Louis Dionne · 1 year, 4 months ago
- 8f90e69 [runtimes] Use LLVM libunwind from libc++abi by default (#77687) by Louis Dionne · 1 year, 4 months ago
- d301539 [libc++][docs] Document the libc++ Lit testing format naming scheme (#73136) by Will Hawkins · 1 year, 4 months ago
- f0fd8fd [libc++][CI] Moves CI badge to main README. (#77247) by Mark de Wever · 1 year, 4 months ago
- d292972 [libc++] Implements P2517R1. (#77239) by Mark de Wever · 1 year, 4 months ago
- 0141010 [libc++][doc] Marks LWG3257 as complete (#77237) by Mark de Wever · 1 year, 4 months ago
- 92e2431 Reapply "[libc++][streams] P1759R6: Native handles and file streams" (#77190) by Hristo Hristov · 1 year, 4 months ago
- 3e498b3 [libc++][doc] Minor release notes style fixes. by Mark de Wever · 1 year, 4 months ago
- 40c07b5 Revert "[libc++][streams] P1759R6: Native handles and file streams (#76632)" by Haowei Wu · 1 year, 4 months ago
- 255f95a [libc++][streams] P1759R6: Native handles and file streams (#76632) by Hristo Hristov · 1 year, 5 months ago
- a72ab9c [libc++][span] P2821R5: `span.at()` (#74994) by Hristo Hristov · 1 year, 5 months ago
- 120b0bf [libc++][ranges][abi-break] Fix `movable_box` overwriting memory of data that lives in the tail padding (#71314) by Hui · 1 year, 5 months ago
- 81cedac [libc++] Deprecates and removes shared_ptr::unqiue. (#76576) by Mark de Wever · 1 year, 5 months ago
- 3903438 [libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (#75259) by Christopher Di Bella · 1 year, 5 months ago
- 2fd4084 [libc++][print] Adds ostream overloads. (#73262) by Mark de Wever · 1 year, 5 months ago
- e564d24 [libc++][spaceship][NFC] Status page - added papers (#75043) by Hristo Hristov · 1 year, 5 months ago
- 7481851 Move status badge as suggested in post-commit review by eric · 1 year, 5 months ago
- f68435f Add libc++ main builder status badge (#75283) by Eric · 1 year, 5 months ago
- 0e05904 [libc++][doc] Updates module information. (#75003) by Mark de Wever · 1 year, 5 months ago
- ed210f9 [libc++][CI] Tests the no RTTI configuration. (#65518) by Mark de Wever · 1 year, 5 months ago
- 6a66467 [libc++] P2770R0: Stashing stashing iterators for proper flattening (#66033) by Jakub Mazurkiewicz · 1 year, 5 months ago
- e3f154d [libc++] Implements Runtime format strings. (#73353) by Mark de Wever · 1 year, 5 months ago
- 64454da [libcxx] reorganises the hardening documentation (#73159) by Christopher Di Bella · 1 year, 5 months ago
- 77a00c0 [libc++] Replace uses of _VSTD:: by std:: (#74331) by Louis Dionne · 1 year, 6 months ago
- a7993fa [libc++] Mark P2017R1 as complete (#74484) by Jakub Mazurkiewicz · 1 year, 6 months ago
- 4c19854 [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) by Louis Dionne · 1 year, 6 months ago
- be811d1 [libc++] Run picolibc tests with qemu by Michael Platings · 1 year, 6 months ago
- 16b8c96 [libc++][format] Fixes formatting code units as integers. (#73396) by Mark de Wever · 1 year, 6 months ago
- 8aeaceb [libc++] Add initial support for picolibc by Michael Platings · 1 year, 6 months ago
- ed27a4e [libc++][PSTL] Implement std::equal (#72448) by Nikolas Klauser · 1 year, 6 months ago
- 12bb291 [libc++] Remove experimental pmr headers now shipped in mainline (#73172) by Louis Dionne · 1 year, 6 months ago
- 80403e9 [libc++] fix some inconsistencies on libcxx status pages (#73471) by h-vetinari · 1 year, 6 months ago
- 3703e7cb4 [libc++][doc] Fixes grammar issues. by Mark de Wever · 1 year, 6 months ago
- 494c9e5 [libc++] Removes basic_string::reserve(). (#73354) by Mark de Wever · 1 year, 6 months ago
- 233e7c5 [libc++] Removes codecvt. (#72496) by Mark de Wever · 1 year, 6 months ago
- 92d9f23 [libc++] Implements Runtime format strings II. (#72543) by Mark de Wever · 1 year, 6 months ago
- ba89749 [libc++] <experimental/simd> Add implicit type conversion constructor for class simd/simd_mask (#71132) by ZhangYin · 1 year, 6 months ago
- 48f5855 [libc++] Remove the deprecated _LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED macro (#73164) by Louis Dionne · 1 year, 6 months ago
- a9c149d [libc++] Document upcoming removal of _LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT in LLVM 19 by Louis Dionne · 1 year, 6 months ago
- 5d73c7d [libc++] Re-introduce special support for narrowing conversions to bool in variant (#73121) by bgra8 · 1 year, 6 months ago
- de7fbfe [libc++] Floating Point Atomic (#67799) by Hui · 1 year, 6 months ago
- a3f17ba [libc++] Implement P2467R1: Support exclusive mode for fstreams by PragmaTwice · 1 year, 6 months ago
- 56daf02 [libc++][doc] Updates format status page. by Mark de Wever · 1 year, 6 months ago
- f49ccca [libc++] Update status after the Kona meeting. (#72421) by Mark de Wever · 1 year, 6 months ago
- 170810f P1957R2: remove special-case for booleans in std::variant (#71502) by David Benjamin · 1 year, 6 months ago
- c81bfc6 [libc++] Optimize for_each for segmented iterators by Nikolas Klauser · 1 year, 6 months ago
- 64d413e [libc++][hardening] Rework macros for enabling the hardening mode. (#70575) by Konstantin Varlamov · 1 year, 6 months ago
- 7cc72a0 Implement syncstream (p0053) by Mark de Wever · 1 year, 6 months ago
- 7a62bee [libc++] Implement std::experimental::observer_ptr by Zoe Carver · 1 year, 7 months ago
- ec350ad [libc++] Remove availability annotations which can never be triggered (#69226) by philnik777 · 1 year, 7 months ago
- e3c2eac [libc++] <experimental/simd> Add default constructor for class simd/simd_mask (#70424) by ZhangYin · 1 year, 7 months ago
- cf0f6a1 [libc++] <experimental/simd> Add assignment operator of simd reference (#70020) by ZhangYin · 1 year, 7 months ago
- e1e0598 [libc++] Update status of P2770R0, P2441R2 and P2711R1 (#70045) by Jakub Mazurkiewicz · 1 year, 7 months ago
- 45d5a49 [libc++][NFC] Remove the list of `nodiscard` extensions from the docs. (#69546) by Konstantin Varlamov · 1 year, 7 months ago
- 5d7f346 [libc++][PSTL] Implement std::rotate_copy by Nikolas Klauser · 1 year, 7 months ago
- dc9ed44 [libc++][Android] Enable Android testing in BuildKite CI (#69275) by Ryan Prichard · 1 year, 7 months ago
- dc53410 [libc++] <experimental/simd> Add operator value_type() of simd reference (#68960) by ZhangYin · 1 year, 7 months ago
- d2a46e6 [libc++][PSTL] Implement std::move by Nikolas Klauser · 1 year, 7 months ago
- 639a098 [libc++] mdspan - implement layout_stride (#69650) by Christian Trott · 1 year, 7 months ago
- a7c4ff9 [libc++][Android] Don't list Android as supported yet (#69660) by Ryan Prichard · 1 year, 7 months ago
- d173ce4a [libc++][Android] Support libc++ testing on Android (#69274) by Ryan Prichard · 1 year, 7 months ago
- a574242 [libc++][docs] Update contributing docs to reflect the move to GitHub (#69386) by Louis Dionne · 1 year, 7 months ago
- 20f39bf Lower std::string's alignment requirement from 16 to 8. (#68807) by Eric · 1 year, 7 months ago
- 593521b [libcxx] <experimental/simd> Add generate constructor of class simd (#66737) by ZhangYin · 1 year, 7 months ago