aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/set
AgeCommit message (Expand)AuthorFilesLines
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne1-0/+9
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser1-2/+2
2024-08-30[libc++][NFC] Run clang-format on libcxx/includeLouis Dionne1-2/+1
2024-07-07[libc++] Restore `__synth_three_way` lambda (#90398)Hristo Hristov1-3/+2
2024-06-25[libc++] Move allocator assertion into allocator_traits (#94750)Hui1-6/+2
2024-06-23[libc++][NFC] Replace _NOEXCEPT and _LIBCPP_CONSTEXPR macros with the keyword...Nikolas Klauser1-3/+3
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-8/+12
2024-06-18[libc++] Refactor<__type_traits/is_swappable.h> (#86822)Nikolas Klauser1-4/+2
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser1-2/+2
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne1-1/+0
2024-05-08[libc++][NFC] Refactor __is_transparent to be a variable template (#90865)Nikolas Klauser1-20/+20
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser1-2/+2
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+1
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne1-0/+5
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov1-16/+16
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-922/+655
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-30/+30
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-168/+168
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-0/+1
2023-08-15[libc++][NFC] Refactor return type enable_ifs to defaulted template argumentsNikolas Klauser1-40/+40
2023-07-18[libc++][ranges] Implement the changes to node-based containers from P1206 (`...varconst1-0/+123
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-12/+12
2023-06-20[libc++] Add incomplete availability markup for std::pmrLouis Dionne1-2/+3
2023-05-29[libc++][spaceship] Implement `operator<=>` for `multiset` and `set`Hristo Hristov1-10/+45
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser1-4/+4
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-2/+2
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-0/+1
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-0/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-25/+25
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+1
2022-10-11[libc++] static_assert that rebinding the allocator works as expectedNikolas Klauser1-0/+8
2022-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer1-0/+13
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-0/+2
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever1-5/+5
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-2/+0
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-0/+2
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever1-1/+1
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne1-0/+5
2022-06-17[libc++] Mark standard-mandated includes as suchNikolas Klauser1-1/+12
2022-06-15[libc++] Removes unneeded <iterator> includes.Mark de Wever1-1/+0
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser1-1/+3
2022-05-28[libc++] Remove unused __functional includesNikolas Klauser1-0/+1
2022-04-26[libc++] Remove <functional> includesNikolas Klauser1-1/+0
2022-04-20[libc++] Granularize <functional> includesNikolas Klauser1-1/+1
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-1/+1
2022-03-25[libc++] Rename __identity to __type_identityNikolas Klauser1-4/+4
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne1-1/+1
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser1-0/+2
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1