aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include
AgeCommit message (Expand)AuthorFilesLines
2022-02-04[libc++] No longer support ranges::begin(x) when x is an array of incomplete ...Arthur O'Dwyer1-4/+11
2022-02-04[libc++] Disable incomplete features for the LLVM 14 releaseLouis Dionne1-1/+2
2022-02-03[libc++] Fix chrono::duration constructor constraintTiago Macarios1-1/+1
2022-02-03[libc++] Remove the std::string base classNikolas Klauser2-16/+1
2022-02-02[libc++] [NFC] Normalize some `#ifndef _LIBCPP_HAS_NO_CONCEPTS`.Arthur O'Dwyer4-7/+21
2022-02-02[libc++] [NFC] s/_LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)/!d...Arthur O'Dwyer44-88/+88
2022-02-01[libc++] Make _VSTD and alias for stdNikolas Klauser1-2/+2
2022-02-01[libc++] Remove unneeded qualifier.Mark de Wever2-9/+6
2022-02-01[libc++] Fix LWG3589 "The const lvalue reference overload of get for subrange...Arthur O'Dwyer1-1/+1
2022-02-01[libc++][NFC] Add namespace comments in rangesNikolas Klauser13-22/+23
2022-01-31[libcxx] [Windows] Pick a unique bit for __regex_wordMartin Storsjö1-1/+7
2022-01-31[libc++] [ranges] ADL-proof ranges::iter_{swap,move}.Arthur O'Dwyer2-7/+11
2022-01-31[libc++] [ranges] Implement std::ranges::distanceArthur O'Dwyer1-0/+56
2022-01-31[libc++] [NFC] Audit LWG issues for "Nothing To Do" and "Complete".Arthur O'Dwyer1-1/+0
2022-01-31[libc++] Merge _LIBCPP_HAS_NO_RANGES into _LIBCPP_HAS_NO_CONCEPTS. NFC.Arthur O'Dwyer55-125/+121
2022-01-31[libc++][ranges] Add ranges::in_in_out_resultNikolas Klauser4-1/+55
2022-01-29[libc++] Fix the last instances of `namespace ranges::inline...`. NFC.Arthur O'Dwyer4-15/+22
2022-01-28[libcxx] Allow using thread safety annotations in MinGW modeMartin Storsjö1-2/+3
2022-01-27[libc++] [P1614] Implement the second half of [cmp.alg]: compare_{strong,weak...Arthur O'Dwyer6-13/+240
2022-01-27Omit atomic_{,un}signed_lock_free if unsupportedBrian Cain1-0/+3
2022-01-27[libc++] [ranges] ref_view and empty_view are borrowed ranges. Normalize borr...Arthur O'Dwyer2-0/+7
2022-01-27[libc++] Fix a typo in reverse_iterator::operator=.Arthur O'Dwyer1-2/+2
2022-01-27[libc++] Fix bug in ranges::advanceLouis Dionne1-6/+6
2022-01-27[libc++] Fix common_iterator for output_iteratorsLouis Dionne1-7/+7
2022-01-26[libc++] Fix LWG3390: move_iterator now handles move-only iterators.Arthur O'Dwyer1-2/+3
2022-01-26[libc++] Fix LWG3533 "Make `base() const&` consistent..."Arthur O'Dwyer2-4/+2
2022-01-26[libc++] Make C++03 reference_wrapper more like C++11.Arthur O'Dwyer1-15/+2
2022-01-26[libc++] Fix LWG3557 "static_cast expression in convertible_to has the wrong ...Arthur O'Dwyer1-2/+3
2022-01-26[libc++] [ranges] Fix LWG3470 "convertible-to-non-slicing seems to reject val...Arthur O'Dwyer1-4/+6
2022-01-25[libc++] [test] Fix LWG3146 "Excessive unwrapping in std::ref/cref"Arthur O'Dwyer1-3/+5
2022-01-24[libc++] Fix LWG3422 "Issues of seed_seq's constructors"Arthur O'Dwyer1-13/+18
2022-01-25[libc++] Remove std::basic_string's base class in ABIv2Nikolas Klauser2-10/+8
2022-01-25[libc++][NFC] remove this-> when calling member functions in <string>Nikolas Klauser1-35/+36
2022-01-24[libc++] Make sure basic_string::reserve(n) never shrinks in all Standard modesLouis Dionne1-4/+5
2022-01-24[libc++][format] Finish P0645 Text Formatting.Mark de Wever1-150/+8
2022-01-24[libc++] Fix bugs in common_iterator; add test coverage.Arthur O'Dwyer1-40/+27
2022-01-24[libc++][format] Adds formatter handle.Mark de Wever2-4/+38
2022-01-24[libc++][format] Disable default formatter.Mark de Wever4-36/+30
2022-01-24[libc++][format] Adds formatter pointer.Mark de Wever6-2/+199
2022-01-24[libc++][format] Adds formatter floating-point.Mark de Wever7-32/+904
2022-01-23[libc++] Fix LWG3437 "__cpp_lib_polymorphic_allocator is in the wrong header"Arthur O'Dwyer1-1/+1
2022-01-23[libc++] Mark LWG3541 as "Complete". NFC.Arthur O'Dwyer1-5/+5
2022-01-22[libc++] Implement LWG3549: view_interface need not inherit from view_baseJoe Loser2-3/+12
2022-01-22[libc++] Use addressof in unordered_set.Mark de Wever1-7/+8
2022-01-21[SystemZ][z/OS][NFC] Remove extra symbolMuiez Ahmed1-2/+2
2022-01-21[libc++] Use addressof in unordered_map.Mark de Wever2-30/+31
2022-01-21Revert "[libc++] Use addressof in unordered_map."Mark de Wever2-31/+30
2022-01-21[libc++] Use addressof in unordered_map.Mark de Wever2-30/+31
2022-01-20[libcxx] chrono::month_weekday should not be default constructibleCasey Carter1-1/+0
2022-01-20[libc++] Eliminate the `__function_like` helper.Arthur O'Dwyer8-163/+42