summaryrefslogtreecommitdiff
path: root/libcxx/test/std/containers/sequences/array/range_concept_conformance.compile.pass.cpp
AgeCommit message (Expand)Author
2025-02-11[libc++][NFC] Run the container tests through clang-format (#126499)Louis Dionne
2022-08-18[libc++] Make <ranges> non-experimentalLouis Dionne
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-01-13[libc++] [ranges] Implement P2415R2 owning_view.Arthur O'Dwyer
2021-09-02[libc++][NFC] Replace uses of stdr:: by just std::ranges::Louis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-07-27[libc++] Disable incomplete library features.Mark de Wever
2021-07-15[libc++] Implement views::all_t and ranges::viewable_rangeLouis Dionne
2021-06-24[libcxx][ranges] Add contiguous_range.zoecarver
2021-05-20[libcxx][ranges] Implement `ranges::borrowed_range`.zoecarver
2021-05-19[libcxx][ranges] adds concept `sized_range` and cleans up `ranges::size`Christopher Di Bella
2021-05-04[libcxx][ranges] Add `random_access_{iterator,range}`.zoecarver
2021-05-04[libc++] Implement ranges::viewLouis Dionne
2021-05-03[libcxx][iterator][ranges] adds `bidirectional_iterator` and `bidirectional_r...Christopher Di Bella
2021-05-03[libcxx][iterator][ranges] adds `forward_iterator` and `forward_range`Christopher Di Bella
2021-05-01[libcxx] Reenable ranges for clang-clMartin Storsjö
2021-04-30[libcxx][iterator][ranges] adds `input_iterator` and `input_range`Christopher Di Bella
2021-04-30[libcxx][ranges] adds `ranges::range`, `ranges::common_range`, and range aliasesChristopher Di Bella
2021-04-30[libcxx][ranges] adds `range` access CPOsChristopher Di Bella