summaryrefslogtreecommitdiff
path: root/libcxx/include/__iterator/bounded_iter.h
AgeCommit message (Expand)Author
2025-10-07[libc++] Make the naming of the iterator_traits aliases consistent (#161661)Nikolas Klauser
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2024-11-11[libc++][hardening] Constrain construction for `__{(static_)bounded,wrap}_ite...A. Jiang
2024-11-08[libc++][hardening] Use `static_assert` for `__(static_)bounded_iter` (#115304)A. Jiang
2024-11-07[libc++] Add support for bounded iterators in std::array (#110729)Louis Dionne
2024-07-30[libc++][spaceship] Removes unneeded relational operators. (#100441)Mark de Wever
2024-07-24[libc++][spaceship] Implements X::iterator container requirements. (#99343)Mark de Wever
2024-07-22[libc++][hardening] Use bounded iterators in std::vector and std::string (#78...David Benjamin
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-03-11[libc++][hardening] Check bounds on arithmetic in __bounded_iter (#78876)David Benjamin
2024-02-20[libc++] Refactor more __enable_ifs to the canonical style (#81457)Nikolas Klauser
2023-07-20[libc++][hardening] Categorize most assertions inside the container classes.varconst
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-05-18[libc++][NFC] Rename iterator category checks to make it obvious that they ch...Nikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-16[libcxx] Add missing includesMichael Buch
2022-12-27[libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-06-27[libc++] Use bounded iterators in std::span when the debug mode is enabledLouis Dionne