| Age | Commit message (Expand) | Author |
| 2014-12-20 | Move test into test/std subdirectory. | Eric Fiselier |
| 2014-12-11 | Add 'REQUIRES: long_tests' to one more long test | Jonathan Roelofs |
| 2014-12-11 | Mark a bunch of long running tests as 'REQUIRES: long_tests' | Jonathan Roelofs |
| 2014-11-17 | Fix the tests I broke with the last commit. Sorry for the noise | Marshall Clow |
| 2014-11-17 | Reworked mismatch tests to count the number of comparisons, and make sure we ... | Marshall Clow |
| 2014-09-16 | Create a 'comma_iterator' class that overloads operator, and asserts when it'... | Marshall Clow |
| 2014-08-04 | Fix PR#202520 - predicate called too many times in list::remove_if. Add tests... | Marshall Clow |
| 2014-07-22 | Fix std::make_heap's worst case time complexity | David Majnemer |
| 2014-06-30 | Add checking for the complexity guarantees in the standard | Marshall Clow |
| 2014-05-29 | fix typo | Nico Weber |
| 2014-05-23 | Fix bug 19840, where some tests were not testing what we wanted. Thanks to Er... | Marshall Clow |
| 2014-04-25 | Added some tests for equal elements in min_element and max_element. Bug #1954... | Marshall Clow |
| 2014-02-27 | More LWG issues. Mark #2182, #2323 and #2213 as complete. Add a test for #233... | Marshall Clow |
| 2014-02-19 | Implement LWG2350: min, max, and minmax should be constexpr. | Marshall Clow |
| 2013-08-01 | Taking another swing at correctly optimizing fill_n. | Howard Hinnant |
| 2013-07-22 | Fix a bug in std::fill_n where memset would end up being called in cases when... | Anders Carlsson |
| 2013-07-08 | War on tabs. | Howard Hinnant |
| 2013-05-09 | Implement n3607: 'equal', 'mismatch', and 'is_permutation' | Marshall Clow |
| 2013-04-04 | Somehow search_n never got tested, so of course it had a bug in it. This fix... | Howard Hinnant |
| 2013-01-05 | Move common header files into a 'support' directory; make 'testit' include -I... | Marshall Clow |
| 2013-01-04 | ...and then there was one. Only one copy of 'iterators.h' in the test tree fo... | Marshall Clow |
| 2011-08-12 | Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 | Howard Hinnant |
| 2010-11-16 | license change | Howard Hinnant |
| 2010-09-04 | Changed __config to react to all of clang's currently documented has_feature ... | Howard Hinnant |
| 2010-08-22 | Fixing whitespace problems | Howard Hinnant |
| 2010-08-21 | US 122, N3106 | Howard Hinnant |
| 2010-05-26 | Completed [alg.random.shuffle]. | Howard Hinnant |
| 2010-05-11 | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant |
| 2010-05-11 | libcxx initial import | Howard Hinnant |