aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/equal_range.h
AgeCommit message (Expand)AuthorFilesLines
2024-12-18[libc++] Remove some unused includes (#120219)Nikolas Klauser1-4/+0
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne1-1/+1
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser1-2/+2
2024-08-05[libc++] Check correctly ref-qualified __is_callable in algorithms (#101553)Louis Dionne1-1/+1
2024-08-01[libc++] Revert "Check correctly ref-qualified __is_callable in algorithms (#...Louis Dionne1-1/+1
2024-08-01[libc++] Check correctly ref-qualified __is_callable in algorithms (#73451)Nhat Nguyen1-1/+1
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser1-2/+2
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser1-1/+1
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne1-0/+5
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-7/+4
2023-06-19[libc++][NFC] Rename __lower_bound_impl to __lower_boundLouis Dionne1-1/+1
2023-06-06[libc++] Refactor __lessNikolas Klauser1-5/+1
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser1-2/+5
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser1-3/+3
2022-07-26[libc++] Use uninitialized algorithms for vectorNikolas Klauser1-0/+1
2022-07-22[libc++][ranges] implement `std::ranges::equal_range`Hui Xie1-46/+41
2022-07-12[lib++][ranges][NFC] Refactor `iterator_operations.h` to use tags.Konstantin Varlamov1-1/+1
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser1-9/+9
2022-06-13[libc++] Fix std::lower_bound with C++20-hostile iteratorsNikolas Klauser1-1/+2
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser1-1/+4
2022-06-06[libc++][ranges] Implement ranges::binary_search and ranges::{lower, upper}_b...Nikolas Klauser1-1/+3
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne1-1/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-10[libc++] Alphabetize header #includes. NFCI.Arthur O'Dwyer1-1/+1
2021-08-27[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROSLouis Dionne1-5/+0
2021-06-19[libcxx] Move all algorithms into their own headersLouis Dionne1-0/+87
2021-06-07Revert "[libcxx][gardening] Move all algorithms into their own headers."Petr Hosek1-86/+0
2021-06-04[libcxx][gardening] Move all algorithms into their own headers.zoecarver1-0/+86