Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-06-13 | [libc++][NFC] Use concepts in <bit>. | Mark de Wever | 1 | -8/+6 |
2022-03-13 | [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. | Joe Loser | 1 | -2/+2 |
2022-03-01 | [libc++] Revert "Protect users from relying on detail headers" & related changes | Louis Dionne | 2 | -2/+0 |
2022-02-26 | [libcxx][modules] protects users from relying on detail headers | Christopher Di Bella | 2 | -0/+2 |
2022-02-04 | [libc++] Normalize all our '#pragma GCC system_header', and regression-test. | Arthur O'Dwyer | 1 | -1/+1 |
2021-11-22 | [libc++] Implement P1272R4 (std::byteswap) | Nikolas Klauser | 1 | -0/+55 |
2021-09-09 | [libc++] Implement C++20's P0476R2: std::bit_cast | Louis Dionne | 1 | -0/+38 |