Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libc++] Add hide_from_abi check for classes | Nikolas Klauser | 2023-04-16 | 1 | -3/+4 |
* | [libc++] Add __decay_t and use it instead of decay<>::type | Nikolas Klauser | 2023-03-31 | 1 | -4/+4 |
* | [libc++] Enable -Wunused-template | Nikolas Klauser | 2023-03-08 | 1 | -3/+3 |
* | [libc++] Forward to std::memcmp for trivially comparable types in equal | Nikolas Klauser | 2023-02-21 | 1 | -27/+13 |
* | [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x | Nikolas Klauser | 2023-02-15 | 1 | -3/+3 |
* | [libc++] Make <ranges> non-experimental | Louis Dionne | 2022-08-18 | 1 | -2/+2 |
* | [libc++][ranges] Implement `std::ranges::partial_sort_copy`. | Konstantin Varlamov | 2022-07-30 | 1 | -29/+69 |
* | [libc++][ranges] Implement `ranges::{,stable_}partition`. | Konstantin Varlamov | 2022-07-18 | 1 | -0/+15 |
* | [libcxx][ranges] implement `std::ranges::set_difference` | Hui Xie | 2022-07-08 | 1 | -1/+21 |
* | [libc++][ranges] Implement `ranges::sort`. | Konstantin Varlamov | 2022-06-16 | 1 | -0/+51 |