summaryrefslogtreecommitdiff
path: root/libcxx/include/utility
AgeCommit message (Expand)Author
2025-03-25[libcxx] Put `std::monostate` in `<utility>` (#128373)Amr Hesham
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-07-18[libc++] Include the rest of the detail headers by version in the umbrella he...Nikolas Klauser
2024-07-11[libc++][tuple][utility] P2968R2: Make `std::ignore` a first-class object (#9...Hristo Hristov
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2023-12-12[libc++] P2770R0: Stashing stashing iterators for proper flattening (#66033)Jakub Mazurkiewicz
2023-05-23[libc++] Updates C++2b to C++23.Mark de Wever
2023-04-28[libc++] Clean up pair's constructors and assignment operatorsLouis Dionne
2023-04-12[libc++] Rename __tuple_dir back to __tupleNikolas Klauser
2023-03-10[libc++][ranges] Implement LWG-3865 Sorting a range of pairsIgor Zhukov
2023-02-27[libc++] Improves clang-format settings.Mark de Wever
2023-01-23[libc++] Improve binary size when using __transactionNikolas Klauser
2023-01-11[libc++] Improve the implementation of std::unreachableLouis Dionne
2022-12-22[libc++] Granularize <type_traits> includes in <utility>Nikolas Klauser
2022-12-21[libc++] Rename __tuple to __tuple_dir to avoid file collisionMichał Górny
2022-09-28[libc++] implement "pair" section of P2321R2 `zip`Hui Xie
2022-09-05[libc++] Granularize __tupleNikolas Klauser
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever
2022-09-03[libc++] Implement P2445R1 (`std::forward_like`)Igor Zhukov
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser
2022-06-10[libc++] Granularize even more of type_traitsNikolas Klauser
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-02-14[libc++] Implement P0627R6 (Function to mark unreachable code)Nikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-02-02[libc++][P2321R2] Add specializations of basic_common_reference and common_ty...Nikolas Klauser
2021-12-22[libc++] [ranges] Introduce _LIBCPP_AUTO_CAST(x) for auto(x).Arthur O'Dwyer
2021-12-20[libc++] Add a helper class to write code with the strong exception guaranteeLouis Dionne
2021-12-05[libc++] Add missing `#pragma GCC system_header` in a few headers. NFCI.Arthur O'Dwyer
2021-11-22[libc++] [P1614] Implement [cmp.alg]'s std::{strong,weak,partial}_order.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-10-28[libc++] P0433R2: add the remaining deduction guides.Konstantin Varlamov
2021-10-11[libc++] P2401: conditional noexcept for std::exchangeJoe Loser
2021-09-22[libc++][spaceship] Implement std::pair::operator<=>Kent Ross
2021-09-09[libc++] Implement P1951, default arguments for pair's forwarding constructorLouis Dionne
2021-06-25[libcxx][modularisation] splits `<utility>` into self-contained headersChristopher Di Bella
2021-06-24[libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella
2021-06-23[libcxx][NFC] prepares `<type_traits>` for moving out forward and swapChristopher Di Bella
2021-06-15[libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs i...Arthur O'Dwyer
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer
2021-04-25[libc++] Adds __utility/to_underlying.h.Mark de Wever
2021-04-21[libc++] s/_LIBCPP_NO_HAS_CHAR8_T/_LIBCPP_HAS_NO_CHAR8_T/gArthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-20[libc++] [C++20] [P0586] Implement safe integral comparisonsKamlesh Kumar
2021-04-12[libc++] Implement D2351R0 "Mark all library static cast wrappers as [[nodisc...Arthur O'Dwyer
2021-04-06[libc++] Header inclusion tests.Arthur O'Dwyer
2021-04-06[libcxx] Fix the type attribute for a couple templatesMartin Storsjö