aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__bit
AgeCommit message (Expand)AuthorFilesLines
2022-06-13[libc++][NFC] Use concepts in <bit>.Mark de Wever1-8/+6
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser1-2/+2
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne2-2/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella2-0/+2
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-11-22[libc++] Implement P1272R4 (std::byteswap)Nikolas Klauser1-0/+55
2021-09-09[libc++] Implement C++20's P0476R2: std::bit_castLouis Dionne1-0/+38