Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x | Nikolas Klauser | 2023-02-15 | 1 | -2/+2 |
* | [libc++] Add [[nodiscard]] extensions to ranges algorithms | Nikolas Klauser | 2022-11-05 | 1 | -2/+2 |
* | [libc++] Make <ranges> non-experimental | Louis Dionne | 2022-08-18 | 1 | -2/+2 |
* | [lib++][ranges][NFC] Refactor `iterator_operations.h` to use tags. | Konstantin Varlamov | 2022-07-12 | 1 | -2/+2 |
* | [libc++] Fix std::lower_bound with C++20-hostile iterators | Nikolas Klauser | 2022-06-13 | 1 | -2/+7 |
* | [libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_b... | Nikolas Klauser | 2022-06-06 | 1 | -0/+70 |