1. e9ef988 Implement LWG#2353: std::next is over-constrained by Marshall Clow · 9 years ago
  2. 6455d85 More of P0006R0: type traits variable aliases for C++17. by Marshall Clow · 9 years ago
  3. 746572b Allow deque to handle incomplete types. by Evgeniy Stepanov · 9 years ago
  4. 223df2e Implement P0092R1 for C++1z by Marshall Clow · 9 years ago
  5. 25bcb0a Remove undefined behavior from some tests. Same pattern as the unitialized_copy tests by Marshall Clow · 9 years ago
  6. 48bcd27 Remove undefined behavior from some tests. Thanks to Walter Brown for the heads-up. by Marshall Clow · 9 years ago
  7. 59b5ea5 Add 'nostdinc++' to the flags used by testit. Makes the tests run better on Mac OS X with the new depr.c headers change by Marshall Clow · 9 years ago
  8. fe11cfd Improve the tests for 'is_literal_type' by Marshall Clow · 9 years ago
  9. 94611a8 Implement the first part of P0006R0: Adopt Type Traits Variable Templates for C++17. Significantly augment the existing tests. by Marshall Clow · 9 years ago
  10. 8aadda9 Implement P0004R1 'Remove Deprecated iostreams aliases' by Marshall Clow · 9 years ago
  11. 1f98e31 Adapt to lit change in llvm r251478-r251481 by Matthias Braun · 9 years ago
  12. dd2fe4d Fix test suite configuration. Sorry Marshall by Eric Fiselier · 9 years ago
  13. fb7b97c Fix LWG#2489: mem_fn() should be noexcept by Marshall Clow · 9 years ago
  14. 8997b87 Add the tests for the last commit by Marshall Clow · 9 years ago
  15. 88fa03a Add a test for LWG#2466: allocator_traits::max_size() default behavior is incorrect by Marshall Clow · 9 years ago
  16. 175cb20 Add a test for LWG#2462: std::ios_base::failure is overspecified by Marshall Clow · 9 years ago
  17. 332ab91 Fix LWG#2127: Move-construction with raw_storage_iterator. by Marshall Clow · 9 years ago
  18. dbef2bb Fix LWG#2244: basic_istream::seekg by Marshall Clow · 9 years ago
  19. 25037cf Set LC_COLLATE rather than LANG to override collation. by Tim Northover · 9 years ago
  20. 8cbf020 [libcxx] Make it drastically simpler to link libc++. by Eric Fiselier · 9 years ago
  21. 56c1f9b Split out config_site logic so libc++abi can use it by Eric Fiselier · 9 years ago
  22. f0cd203 [libcxx] Use __config_site to configure the test suite features. by Eric Fiselier · 9 years ago
  23. a662279 Use __config_site when building libc++. Also cleanup ABI versioning doc by Eric Fiselier · 9 years ago
  24. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  25. b3b0081 Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98. by Richard Smith · 9 years ago
  26. 6bed14b [Darwin] Reworking r250003 to use lit.util.capture instead of subprocess. by Chris Bieneman · 9 years ago
  27. bf64c23 [Darwin] Need to add -isysroot on OS X otherwise the tests will fail if you don't have the command line tools package installed. by Chris Bieneman · 9 years ago
  28. 42b89c7 Revert r249931 - Remove same_decls.pass.cpp because it fails on OS X and in C++03 mode. by Eric Fiselier · 9 years ago
  29. ea33904 Get some of wchar_h.pass.cpp working on apple. by Eric Fiselier · 9 years ago
  30. de66c51 Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently doesn't provide a correct overload set for some functions. by Richard Smith · 9 years ago
  31. 8b7a6b8 Add a test that we declare the right set of C library function signatures in :: by Richard Smith · 9 years ago
  32. e35e663 Revert r249889 due to bot failure. by Manman Ren · 9 years ago
  33. 26a70ec Split <wchar.h> out of <cwchar>. by Richard Smith · 9 years ago
  34. f650ea7 Split <stdlib.h> out of <cstdlib>. by Richard Smith · 9 years ago
  35. ff7ba4d Split <stdio.h> out of <cstdio>. by Richard Smith · 9 years ago
  36. 1883b40 Fix test failure in C++98 mode due to imperfect static_assert emulation. by Richard Smith · 9 years ago
  37. 759cd0e Split <stddef.h> out of <cstddef>. by Richard Smith · 9 years ago
  38. ddbf081 Split <setjmp.h> out of <csetjmp>. by Richard Smith · 9 years ago
  39. 4faa394 Split <math.h> out of <cmath>. by Richard Smith · 9 years ago
  40. 325c37a Split <inttypes.h> out of <cinttypes>. by Richard Smith · 9 years ago
  41. ceeace9 Split <ctype.h> out of <cctype>. by Richard Smith · 9 years ago
  42. a09319b While researching LWG#2244, I noticed we weren't testing that eofbit was being cleared. Now we are by Marshall Clow · 9 years ago
  43. 5142fe4 Our test allocators support move/copy construction; they should support move/copy assignment as well by Marshall Clow · 9 years ago
  44. ba47751 Fixed a possible overflow in a test of allocator::max_size(). by Marshall Clow · 9 years ago
  45. 7ed093b Implement LWG#2063, and update the issues links to point to the github generated pages by Marshall Clow · 9 years ago
  46. e3898a2 [libcxx] Use newest supported language dialect when running the test suite. by Eric Fiselier · 9 years ago
  47. d95ca09 Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances by Eric Fiselier · 9 years ago
  48. 9698ac5 Manually suppress -Wnonnull when it occurs in an unevaluated context by Eric Fiselier · 9 years ago
  49. 237206b Suppress array initialization warnings in std::experimental::apply tests by Eric Fiselier · 9 years ago
  50. 49abdbc Dont link -lrt in the testsuite on linux unless using sanitizers. by Eric Fiselier · 9 years ago
  51. bf94e48 The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o the fix, but for the wrong reason. Now it fails for the right reason. by Marshall Clow · 9 years ago
  52. 842e3f6 Check in the test for PR#24890 that I forgot in previous commit by Marshall Clow · 9 years ago
  53. 41a04d6 Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecated doesn't change the fact that we have to test it. by Marshall Clow · 9 years ago
  54. c2d317f Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', which does the same thing, w/o having clang and gcc warn with -Wall. by Marshall Clow · 9 years ago
  55. af9a44f Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. by Marshall Clow · 9 years ago
  56. 65a6f64 make common_type SFINAE-friendly and support void. Patch from Agustin Berge. by Eric Fiselier · 9 years ago
  57. cae4cab Move __lazy_* metafunctions to type traits and add tests by Eric Fiselier · 9 years ago
  58. 408369b Suppress clang warnings in some tests by Eric Fiselier · 9 years ago
  59. 9eddf6e Remove task to get C++03 tests passing from TODO.txt by Eric Fiselier · 9 years ago
  60. 8781327 Finally get the test suite passing in C++03!! by Eric Fiselier · 9 years ago
  61. ba3e81f Remove empty file that arcanist created by Eric Fiselier · 9 years ago
  62. 031a3d2 [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03 by Eric Fiselier · 9 years ago
  63. 5ec04a9 Fix bug in test_allocator<void> that used the wrong value to represent object state by Eric Fiselier · 9 years ago
  64. e94b484 [libcxx] Add special warning flag detection logic to compiler.py by Eric Fiselier · 9 years ago
  65. f1626ad [libcxx] Rewrite C++03 __invoke. by Eric Fiselier · 9 years ago
  66. db8a5fd Refactor flaky shared_mutex tests by Eric Fiselier · 9 years ago
  67. 3dfc10d Remove XFAIL in test. The bug causing it has been fixed. by Eric Fiselier · 9 years ago
  68. 6d51f6c Mark test as XFAIL with MSAN until D12311 gets committed by Eric Fiselier · 9 years ago
  69. 7bcd570 Refactor and fix more flaky shared_mutex tests by Eric Fiselier · 9 years ago
  70. 4add27b Move test/std/utilities/date.time to proper stable name utilities/time/date.time by Eric Fiselier · 9 years ago
  71. 5e91fa1 Misc drive-by cleanups. NFC by Jonathan Roelofs · 9 years ago
  72. 70e8f59 Fix a crasher found by libFuzzer by Marshall Clow · 9 years ago
  73. bb2f28e Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_pointer. by Eric Fiselier · 9 years ago
  74. a73d092 Refactor shared_timed_mutex tests. by Eric Fiselier · 9 years ago
  75. 3d46eb0 Fix a typo: abreviated -> abbreviated - Patch from Kai Zhao by Eric Fiselier · 9 years ago
  76. 66d7d70 Cleanup unique_ptr failure tests and convert them to Clang verify by Eric Fiselier · 9 years ago
  77. db61736 Fix one last dynarray test by Eric Fiselier · 9 years ago
  78. fae0070 Fix more uses of uninitialized values in dynarray by Eric Fiselier · 9 years ago
  79. 4c4d1aa Cleanup failing dynarray tests by Eric Fiselier · 9 years ago
  80. f4d8ff9 Add files that got missed in r245512. by Eric Fiselier · 9 years ago
  81. 672575d More unique_ptr test cleanup. Fixes in <memory> to come later. by Eric Fiselier · 9 years ago
  82. 85b6661 Remove test_atomic.h header by Eric Fiselier · 9 years ago
  83. 0a6d1e2 Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback() by Alexey Samsonov · 9 years ago
  84. 00f4a49 [libcxx] Allow use of <atomic> in C++03. Try 3. by Eric Fiselier · 9 years ago
  85. 35a6c56 Use TestAtomic instead of std::atomic so the test can run in C++03 by Eric Fiselier · 9 years ago
  86. faa9a31 Mark std::packaged_task tests as unsupported in C++03. by Eric Fiselier · 9 years ago
  87. 286e0a4 [libcxx] Add Atomic test helper and fix TSAN failures. by Eric Fiselier · 9 years ago
  88. 8e03071 [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs function. by Eric Fiselier · 9 years ago
  89. af961ed implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations by Marshall Clow · 9 years ago
  90. fe5102c Fix failing unique_ptr tests. by Eric Fiselier · 9 years ago
  91. 76581dc Start cleanup of unique_ptr tests. by Eric Fiselier · 9 years ago
  92. 7175a07 [libcxx] Add <experimental/any> v2. by Eric Fiselier · 9 years ago
  93. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  94. 36dc080 Change some #ifdefs to #if - thanks to Dexon for thge catch. by Marshall Clow · 9 years ago
  95. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  96. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  97. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  98. a379576 Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report and the suggested fix. by Marshall Clow · 9 years ago
  99. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  100. 3baabab Remove sanitizer XFAILs on a test. by Eric Fiselier · 9 years ago