summaryrefslogtreecommitdiff
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Implement P2505R5(Monadic operations for std::expected).yronglin2023-05-1822-6/+2509
* Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."yronglin2023-05-1822-2509/+6
* [libcxx] Fix crash in std::stringstream with payload >= INT_MAXAzat Khuzhin2023-05-171-0/+41
* [libc++] Improve ranges::starts_withzijunzhao2023-05-171-24/+20
* [libc++] Implement P2505R5(Monadic operations for std::expected).yronglin2023-05-1722-6/+2509
* [libc++][ranges] Implement the changes to `deque` from P1206 (`ranges::to`):varconst2023-05-176-3/+209
* [libc++] Utilities for implementing stop_tokenHui2023-05-174-0/+295
* [libcxx] Add mdspan/extentsChristian Trott2023-05-1634-284/+1657
* [libc++] Add C++20 stringstream::view()Piotr Fusik2023-05-164-0/+241
* [libc++][PSTL] Implement std::copy{,_n}Nikolas Klauser2023-05-152-0/+206
* [libc++][NFC] Reformat testLouis Dionne2023-05-151-134/+142
* [libc++] Implement ranges::starts_withzijunzhao2023-05-156-5/+269
* Revert "[libc++][PSTL] Implement std::copy{,_n}"Nikolas Klauser2023-05-152-206/+0
* [libc++][PSTL] Implement std::copy{,_n}Nikolas Klauser2023-05-152-0/+206
* [libc++][PSTL] Implement std::transformNikolas Klauser2023-05-154-0/+173
* Revert "[libc++][PSTL] Implement std::transform"Nikolas Klauser2023-05-153-159/+0
* [libc++][PSTL] Implement std::transformNikolas Klauser2023-05-153-0/+159
* [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
* [NFC][libc++][format] Tests formatter requirements.Mark de Wever2023-05-134-4/+229
* [libc++][PSTL] Move the already implemented functions to the new dispatching ...Nikolas Klauser2023-05-121-0/+3
* [libc++][ranges] Fix `iota_view`'s constructor's incorrect constraintHui2023-05-121-0/+6
* [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++] Consistently enable __CORRECT_ISO_CPP_WCHAR_H_PROTO in mbstate.Jordan Rupprecht2023-05-102-0/+50
* [libc++] Add assertions for potential OOB reads in std::sortLouis Dionne2023-05-093-2/+3635
* [libc++] Provide an assignment operator from pair<U, V> in C++03Louis Dionne2023-05-092-9/+36
* [libc++][ranges] Implement the changes to vector from P1206 (`ranges::to`):varconst2023-05-0817-7/+1865
* [AIX] Adjust support of format function testsJake Egan2023-05-082-5/+3
* [libc++][AIX] Remove LIBCXX-AIX-FIXME feature from testJake Egan2023-05-081-2/+0
* [libc++][spaceship] Implement `operator<=>` for `array`Hristo Hristov2023-05-086-119/+242
* [libc++] Use the __is_trivially_equality_comparable builtinNikolas Klauser2023-05-074-39/+68
* [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-067-20/+72
* Revert "[2a/3][ASan][libcxx] std::deque annotations"Vitaly Buka2023-05-0657-469/+5
* [libc++][PSTL] Make the PSTL available by default under -fexperimental-libraryNikolas Klauser2023-05-0522-18/+37
* [2a/3][ASan][libcxx] std::deque annotationsAdvenam Tacet2023-05-0557-5/+469
* [libc++][spaceship] Implement `operator<=>` for `optional`Hristo Hristov2023-05-053-0/+221
* [ASan][libcxx] Annotating std::vector with all allocatorsAdvenam Tacet2023-05-042-34/+123
* [libc++][test] Selects proper C++23 field.Mark de Wever2023-05-041-1/+19
* [libc++] Add missing test for std::hash<std::filesystem::path>Louis Dionne2023-05-042-0/+25
* [libc++][PSTL] Reduce the amount of transitive includesNikolas Klauser2023-05-032-2/+1
* [libc++][chrono] Adds formatter local_time.Mark de Wever2023-05-033-1/+1092
* [libc++][test] Makes pthread a flag.Mark de Wever2023-05-034-8/+8
* [libc++] Make std::bind constexpr-friendlyLouis Dionne2023-05-035-95/+122
* [libc++][PSTL] Fix nasty macros testNikolas Klauser2023-05-021-3/+0
* [libc++][PSTL] Fix clang-tidyNikolas Klauser2023-05-011-3/+0
* [libc++][NFC] Fix synopsis in a few testsNikolas Klauser2023-05-013-7/+6
* [libc++][PSTL] Implement std::fill{,_n}Nikolas Klauser2023-05-012-0/+164
* [libc++] cuchar redeclares ::mbstate_t when it's in its own clang moduleIan Anderson2023-05-011-0/+1