1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 375e2f6 Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 8 years ago
  3. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp]
  4. 1f50f2d Add Address Sanitizer support to std::vector by Marshall Clow · 10 years ago
  5. 061d0cc There were two identical files named 'min_allocator.h'. Move one of them to /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. by Marshall Clow · 11 years ago
  6. 2c39cbe Implement full support for non-pointer pointers in custom allocators for vector. by Howard Hinnant · 11 years ago
  7. 34d36f3 Revert r178075, "Tighten up the iterator requirements ...", it breaks LLVM by Daniel Dunbar · 11 years ago
  8. 32d40f5 Tighten up the iterator requirements for the vector member templates. This is especially important for the constructors so that is_constructible<vector<T>, I, I> gives the right answer when T can not be constructed from *I. Test case included for this latter point. by Howard Hinnant · 11 years ago
  9. 83e2c4d Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files by Marshall Clow · 12 years ago
  10. ba1920f Removed several more different 'iterators.h' files in libcxx/test by Marshall Clow · 12 years ago
  11. b64f8b0 license change by Howard Hinnant · 14 years ago
  12. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  13. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago