1. a831287 Fix PR22634 - std::allocator doesn't respect over-aligned types. by Eric Fiselier · 6 years ago
  2. 7e250fc Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 by Billy Robert O'Neal III · 7 years ago
  3. 7afe61a Add case for c++2a to libc++ and test macros by Marshall Clow · 7 years ago
  4. bed6574 [test] s/uexpectedly/unexpectedly/ by Casey Carter · 7 years ago
  5. 737c3bf Add <experimental/coroutine> by Eric Fiselier · 7 years ago
  6. f0346a5 [test] support machinery changes for EDG & C1XX /Za by Casey Carter · 7 years ago
  7. 49abbf5 [test] Name the local variable in the C1XX implementation of DoNotOptmize by Casey Carter · 7 years ago
  8. d3b3b1f Add TEST_NOEXCEPT_FALSE to support D31738 by Eric Fiselier · 7 years ago
  9. 39683f1 Fix incorrectly qualified return type from unique_ptr::get_deleter(). by Eric Fiselier · 7 years ago
  10. 570f32c Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until C++17 by Marshall Clow · 7 years ago
  11. 0da4cb8 [libc++] Work around C1XX bug which breaks poisoned hash tests. by Eric Fiselier · 7 years ago
  12. 76880f5 Fix DoNotOptimize on MSVC by Eric Fiselier · 7 years ago
  13. 25f28d0 Prevent UBSAN from generating unsigned overflow diagnostics in the hashing internals by Eric Fiselier · 7 years ago
  14. 478f902 Refactor unique_ptr/shared_ptr deleter test types into single header. by Eric Fiselier · 8 years ago
  15. 50ca324 Use __is_identifier to detect Clang extensions instead of __has_extension. by Eric Fiselier · 8 years ago
  16. e5bca2b Fix more uses of dynamic exception specifications in C++17 by Eric Fiselier · 8 years ago
  17. aa1d62b [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove an unused variable. by Stephan T. Lavavej · 8 years ago
  18. de8e3d3 Unbreak C++03 build by Eric Fiselier · 8 years ago
  19. 4775578 Remove usages of _ALIGNAS_TYPE by Eric Fiselier · 8 years ago
  20. 159b45f Fix nasty_containers.hpp for other stdlibs by Eric Fiselier · 8 years ago
  21. 2c429be Fix various issues in std::any and the related tests. by Eric Fiselier · 8 years ago
  22. 8f972f6 [libcxx] [test] Guard __has_include usage with a macro by Eric Fiselier · 8 years ago
  23. cdac787 Replace test_throw.h header with a single test macro by Eric Fiselier · 8 years ago
  24. 4bc5e1f Fix bad locale test data when using the newest glibc by Eric Fiselier · 8 years ago
  25. e739d54 [libcxx] Add std::any by Eric Fiselier · 8 years ago
  26. b5bdc07 Unbreak traits tests by handling differences between version macros in clang/apple-clang. by Eric Fiselier · 8 years ago
  27. 83d7ca9 Implement P0163r0. Add shared_ptr::weak_type. by Eric Fiselier · 8 years ago
  28. 8c4dc32 Add [[noreturn]] attribute to throw_bad_alloc_helper(). by Eric Fiselier · 8 years ago
  29. cef97f9 Use correct Clang feature names. I got them wrong in the previous commit by Eric Fiselier · 8 years ago
  30. 8905b11 Support old GCC exception and rtti detection macros by Eric Fiselier · 8 years ago
  31. 5cdd543 Fix exception/rtti detection in tests. by Eric Fiselier · 8 years ago
  32. 6e9a694 Add Filesystem TS -- Complete by Eric Fiselier · 8 years ago
  33. d24c465 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 8 years ago
  34. 3cc263d Remove C++11 feature macros in tests. Use TEST_STD_VER instead. by Eric Fiselier · 8 years ago
  35. 375e2f6 Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros by Eric Fiselier · 8 years ago
  36. 5ccbc48 Fix some non-standard parts of our test suite. Reported by STL by Eric Fiselier · 8 years ago
  37. 76d2446 Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo. by Eric Fiselier · 9 years ago
  38. d95ca09 Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances by Eric Fiselier · 9 years ago
  39. 00f4a49 [libcxx] Allow use of <atomic> in C++03. Try 3. by Eric Fiselier · 9 years ago
  40. 7175a07 [libcxx] Add <experimental/any> v2. by Eric Fiselier · 9 years ago
  41. 8f1d85f Add test macros header to remove dependance on __config macros. by Eric Fiselier · 9 years ago