aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/unordered_set
AgeCommit message (Expand)AuthorFilesLines
2025-12-15[libc++][unordered_set] Applied `[[nodiscard]]` (#170435)Hristo Hristov1-37/+47
2025-12-15[libc++][unordered_multiset] Applied `[[nodiscard]]` (#171664)Hristo Hristov1-37/+47
2025-11-02[libc++] Remove a few unused includes (#165687)Nikolas Klauser1-3/+0
2025-10-07[libc++] Make the naming of the iterator_traits aliases consistent (#161661)Nikolas Klauser1-17/+21
2025-09-24[libc++][NFC] Refactor __is_allocator to be a variable template (#159584)Nikolas Klauser1-38/+38
2025-09-22[libc++][NFC] Reformat some deduction guides (#160085)Nikolas Klauser1-7/+7
2025-08-22[libc++][NFC] Simplify the special member functions of the node containers (#...Nikolas Klauser1-17/+4
2025-08-15[libc++] Optimize __hash_table copy constructors and assignment (#151951)Nikolas Klauser1-41/+6
2025-07-10[libc++] Fix insert() calling incorrect constructors (#146231)Nikolas Klauser1-12/+12
2025-06-07[libc++] Do not call `reserve` in flat containers if underlying container is ...Hui1-0/+4
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser1-6/+6
2025-01-20[libc++] Define an internal API for std::invoke and friends (#116637)Nikolas Klauser1-2/+2
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-3/+4
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser1-139/+142
2024-10-12[libc++] Add container_traits (prework for `std::flat_map`) (#109578)Hui1-0/+22
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-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne1-0/+2
2024-08-04[libc++] Remove a few includes from <__hash_table> (#99738)Nikolas Klauser1-0/+1
2024-06-25[libc++] Move allocator assertion into allocator_traits (#94750)Hui1-4/+1
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-7/+7
2024-06-18[libc++] Refactor<__type_traits/is_swappable.h> (#86822)Nikolas Klauser1-2/+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-24/+12
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
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-1059/+894
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-23/+23
2023-12-04[libc++][NFC] Add a few clang-format annotations (#74352)Louis Dionne1-0/+4
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-150/+150
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-0/+1
2023-10-13[libc++] Re-apply "Remove UB in list, forward_list and __hash_table"Louis Dionne1-2/+2
2023-10-06Revert "[libc++] Remove UB in list, forward_list and __hash_table"Krasimir Georgiev1-2/+2
2023-10-05[libc++] Remove UB in list, forward_list and __hash_tableLouis Dionne1-2/+2
2023-07-20[libc++][hardening] Categorize most assertions inside the container classes.varconst1-20/+20
2023-07-18[libc++][ranges] Implement the changes to node-based containers from P1206 (`...varconst1-0/+222
2023-06-29[libc++] Remove the legacy debug mode.varconst1-78/+3
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-20/+20
2023-06-20[libc++] Add incomplete availability markup for std::pmrLouis Dionne1-2/+3
2023-06-11[libc++][spaceship] P1614R2: Removed ops from `unordered_multiset`, `unordere...Hristo Hristov1-2/+10
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser1-6/+6
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-32/+32
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-0/+1
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-0/+1
2023-02-28[libc++] Refactor allocator_mismatch.compile.fail.cpp -> .verify.cppArthur O'Dwyer1-2/+2
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-29/+29
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-2/+2
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+1