summaryrefslogtreecommitdiff
path: root/libcxx/test/std/containers
AgeCommit message (Expand)Author
2025-11-17[libc++] Fix __hash_table::erase(iterator, iterator) to update the bucket lis...Nikolas Klauser
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser
2025-11-10[libc++] Avoid overloaded `operator,` for (`T`, `Iter`) cases (#161049)A. Jiang
2025-11-01[libc++] constexpr flat_multiset (#161016)Hui
2025-10-22[libc++][C++03] Introduce LIBCPP_{,NON_}FROZEN_ASSERT (#163380)Nikolas Klauser
2025-10-21Reapply "[libc++] Optimize __hash_table::erase(iterator, iterator)" (#162850)Nikolas Klauser
2025-10-17[libc++][C++03] Cherry-pick #120577 and #120495 (#163748)Nikolas Klauser
2025-10-14[libc++][C++03] Cherry-pick #116449 and #113086 (#163362)Nikolas Klauser
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2025-09-30[libc++][test] Use ASSERT_WITH_LIBRARY_INTERNAL_ALLOCATIONS in more places (#...Martin Storsjö
2025-09-24[libc++][C++03] cherry-pick #119801 (#158247)Nikolas Klauser
2025-09-17Revert "[libc++] Optimize __hash_table::erase(iterator, iterator) (#1… (#15...Aiden Grossman
2025-09-15[libc++] Specialize __lazy_synth_three_way_comparator for std::greater and fr...Nikolas Klauser
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-09-03[libc++][C++03] Backport #111127, #112843 and #121620 (#155571)Nikolas Klauser
2025-09-03[libc++] Optimize {map,set}::insert(InputIterator, InputIterator) (#154703)Nikolas Klauser
2025-09-02[libcxx][test] Avoid warnings about unused variables and typedefs if `_LIBCPP...Alex Guteniev
2025-08-27Reapply "[libc++] Refactor key extraction for __hash_table and __tree (#15451...Nikolas Klauser
2025-08-26Revert "[libc++] Refactor key extraction for __hash_table and __tree (#154512)"Aiden Grossman
2025-08-26[libc++] Refactor key extraction for __hash_table and __tree (#154512)Nikolas Klauser
2025-08-25[libc++] Optimize __hash_table::erase(iterator, iterator) (#152471)Nikolas Klauser
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2025-08-22[libc++] Optimize multi{map,set}::insert(InputIterator, InputIterator) (#152691)Nikolas Klauser
2025-08-15[libc++] Optimize __tree::find and __tree::__erase_unique (#152370)Nikolas Klauser
2025-08-15[libc++] Optimize __hash_table copy constructors and assignment (#151951)Nikolas Klauser
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-09[libc++] Fix uses of non-empty transparent comparator in `<map>` (#152624)A. Jiang
2025-08-05[Clang] Add detailed notes explaining why `is_constructible` evaluates to fal...Corentin Jabot
2025-08-05[libc++] Optimize copy construction and assignment of __tree (#151304)Nikolas Klauser
2025-07-30Revert "[libc++][Clang] Added explanation why is_constructible evaluated to f...Victor Campos
2025-07-25[libc++] Move a bunch of tests from libcxx/test/libcxx to libcxx/test/std (#1...Nikolas Klauser
2025-07-20[libc++] constexpr flat_multimap (#148417)Hui
2025-07-13[libc++] Don't instantiate allocators in __hash_table on an incomplete type (...Nikolas Klauser
2025-07-10[libc++] Fix insert() calling incorrect constructors (#146231)Nikolas Klauser
2025-07-08[libc++][Clang] Added explanation why is_constructible evaluated to false. Up...Shamshura Egor
2025-07-05[libc++] constexpr `flat_set` (#140360)Hui
2025-06-28[libc++] Introduce `__product_iterator_traits` and optimise `flat_map::insert...Hui
2025-06-26[libc++] Avoid type-punning between __hash_value_type and pair (#143501)Nikolas Klauser
2025-06-21[libc++] constexpr flat_map (#137453)Hui
2025-06-18[libc++] Make list constexpr as part of P3372R3 (#129799)Peng Liu
2025-06-15[libc++] P2944R3: Constrained comparisons - update `reference_wrapper` implem...Hristo Hristov
2025-06-11[libc++] Make forward_list constexpr as part of P3372R3 (#129435)Peng Liu
2025-06-10[libc++] Move swap test to a .compile.pass.cpp (#143167)Louis Dionne
2025-06-08[libcxx] Include __fwd/span.h in <mdspan>Aiden Grossman
2025-06-07[libc++] Do not call `reserve` in flat containers if underlying container is ...Hui
2025-06-06[libc++] `flat_meow` transparent comparator string literals (#133654)Hui
2025-06-04[libc++] Ensure strong exception guarantee for forward_list::resize (#131025)Peng Liu
2025-06-04[libc++] constexpr priority_queue (#140634)Peng Liu
2025-05-30[libc++] P2165R4: Update deduction guides for map containers and container ad...Ksar
2025-05-18[libc++] Fix set::operator= when instantiating with a std::pair (#140385)Nikolas Klauser