aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include
AgeCommit message (Expand)Author
2022-08-02[libc++][ranges] Implement `std::ranges::partial_sort_copy`.Konstantin Varlamov
2022-08-02[libc++] Fix reverse_iterator::iterator_conceptNikolas Klauser
2022-08-02[libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abortLouis Dionne
2022-08-02[libc++][ranges] implement `std::ranges::unique{_copy}`Hui Xie
2022-08-02[libc++] Make `_IterOps::__iter_move` more similar to `std::ranges::iter_move`.Konstantin Varlamov
2022-08-02[libc++] Fix unwrapping ranges with different iterators and sentinelsNikolas Klauser
2022-08-02[libc++][ranges] implement `std::ranges::inplace_merge`Hui Xie
2022-07-29[libc++] Implement P1004R2 (constexpr std::vector)Nikolas Klauser
2022-07-26[libc++][ranges] Implement `ranges::is_heap{,_until}`.Konstantin Varlamov
2022-07-26[libc++][ranges] Make sure all range algorithms support differing projection ...Konstantin Varlamov
2022-07-26[libc++][ranges] Implement `ranges::generate{,_n}`.Konstantin Varlamov
2022-07-26[libc++] Use uninitialized algorithms for vectorNikolas Klauser
2022-07-26[libc++] Generalize the customizeable assertion handlerLouis Dionne
2022-07-25[libc++] Fix algorithms which use reverse_iteratorNikolas Klauser
2022-07-24[libc++] Granularize some more type_traitsNikolas Klauser
2022-07-23[libcxx] Remove static inline and make use of _LIBCPP_HIDE_FROM_ABI in __supp...Brad Smith
2022-07-22[libc++][ranges] Implement `ranges::shuffle`.Konstantin Varlamov
2022-07-22[libc++] Take advantage of -fexperimental-library in libc++Louis Dionne
2022-07-22[libc++] Support int8_t and uint8_t in integer distributions as an extensionLouis Dionne
2022-07-22[libc++][ranges] implement `std::ranges::includes`Hui Xie
2022-07-22[libc++][ranges] implement `std::ranges::equal_range`Hui Xie
2022-07-21Revert "[libc++] Use uninitialized algorithms for vector"Augusto Noronha
2022-07-21[libc++][format] Adhere to clang-tidy style.Mark de Wever
2022-07-20[libc++] Fix proxy iterator issues that trigger an assertion in Chromium.Hui Xie
2022-07-20[libc++] Fix `_IterOps::__iter_move` to support proxy iterators.Konstantin Varlamov
2022-07-20[libc++] Use uninitialized algorithms for vectorNikolas Klauser
2022-07-20[libc++][ranges] Implement `std::ranges::partition_{point,copy}`.Konstantin Varlamov
2022-07-20[libc++] Implements Unicode grapheme clusteringMark de Wever
2022-07-20[libc++] Implement P1423R3 (char8_t backward compatibility remediation)Nikolas Klauser
2022-07-19[libc++][ranges][NFC] Consolidate range algorithm checks for returning `dangl...Konstantin Varlamov
2022-07-19[libc++][ranges] Implement `ranges::partial_sort`.varconst
2022-07-19[libc++][ranges] fix `std::search_n` incorrect `static_assert`Hui Xie
2022-07-19[libc++] Define ostream nullptr inserter for >= C++17 onlyJoe Loser
2022-07-19[libc++] Treat incomplete features just like other experimental featuresLouis Dionne
2022-07-18[libc++][ranges] Implement `ranges::{,stable_}partition`.Konstantin Varlamov
2022-07-18[libcxx] Fix copy and pasto that broke the build on Android/FuchsiaBrad Smith
2022-07-17[libc++][ranges] Make range algorithms support proxy iteratorsKonstantin Varlamov
2022-07-16[libcxx] Replace remaining _LIBCPP_INLINE_VISIBILITY in __supportBrad Smith
2022-07-16[libc++][AIX] Correct the definition of __regex_word for AIXXing Xue
2022-07-14[libc++][ranges] implement `std::ranges::set_union`Hui Xie
2022-07-14[libcxx][AIX][z/OS] Remove headers included via `_IBMCPP__`David Tenty
2022-07-14[libc++] Use __unwrap_iter_impl for both unwrapping and rewrappingNikolas Klauser
2022-07-14[libc++] Error if someone tries to use MSVC and tell them to contact the libc...Nikolas Klauser
2022-07-14[libc++] Allow setting _LIBCPP_OVERRIDABLE_FUNC_VISNikolas Klauser
2022-07-13[libc++][ranges] implement `std::ranges::set_symmetric_difference`Hui Xie
2022-07-13[libc++] Implement ranges::find_end, ranges::search{, _n}Nikolas Klauser
2022-07-13[libc++][format] Improves parsing speed.Mark de Wever
2022-07-13[libc++][chrono] Adds operator<=> for day.Mark de Wever
2022-07-13Revert "[libc++] Implement ranges::find_end, ranges::search{, _n}"Nikolas Klauser
2022-07-13[libc++] Implement ranges::find_end, ranges::search{, _n}Nikolas Klauser