aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/list
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++] Refactor<__type_traits/is_swappable.h> (#86822)Nikolas Klauser1-4/+3
2024-06-18[libc++] Enable modernize-use-equals-delete (#93293)Nikolas Klauser1-3/+3
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser1-4/+3
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne1-1/+0
2024-05-23Removed redundant template in '__delete_node()' member function of '__forward...2LoS1-1/+0
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser1-1/+1
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser1-3/+2
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+1
2024-02-20[libc++] Refactor more __enable_ifs to the canonical style (#81457)Nikolas Klauser1-33/+19
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-1370/+1020
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-32/+32
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-102/+102
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-16/+52
2023-10-06Revert "[libc++] Remove UB in list, forward_list and __hash_table"Krasimir Georgiev1-52/+16
2023-10-05[libc++] Remove UB in list, forward_list and __hash_tableLouis Dionne1-16/+52
2023-09-15[libc++] Refactor node creation and destruction in list and forward_list (#65...Louis Dionne1-129/+72
2023-09-08[libc++][NFC] Remove dead code in <list> (#65651)Louis Dionne1-11/+0
2023-07-20[libc++][hardening] Categorize most assertions inside the container classes.varconst1-13/+13
2023-07-18[libc++][ranges] Implement the changes to node-based containers from P1206 (`...varconst1-1/+90
2023-06-29[libc++] Remove the legacy debug mode.varconst1-378/+21
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-13/+13
2023-06-20[libc++] Add incomplete availability markup for std::pmrLouis Dionne1-1/+2
2023-06-06[libc++] Refactor __lessNikolas Klauser1-2/+2
2023-05-25[libc++][spaceship][NFC] Improved consistency - removed `inline` specifier fo...Hristo Hristov1-5/+3
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser1-10/+10
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser1-48/+50
2023-04-09[libc++] Remove <cstdlib> includesNikolas Klauser1-0/+1
2023-04-07[libc++] Module fixes for __synth_three_way.Mark de Wever1-1/+1
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-1/+8
2023-02-28[libc++] Refactor allocator_mismatch.compile.fail.cpp -> .verify.cppArthur O'Dwyer1-1/+1
2023-02-28[libc++][spaceship] Implement `operator<=>` for `list`Adrian Vogelsgesang1-7/+26
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-16/+16
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-12/+12
2022-11-22[libcxx] Fix std::equal not accepting volatile types by refactoring __equal_toAlvin Wong1-1/+1
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser1-1/+4
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+1
2022-10-11[libc++] static_assert that rebinding the allocator works as expectedNikolas Klauser1-2/+6
2022-10-11[libc++] Add the C++17 <memory_resource> header (mono-patch)Arthur O'Dwyer1-0/+10
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser1-10/+3
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-4/+4
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser1-1/+9
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever1-6/+6
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka1-8/+1
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser1-1/+8
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever1-1/+1
2022-07-26[libc++] Use uninitialized algorithms for vectorNikolas Klauser1-0/+1
2022-07-21Revert "[libc++] Use uninitialized algorithms for vector"Augusto Noronha1-1/+0
2022-07-20[libc++] Use uninitialized algorithms for vectorNikolas Klauser1-0/+1
2022-07-04[libc++][NFC] Replace enable_if with __enable_if_t in a few placesNikolas Klauser1-8/+8