Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2022-03-14[libc++][NFC] Remove several redundant #if _LIBCPP_STD_VER > 17 in <span>Louis Dionne
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-12[libc++] Remove unneeded tests.Mark de Wever
2022-03-12[libc++][NFC] Use TEST_HAS_NO_EXCEPTIONS.Mark de Wever
2022-03-12[libc++] Add a missing test case.Mark de Wever
2022-03-12[libc++][ranges] Implement ranges::find{, _if, _if_not}Nikolas Klauser
2022-03-11[libc++] Remove workaround for missing declarations on Windows store appsLouis Dionne
2022-03-11[libc++] Remove workaround for C11 features on compilers that don't support u...Louis Dionne
2022-03-11[libc++] Remove raw call to debug handler from __char_traits_length_checkedLouis Dionne
2022-03-10[libc++] Add tests for the content of <cstddef>Louis Dionne
2022-03-10[libc++] Remove operator-> from iterator archetypes that don't need itLouis Dionne
2022-03-10[libc++] Bump minimum compiler requirementsLouis Dionne
2022-03-10[libc++] Add test coverage for std::shared_ptr<const T>Louis Dionne
2022-03-10Revert "[libc++] Remove extension to support allocator<const T>"Louis Dionne
2022-03-09[libc++] Enable format_to and vformat_to tests even outside of Debug modeLouis Dionne
2022-03-09[libc++][NFC] Cleanups in <charconv>.Mark de Wever
2022-03-09[libc++] Don't manually override NDEBUG in the dylib buildLouis Dionne
2022-03-09[libcxx][CI] Use temporary clang-13 bots for Arm/AArch64David Spickett
2022-03-09[libcxx] [test] XFAIL the get/put long_double_ru_RU tests on Glibc < 2.27Martin Storsjö
2022-03-09[libcxx] [test] Fix the classic_table test on WindowsMartin Storsjö
2022-03-09[libc++] Fix a use-after-move introduced in D118003.Arthur O'Dwyer
2022-03-09[libc++][ranges] Implement ranges::mismatchNikolas Klauser
2022-03-09[libc++] Remove stray #undefLouis Dionne
2022-03-08[libc++] Remove extension to support allocator<const T>Louis Dionne
2022-03-08[libc++][NFC] Rename ostreambuf_iterator testLouis Dionne
2022-03-08[libc++] "Bottom-up heapsort" improvement to sort_heap.Arthur O'Dwyer
2022-03-08[libc++] Complexity regression tests for make_heap and sort_heap.Arthur O'Dwyer
2022-03-08[libc++] Remove workarounds for re-defining _LIBCPP_ASSERT in the test suiteLouis Dionne
2022-03-08[libc++] Enable more clang-tidy checks and list potential candidatesNikolas Klauser
2022-03-08[libcxx][AIX] Remove `LIBCXX-AIX-FIXME` in isalwayslockfree check after 86478...Kai Luo
2022-03-08Revert "[libc++] Remove extension to support allocator<const T>"Louis Dionne
2022-03-07[libc++] Make common_iterator's proxy types into aggregates.Arthur O'Dwyer
2022-03-07[libcxxabi] Fix cmake order dependency wrt dllexportingMartin Storsjö
2022-03-07[libc++] Remove extension to support allocator<const T>Louis Dionne
2022-03-07[libc++][AIX][test] Enable put_double/long_double locale testsJinsong Ji
2022-03-07[libc++] [ranges] Fix `decltype(auto) ranges::iter_move`.Arthur O'Dwyer
2022-03-07[libc++] Overhaul std::quoted; fix its relationship to character traits.Arthur O'Dwyer
2022-03-07[libc++] Better handling for zero-sized types.Arthur O'Dwyer
2022-03-07[libc++][ranges] Implement ranges::max_elementNikolas Klauser
2022-03-07[libc++][NFC] Improve release note formattingLouis Dionne
2022-03-07[libc++][NFC] Add missing whitespace in release notesLouis Dionne
2022-03-07[libc++] Add missing header <cuchar>Louis Dionne
2022-03-06[libcxx][atomic] Remove workaround for PR31864Kai Luo
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser
2022-03-05[libc++] Don't warn that coroutines aren't supported when including <experime...Nikolas Klauser
2022-03-05[libc++] Add _LIBCPP_HIDE_FROM_ABI to __quoted_proxy ctors.Arthur O'Dwyer
2022-03-05[libc++] [NFC] Formatting preliminary to D120135 (std::quoted)Arthur O'Dwyer
2022-03-05[libc++] ADL-proof calls to __quoted and noskipws.Arthur O'Dwyer
2022-03-05[libcxx] Fix the ctype `is` (pointer version) function for WindowsMartin Storsjö
2022-03-05[libc++] [LWG3656] Update the return type of std::bit_width.Arthur O'Dwyer