aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__concepts
AgeCommit message (Expand)AuthorFilesLines
2024-03-20[libc++][ranges] remove `__workaround_52970` (#85683)Xiaoyang Liu1-5/+0
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser1-2/+2
2024-01-15[libc++][concepts] Implements concept helper `__libcpp_integer` (#78086)Hristo Hristov1-0/+4
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne4-11/+11
2023-10-12[libc++] Check formatting with clang-format 17 (#68928)Louis Dionne1-1/+1
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn1-0/+5
2023-06-19[libc++][NFC] Apply clang-format on large parts of the code baseLouis Dionne22-183/+173
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-3/+3
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser22-44/+44
2023-01-12[libc++][NFC] Qualify declvalNikolas Klauser2-3/+3
2022-12-20[libc++] Granularize <type_traits> includes in <concepts>Nikolas Klauser17-17/+30
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-1/+1
2022-08-14[libc++] Granularize the rest of type_traitsNikolas Klauser3-0/+3
2022-07-24[libc++] Granularize some more type_traitsNikolas Klauser1-0/+2
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser22-44/+44
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne22-22/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella22-0/+22
2022-02-14[libc++][ranges] Implement rbegin, rend, crbegin and crend.Konstantin Varlamov1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer22-22/+22
2022-02-02[libc++] [NFC] s/_LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS)/!d...Arthur O'Dwyer22-44/+44
2022-01-29[libc++] Fix the last instances of `namespace ranges::inline...`. NFC.Arthur O'Dwyer1-7/+8
2022-01-26[libc++] Fix LWG3557 "static_cast expression in convertible_to has the wrong ...Arthur O'Dwyer1-2/+3
2022-01-04[libc++] [ranges] ADL-proof the [range.access] CPOs.Arthur O'Dwyer1-0/+4
2021-09-02[libc++] Remove an unused internal concept.Mark de Wever1-2/+0
2021-09-02[libc++][NFC] Move concepts to a subheader.Mark de Wever1-0/+9
2021-08-26[libc++] Revert a use of `static_cast` for `_VSTD::forward`. NFCI.Arthur O'Dwyer1-1/+2
2021-08-10[libc++][modularisation] Split up <concepts> into granular headers.Arthur O'Dwyer22-0/+947