summaryrefslogtreecommitdiff
path: root/libcxx/test/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Implement P2505R5(Monadic operations for std::expected).yronglin2023-05-1810-0/+836
* Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."yronglin2023-05-1810-836/+0
* [libc++] Implement P2505R5(Monadic operations for std::expected).yronglin2023-05-1710-0/+836
* [libc++] Utilities for implementing stop_tokenHui2023-05-174-0/+295
* [libcxx] Add mdspan/extentsChristian Trott2023-05-1615-284/+343
* [libc++] Implement ranges::starts_withzijunzhao2023-05-153-2/+5
* [libc++][PSTL] Implement std::transformNikolas Klauser2023-05-151-0/+1
* [libc++] Moves unwrap_reference to type_traits.Mark de Wever2023-05-141-1/+1
* [libc++][PSTL] Make the PSTL submodules only have one headerIan Anderson2023-05-131-0/+3
* [libc++][PSTL] Move the already implemented functions to the new dispatching ...Nikolas Klauser2023-05-121-0/+3
* [libc++][PSTL] Add more specialized backend customization pointsLouis Dionne2023-05-118-0/+11
* [libc++] Adjust tests using ext/* headers that undefine __DEPRECATEDJohn Brawn2023-05-1119-254/+6
* [libc++] Add assertions for potential OOB reads in std::sortLouis Dionne2023-05-092-0/+3635
* [libc++][ranges] Implement the changes to vector from P1206 (`ranges::to`):varconst2023-05-081-0/+2
* [libc++][AIX] Remove LIBCXX-AIX-FIXME feature from testJake Egan2023-05-081-2/+0
* [libc++] Use the __is_trivially_equality_comparable builtinNikolas Klauser2023-05-072-3/+12
* [libc++] test/libcxx/transitive_includes.sh.cpp dumps loads of unhelpful prep...Ian Anderson2023-05-071-120/+120
* [libc++][format] Fixes vector<bool> requirements.Mark de Wever2023-05-066-20/+31
* Revert "[2a/3][ASan][libcxx] std::deque annotations"Vitaly Buka2023-05-061-56/+0
* [libc++][PSTL] Make the PSTL available by default under -fexperimental-libraryNikolas Klauser2023-05-0510-6/+17
* [2a/3][ASan][libcxx] std::deque annotationsAdvenam Tacet2023-05-051-0/+56
* [ASan][libcxx] Annotating std::vector with all allocatorsAdvenam Tacet2023-05-042-34/+123
* [libc++][PSTL] Reduce the amount of transitive includesNikolas Klauser2023-05-031-2/+0
* [libc++][PSTL] Fix nasty macros testNikolas Klauser2023-05-021-3/+0
* [libc++][PSTL] Fix clang-tidyNikolas Klauser2023-05-011-3/+0
* [libc++] cuchar redeclares ::mbstate_t when it's in its own clang moduleIan Anderson2023-05-011-0/+1
* [libc++][format] Removes vector dependency.Mark de Wever2023-04-306-14/+3
* [libc++][PSTL] Implement std::{any, all, none}_ofNikolas Klauser2023-04-2912-1/+66
* [libc++][PSTL] Implement <execution> contentsNikolas Klauser2023-04-291-0/+44
* Fix EBO on std::optional and std::variant when targeting the MSVC ABIEric Fiselier2023-04-272-0/+48
* [libc++] Adds more forward declaration headers.Mark de Wever2023-04-271-0/+6
* [libc++][PSTL] Integrate the headers and add a CI jobNikolas Klauser2023-04-261-0/+3
* [libc++] Remove the chrono include from algorithmIan Anderson2023-04-224-4/+4
* [libc++] Fix likely rebase conflict that was not resolved properlyLouis Dionne2023-04-211-0/+1
* [libc++][PSTL] Copy the headers into libc++Nikolas Klauser2023-04-212-0/+4
* [libc++] Make bsd_locale_fallbacks.h modular and move it into __locale/locale...Nikolas Klauser2023-04-218-1/+65
* [libc++][format] Improves width estimate.Mark de Wever2023-04-202-0/+88
* [libc++][NFC] Remove one apply_cv implementationNikolas Klauser2023-04-201-1/+0
* [libc++] Adjust D_LIBCPP_ENABLE_ASSERTIONS defines in exception_guard testsLouis Dionne2023-04-202-2/+2
* [libc++] Adds missing includes.Mark de Wever2023-04-191-0/+1
* [libc++] Removes Clang 14 support.Mark de Wever2023-04-152-4/+1
* [libc++] Remove redundant assertion in std::span::subspanLouis Dionne2023-04-141-2/+2
* [libcxx][AIX] Reverting XFAILs for test cases after OS updateNicole Rabjohn2023-04-137-21/+0
* [libc++][NFC] rename __is_trivially_equality_comparable to __libcpp_is_trivia...Nikolas Klauser2023-04-121-22/+22
* [libc++] Rename __tuple_dir back to __tupleNikolas Klauser2023-04-121-10/+10
* [libcxx] Move the private header __std_stream into the src subdirMartin Storsjö2023-04-121-1/+0
* [libc++][NFC] Update precondition comments when testing subspan assertionsLouis Dionne2023-04-111-5/+9
* [libc++] Move __errc to __system_error/errc.hNikolas Klauser2023-04-108-10/+1
* [libc++] Granularize system_error.Mark de Wever2023-04-097-10/+80
* [libc++] Remove <cstdlib> includesNikolas Klauser2023-04-096-36/+2