aboutsummaryrefslogtreecommitdiff
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [libc++] [P1164] [C++20] Make fs::create_directory() error if there is alread...Marek Kurdej2020-12-105-10/+103
* [libc++] Add a script to automatize updating test for a new header.Marek Kurdej2020-12-105-713/+1037
* Add new 'preferred_name' attribute.Richard Smith2020-12-095-47/+142
* [libc++] Run back-deployment CI on macOS 10.15 instead of 10.14Louis Dionne2020-12-091-2/+2
* [libc++] Mark my new <algorithm> test unsupported on clang-8.Arthur O'Dwyer2020-12-081-0/+1
* [libc++] Add _VSTD:: qualifications to ADL-proof <algorithm>.Arthur O'Dwyer2020-12-084-107/+290
* [libc++] ADL-proof __libcpp_is_nothrow_constructible.Arthur O'Dwyer2020-12-081-2/+2
* [libc++] Implement missing feature-test macro __cpp_lib_shared_ptr_arraysLouis Dionne2020-12-085-48/+23
* [libc++] NFC: Indent feature-test macro script consistentlyLouis Dionne2020-12-081-71/+71
* [libc++] Add std::hash<char8_t> specialization if char8_t is enabledYuriy Chernyshov2020-12-082-0/+11
* [libc++] [LWG3221] Add tests for wrapping operator+(year_month, months).Marek Kurdej2020-12-082-70/+70
* [libc++] ADL-proof <iterator>. `__convert_to_integral` is not a customization...Arthur O'Dwyer2020-12-083-10/+44
* [libc++] Add a CI job to backdeploy to macOS 10.14Louis Dionne2020-12-081-0/+11
* Revert "Add new 'preferred_name' attribute."Richard Smith2020-12-085-142/+47
* [libc++] Mark LWG3200 as Nothing To Do. NFC.Marek Kurdej2020-12-081-1/+1
* Add new 'preferred_name' attribute.Richard Smith2020-12-075-47/+142
* [libc++] [docs] Mark LWG3055 as complete. Use string_view instead of string i...Marek Kurdej2020-12-072-4/+3
* [libc++] [docs] Mark P1865 as complete since 11.0 as it was implemented toget...Marek Kurdej2020-12-063-2/+6
* [libc++] [LWG3374] Mark `to_address(const Ptr& p)` overload `constexpr`.Marek Kurdej2020-12-063-32/+37
* [SystemZ][ZOS] Fix the usage of pthread_t within libc++Zbigniew Sarbinowski2020-12-052-7/+16
* [NFC][libc++] Update C++20 issues status.Mark de Wever2020-12-051-1/+1
* [libc++] Update the commented "synopsis" in <algorithm> to match current real...Arthur O'Dwyer2020-12-041-50/+50
* [libc++] [P0202] constexpr set_union, set_difference, set_symmetric_differenc...Arthur O'Dwyer2020-12-0414-1839/+730
* [libc++] Slightly improve constexpr test coverage for std::includes.Arthur O'Dwyer2020-12-042-53/+39
* [libc++] fix std::sort(T**, T**)Brett Gutstein2020-12-042-1/+18
* [libc++] [test] Disable parts of path.factory.pass.cpp as requiring localizat...Marek Kurdej2020-12-041-1/+2
* [libc++] [test] Mark path.charconv.pass.cpp as requiring localization enabled.Marek Kurdej2020-12-041-0/+1
* [libc++] [docs] Add Version column to issues tables on status pages.Marek Kurdej2020-12-042-617/+617
* [libcxx] [test] Add a test for conversions between wchar_t, utf8, char16_t, c...Martin Storsjö2020-12-041-0/+418
* [libcxx] Implement c++2a char8_t input/output of std::filesystem::pathMartin Storsjö2020-12-049-6/+100
* [libc++] Update and normalize the "all the headers" tests.Arthur O'Dwyer2020-12-039-5/+75
* [libc++] [docs] Add C++2b (to be C++23) status page.Marek Kurdej2020-12-036-2/+67
* [libc++] Install missing packages to cross-compile to 32 bits during CILouis Dionne2020-12-021-0/+1
* [libc++] Add slice_array operator= valarray overload.zoecarver2020-12-023-2/+63
* [libc++] [docs] Mark LWG2296 as complete not only on clang.Marek Kurdej2020-12-021-1/+1
* [libc++] [docs] Mark P1424 as superseded by P1902.Marek Kurdej2020-12-021-1/+1
* [libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname.Marek Kurdej2020-12-0267-107/+1444
* [libcxx] Apply msvcrt specific exception for lgamma() to mingw configurations...Martin Storsjö2020-12-021-2/+2
* [libc++] [docs] Update and move NOTES.txt to docs/Contributing.rst.Marek Kurdej2020-12-023-28/+47
* s/instantate/instantiate/ throughout. NFCI.Arthur O'Dwyer2020-12-011-1/+1
* [libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer2020-12-0134-129/+128
* [libc++] ADL-proof <thread>, and eliminate `using namespace chrono`.Arthur O'Dwyer2020-12-012-24/+54
* [libc++] Support simply `std::iterator_traits` in the iterator_traits test.Arthur O'Dwyer2020-12-011-30/+30
* [libc++] NFC: Remove unused macros in <__config>Louis Dionne2020-12-011-8/+0
* [libc++] Optimize the number of assignments in std::exclusive_scanLouis Dionne2020-12-011-6/+9
* [libcxx] remove checks for __STDCPP_THREADS__ as it is defined by compilerZequan Wu2020-11-301-4/+0
* [libc++] hash<long double>: adjust for x86-64 ILP32Harald van Dijk2020-11-291-1/+1
* [libc++] Disable some tests using gcc 9.Mark de Wever2020-11-2823-0/+23
* [libc++] P1645 constexpr for <numeric>Mark de Wever2020-11-2830-259/+902
* [libc++] s/constpexr/constexpr/ in some comments. NFC.Arthur O'Dwyer2020-11-276-6/+6