aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2020-12-09[libc++] Run back-deployment CI on macOS 10.15 instead of 10.14Louis Dionne
2020-12-08[libc++] Mark my new <algorithm> test unsupported on clang-8.Arthur O'Dwyer
2020-12-08[libc++] Add _VSTD:: qualifications to ADL-proof <algorithm>.Arthur O'Dwyer
2020-12-08[libc++] ADL-proof __libcpp_is_nothrow_constructible.Arthur O'Dwyer
2020-12-08[libc++] Implement missing feature-test macro __cpp_lib_shared_ptr_arraysLouis Dionne
2020-12-08[libc++] NFC: Indent feature-test macro script consistentlyLouis Dionne
2020-12-08[libc++] Add std::hash<char8_t> specialization if char8_t is enabledYuriy Chernyshov
2020-12-08[libc++] [LWG3221] Add tests for wrapping operator+(year_month, months).Marek Kurdej
2020-12-08[libc++] ADL-proof <iterator>. `__convert_to_integral` is not a customization...Arthur O'Dwyer
2020-12-08[libc++] Add a CI job to backdeploy to macOS 10.14Louis Dionne
2020-12-08Revert "Add new 'preferred_name' attribute."Richard Smith
2020-12-08[libc++] Mark LWG3200 as Nothing To Do. NFC.Marek Kurdej
2020-12-07Add new 'preferred_name' attribute.Richard Smith
2020-12-07[libc++] [docs] Mark LWG3055 as complete. Use string_view instead of string i...Marek Kurdej
2020-12-06[libc++] [docs] Mark P1865 as complete since 11.0 as it was implemented toget...Marek Kurdej
2020-12-06[libc++] [LWG3374] Mark `to_address(const Ptr& p)` overload `constexpr`.Marek Kurdej
2020-12-05[SystemZ][ZOS] Fix the usage of pthread_t within libc++Zbigniew Sarbinowski
2020-12-05[NFC][libc++] Update C++20 issues status.Mark de Wever
2020-12-04[libc++] Update the commented "synopsis" in <algorithm> to match current real...Arthur O'Dwyer
2020-12-04[libc++] [P0202] constexpr set_union, set_difference, set_symmetric_differenc...Arthur O'Dwyer
2020-12-04[libc++] Slightly improve constexpr test coverage for std::includes.Arthur O'Dwyer
2020-12-04[libc++] fix std::sort(T**, T**)Brett Gutstein
2020-12-04[libc++] [test] Disable parts of path.factory.pass.cpp as requiring localizat...Marek Kurdej
2020-12-04[libc++] [test] Mark path.charconv.pass.cpp as requiring localization enabled.Marek Kurdej
2020-12-04[libc++] [docs] Add Version column to issues tables on status pages.Marek Kurdej
2020-12-04[libcxx] [test] Add a test for conversions between wchar_t, utf8, char16_t, c...Martin Storsjö
2020-12-04[libcxx] Implement c++2a char8_t input/output of std::filesystem::pathMartin Storsjö
2020-12-03[libc++] Update and normalize the "all the headers" tests.Arthur O'Dwyer
2020-12-03[libc++] [docs] Add C++2b (to be C++23) status page.Marek Kurdej
2020-12-02[libc++] Install missing packages to cross-compile to 32 bits during CILouis Dionne
2020-12-02[libc++] Add slice_array operator= valarray overload.zoecarver
2020-12-02[libc++] [docs] Mark LWG2296 as complete not only on clang.Marek Kurdej
2020-12-02[libc++] [docs] Mark P1424 as superseded by P1902.Marek Kurdej
2020-12-02[libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname.Marek Kurdej
2020-12-02[libcxx] Apply msvcrt specific exception for lgamma() to mingw configurations...Martin Storsjö
2020-12-02[libc++] [docs] Update and move NOTES.txt to docs/Contributing.rst.Marek Kurdej
2020-12-01s/instantate/instantiate/ throughout. NFCI.Arthur O'Dwyer
2020-12-01[libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer
2020-12-01[libc++] ADL-proof <thread>, and eliminate `using namespace chrono`.Arthur O'Dwyer
2020-12-01[libc++] Support simply `std::iterator_traits` in the iterator_traits test.Arthur O'Dwyer
2020-12-01[libc++] NFC: Remove unused macros in <__config>Louis Dionne
2020-12-01[libc++] Optimize the number of assignments in std::exclusive_scanLouis Dionne
2020-11-30[libcxx] remove checks for __STDCPP_THREADS__ as it is defined by compilerZequan Wu
2020-11-29[libc++] hash<long double>: adjust for x86-64 ILP32Harald van Dijk
2020-11-28[libc++] Disable some tests using gcc 9.Mark de Wever
2020-11-28[libc++] P1645 constexpr for <numeric>Mark de Wever
2020-11-27[libc++] s/constpexr/constexpr/ in some comments. NFC.Arthur O'Dwyer
2020-11-27[libc++] Support no libc++ namespace in the iterator test.Vladimir Vereschaka
2020-11-27[libc++] Consistently unparenthesize `numeric_limits<T>::max`. NFCI.Arthur O'Dwyer
2020-11-27[libc++] Use std::move in numeric algorithms (P0616R0).zoecarver