aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings
AgeCommit message (Expand)Author
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid
2022-07-16Tests ignore the return value of sto{meow}, triggering nodiscard warnings in ...Igor Zhukov
2022-06-30Improve the formatting of static_assert messagesCorentin Jabot
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser
2022-06-14[libc++] Remove macros for IBM compilerLouis Dionne
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser
2022-06-09[libc++] Granularize __stringNikolas Klauser
2022-06-03[libc++][test] Skip string_view tests for other vendors on older modesJoe Loser
2022-06-03[libc++] Forward more often to memmove in copyNikolas Klauser
2022-06-02[libc++][test] Fix unused variable warning in string_view testsJoe Loser
2022-06-02[libc++][test] Enable some more string_view testsJoe Loser
2022-06-01[libc++][test] Enable constexpr string comparison testsJoe Loser
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-04-21[libc++] Use bit field for checking if string is in long or short modeNikolas Klauser
2022-04-08[libc++] Add tests for std::string default constructor and destructorNikolas Klauser
2022-04-07[libc++] Add back-deployment testing on arm64 macsLouis Dionne
2022-04-05[libc++] Tidy up tests for deduction guides and other compile-time failing pr...Louis Dionne
2022-03-19[libc++] Prepare string tests for constexprNikolas Klauser
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-07[libc++] Add missing header <cuchar>Louis Dionne
2022-02-21[libcxx][test] array and basic_string_view iterators are not portably pointersCasey Carter
2022-02-17[libc++] Implement P1165R1 (Make stateful allocator propagation more consistent)Nikolas Klauser
2022-02-16[libc++] [test] Qualify calls to std::getline. NFCI.Arthur O'Dwyer
2022-02-16[libc++] [test] Qualify `move` as `std::move` in a lot of tests. NFCI.Arthur O'Dwyer
2022-02-16[libc++] Remove cpp17_input_iterator.hNikolas Klauser
2022-02-15[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.Arthur O'Dwyer
2022-02-14[libc++] Prepare string.nonmembers for constexprNikolas Klauser
2022-02-11[libc++] Prepare string.ops for constexprNikolas Klauser
2022-02-11[libc++][nfc] Add TEST_HAS_NO_CHAR8_T.Mark de Wever
2022-02-10[libc++] Prepare string.modifiers tests for constexprNikolas Klauser
2022-02-10[libc++] Prepare string.{contains, ends_with, iterators, require, starts_with...Nikolas Klauser
2022-02-08[libc++] Prepare string.{access, capacity, cons} tests for constexprNikolas Klauser
2022-02-03[libc++][nfc] Add TEST_HAS_NO_UNICODE_CHARS.Mark de Wever
2022-02-02[libc++][ranges] Implement `indirectly_copyable{,_storable}`.Konstantin Varlamov
2022-02-02[libc++][ranges][NFC] Test new requirements for `basic_string_view` and `span...Konstantin Varlamov
2022-01-24[libcxx][test] the domain of == for forward iterators is iterator values from...Casey Carter
2022-01-20[libc++] basic_string::resize_and_overwrite: Adopt LWG3645 (Not voted in yet)Nikolas Klauser
2022-01-13[libcxx][test] Add missing includes and suppress warningsCasey Carter
2022-01-13[libc++] [ranges] Implement P2415R2 owning_view.Arthur O'Dwyer
2022-01-07[libc++] Implement P1072R10 (std::basic_string::resize_and_overwrite)Nikolas Klauser
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas
2022-01-04[libc++] Remove incorrect default constructor in cpp17_input_iteratorLouis Dionne
2022-01-04[libc++] Fix __wrap_iter copy-assignment in constexpr contextsNikolas Klauser
2021-12-16[libc++] [test] Simplify sentinel_wrapper and sized_sentinel.Arthur O'Dwyer
2021-12-16[libc++] Add GCC workaround in std::char_traits<char>::length()Nikolas Klauser