Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-12-18 | [libc++] Format the code base (#74334) | Louis Dionne | 1 | -7/+8 |
2023-02-15 | [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x | Nikolas Klauser | 1 | -2/+2 |
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 | 1 | -1/+0 |
2022-02-28 | [libc++] [ranges] Permit std::mergeable and std::sortable with HAS_NO_INCOMPL... | Arthur O'Dwyer | 1 | -2/+2 |
2022-02-26 | [libcxx][modules] protects users from relying on detail headers | Christopher Di Bella | 1 | -0/+1 |
2022-02-17 | [libc++][ranges] Implement `std::mergeable`. | Konstantin Varlamov | 1 | -0/+41 |