1. 0f242be Taking another swing at correctly optimizing fill_n. by Howard Hinnant · 12 years ago
  2. 8bb1dbb Fix a bug in std::fill_n where memset would end up being called in cases when it shouldn’t. by Anders Carlsson · 12 years ago
  3. e0fe3d2 War on tabs. by Howard Hinnant · 12 years ago
  4. 0b0bbd2 Implement n3607: 'equal', 'mismatch', and 'is_permutation' by Marshall Clow · 13 years ago
  5. b13fcad Somehow search_n never got tested, so of course it had a bug in it. This fixes http://llvm.org/bugs/show_bug.cgi?id=15667. by Howard Hinnant · 13 years ago
  6. 3222708 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 · 13 years ago
  7. f8c2b82 ...and then there was one. Only one copy of 'iterators.h' in the test tree for libc++ by Marshall Clow · 13 years ago
  8. 54976f2 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 14 years ago
  9. 412dbeb license change by Howard Hinnant · 15 years ago
  10. 7609c9b Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. by Howard Hinnant · 15 years ago
  11. 664ae81 Fixing whitespace problems by Howard Hinnant · 15 years ago
  12. 4eb27b7 US 122, N3106 by Howard Hinnant · 15 years ago
  13. f9d540b Completed [alg.random.shuffle]. by Howard Hinnant · 16 years ago
  14. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 16 years ago
  15. 3e51952 libcxx initial import by Howard Hinnant · 16 years ago