summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/string.view
AgeCommit message (Expand)Author
2025-09-25[libc++][string] P3044R2: sub-`string_view` from `string` (#147095)Hristo Hristov
2025-04-09[libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573)A. Jiang
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-09-12[libc++][modules] Refactor poisoned_hash_helper (#108296)Louis Dionne
2024-07-24[libc++][spaceship] Implements X::iterator container requirements. (#99343)Mark de Wever
2024-06-02[libc++] [test] Cleanup compile-only tests (#94121)Stephan T. Lavavej
2024-05-22[NFC][libc++][test] Removes C++98 support. (#92930)Mark de Wever
2023-12-05[libc++][test] Fix simple warnings (#74186)Stephan T. Lavavej
2023-11-27[libc++][test] Cleanup typos and unnecessary semicolons (#73435)Stephan T. Lavavej
2023-10-12[libc++] Check formatting with clang-format 17 (#68928)Louis Dionne
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
2023-05-23[libc++] Updates C++2b to C++23.Mark de Wever
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser
2023-03-22[libc++] Qualifies ptrdiff_t and max_align_t.Mark de Wever
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-16[libc++] LWG 3857: allow `string_view` conversion when only traits varyJoe Loser
2022-11-24[libc++] Keep char_traits<T> for arbitrary T around until LLVM 18Louis Dionne
2022-11-21[libc++][NFC] Add missing conditionals for the existence of wide charactersLouis Dionne
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne
2022-08-26[libc++] Enable hash only for the correct typesNikolas Klauser
2022-08-25[libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify #ifdefs. NFCI.Joe Loser
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-08-10[libc++] Fixes string_view comparison operators.Mark de Wever
2022-08-04[libc++] Uses operator<=> in string_viewMark de Wever
2022-08-02[libc++] Implement P2499R0 (`string_view` range constructor should be `explic...Igor Zhukov
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-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-10[libc++] Granularize <iterator> includesNikolas Klauser
2022-06-03[libc++][test] Skip string_view tests for other vendors on older modesJoe Loser
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-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-02-21[libcxx][test] array and basic_string_view iterators are not portably pointersCasey Carter
2022-02-15[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.Arthur O'Dwyer
2022-02-11[libc++][nfc] Add TEST_HAS_NO_CHAR8_T.Mark de Wever
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-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber