summaryrefslogtreecommitdiff
path: root/libcxx/test/std/containers/sequences/array
AgeCommit message (Expand)Author
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-05[Clang] Add detailed notes explaining why `is_constructible` evaluates to fal...Corentin Jabot
2025-07-30Revert "[libc++][Clang] Added explanation why is_constructible evaluated to f...Victor Campos
2025-07-08[libc++][Clang] Added explanation why is_constructible evaluated to false. Up...Shamshura Egor
2025-06-15[libc++] P2944R3: Constrained comparisons - update `reference_wrapper` implem...Hristo Hristov
2025-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov
2025-03-20[libc++][test] Fix issues found by MSVC's STL (#131787)Stephan T. Lavavej
2025-02-25[libc++] Make .verify.cpp tests more robust against changing headers (#128703)Nikolas Klauser
2025-02-11[libc++][NFC] Run the container tests through clang-format (#126499)Louis Dionne
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-11-07[libc++] Add support for bounded iterators in std::array (#110729)Louis Dionne
2024-08-04[libc++] Optimize lexicographical_compare (#65279)Nikolas Klauser
2024-07-24[libc++][spaceship] Implements X::iterator container requirements. (#99343)Mark de Wever
2024-06-25[libc++] LWG3382: NTTP for `pair` and `array` (#85811)Jakub Mazurkiewicz
2024-05-29[clang] Preserve Qualifiers and type sugar in TemplateNames (#93433)Matheus Izvekov
2024-05-29[libc++][test] Close LWG3382 and add tests (#93039)Hui
2024-04-29[libc++][NFC] Refactor __libcpp_datasizeof to be a variable template (#87769)Nikolas Klauser
2024-03-09[libc++][test] Fix MSVC warning C4127 in `array.cons/initialization.pass.cpp`...Stephan T. Lavavej
2024-01-29[libc++] Avoid including libc++ private header in std/ test (#79856)Louis Dionne
2023-12-18[libc++] Remove assumptions that std::array::iterator is a raw pointer (#74624)Louis Dionne
2023-12-15[libc++] Fix constexpr initialization of std::array<T, 0> (#74667)Louis Dionne
2023-12-14[libc++][test] Enhance ADDITIONAL_COMPILE_FLAGS, use TEST_MEOW_DIAGNOSTIC_IGN...Stephan T. Lavavej
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne
2023-06-19[libc++][NFC] Move several .fail.cpp tests to .verify.cppLouis Dionne
2023-06-06[libc++] Refactor __lessNikolas Klauser
2023-05-08[libc++][spaceship] Implement `operator<=>` for `array`Hristo Hristov
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-12[libc++] Granularize <exception>Nikolas Klauser
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
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-16Visual C++ doesn't support C99 compound literalIgor Zhukov
2022-07-12[libc++][test] Adds spaceship support to macros.Mark de Wever
2022-06-30Improve the formatting of static_assert messagesCorentin Jabot
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser
2022-05-19[libc++] Enable move semantics for vector in C++03Nikolas Klauser
2022-04-05[libc++][NFC] Remove stray whitespace in commentLouis Dionne
2022-03-17[libc++] Add warning pragma macros in the test suiteNikolas Klauser
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-03-03[libc++] Use -I instead of -isystem to include headers in the test suiteNikolas Klauser
2022-02-02[libc++][ranges] Implement `indirectly_copyable{,_storable}`.Konstantin Varlamov
2022-01-29[libc++][test] Clean up libcxx/test/support/MoveOnly.hJoe Loser
2022-01-13[libc++] [ranges] Implement P2415R2 owning_view.Arthur O'Dwyer
2021-12-18[libcxx][test][NFC] noexcept tests for std::arrayKonstantin Boyarinov
2021-11-03[libcxx][test][NFC] More tests for containers comparisonsKonstantin Boyarinov