summaryrefslogtreecommitdiff
path: root/libcxx/include/__tree
Commit message (Expand)AuthorAgeFilesLines
* [libc++][Modules] Add missing includes and exportsIan Anderson2023-05-071-0/+1
* [libc++] Add hide_from_abi check for classesNikolas Klauser2023-04-161-53/+50
* [libc++] Granularize <exception>Nikolas Klauser2023-03-121-0/+1
* [libc++] Run clang-tidy in all configurations that are run in the Docker cont...Nikolas Klauser2023-02-281-1/+1
* [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser2023-02-151-6/+6
* [libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser2022-12-271-0/+12
* [libc++] static_assert that rebinding the allocator works as expectedNikolas Klauser2022-10-111-3/+2
* [libc++][NFC] Prefer type aliases over structsNikolas Klauser2022-10-011-8/+4
* [libc++] Avoid instantiating type_trait classesNikolas Klauser2022-09-061-11/+11
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-051-1/+6
* Revert "[libc++] Granularize the rest of memory"Vitaly Buka2022-09-021-6/+1
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-021-1/+6
* [libc++] Granularize the rest of type_traitsNikolas Klauser2022-08-141-0/+1
* [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser2022-08-131-7/+7
* [libc++] Use uninitialized algorithms for vectorNikolas Klauser2022-07-261-0/+1
* Revert "[libc++] Use uninitialized algorithms for vector"Augusto Noronha2022-07-211-1/+0
* [libc++] Use uninitialized algorithms for vectorNikolas Klauser2022-07-201-0/+1
* [libc++][NFC] Replace enable_if with __enable_if_t in a few placesNikolas Klauser2022-07-041-22/+10
* [libc++] Removes a GCC bug work-around.Mark de Wever2022-06-131-2/+0
* [libc++] Granularize <iterator> includesNikolas Klauser2022-06-101-1/+5
* [libc++] Add a few _LIBCPP_ASSERTs in __treeLouis Dionne2022-05-051-12/+17
* [libc++] Granularize <utility> includesNikolas Klauser2022-03-051-0/+1
* [libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne2022-03-011-2/+0
* [libcxx][modules] protects users from relying on detail headersChristopher Di Bella2022-02-261-0/+2
* Remove __uncvref; use __uncvref_t insteadNikolas Klauser2022-02-171-1/+1
* [libc++] Granularize algorithm includesNikolas Klauser2022-02-161-1/+1
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [libc++] Use addressof in assignment operator.Mark de Wever2021-10-071-1/+1
* Eliminate _LIBCPP_EQUAL_DELETE in favor of `=delete`.Arthur O'Dwyer2021-09-201-6/+6
* [libcxx][modularisation] splits `<utility>` into self-contained headersChristopher Di Bella2021-06-251-0/+1
* [libcxx][modularisation] moves <utility> content out of <type_traits>Christopher Di Bella2021-06-241-0/+1
* [libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer2021-05-291-1/+1
* Apply [[standalone_debug]] to some types in the STL.Amy Huang2021-05-181-2/+2
* [libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne2021-04-201-2/+2
* [libc++] ADL-proof vector<bool> by adding _VSTD:: qualification on calls.Arthur O'Dwyer2021-01-061-45/+45
* [libc++] Fix some one-off typos in comments. NFCI.Arthur O'Dwyer2020-12-141-1/+1
* [libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer2020-12-011-2/+2
* Revert "Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification o...Arthur O'Dwyer2020-11-201-1/+1
* Revert "[libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls."Mikhail Goncharov2020-11-191-1/+1
* [libc++] ADL-proof <vector> by adding _VSTD:: qualification on calls.Arthur O'Dwyer2020-11-191-1/+1
* [libc++] Remove some workarounds for C++03Louis Dionne2020-10-091-101/+1
* Fixes complexity of map insert_or_assign with a hint.Mark de Wever2020-09-191-12/+12
* [libc++] Remove workarounds for missing rvalue referencesLouis Dionne2020-08-121-1/+1
* [libc++] Rework compressed pair constructors.Eric Fiselier2019-12-161-5/+5
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-121-1/+4
* Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier2019-11-181-1/+1
* Fix memory leak in set and map.Eric Fiselier2019-07-111-118/+76
* Avoid name conflict with kernel headersEric Fiselier2019-04-241-4/+4
* [libc++] Make sure we don't eagerly diagnose non-const comparators for contai...Louis Dionne2019-04-111-1/+1
* Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patchMarshall Clow2019-01-231-0/+7