1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 55d741c Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too by Marshall Clow · 9 years ago
  3. 6455d85 More of P0006R0: type traits variable aliases for C++17. by Marshall Clow · 9 years ago
  4. 12c6d9c [libcxx] Get is_*_destructible tests passing in C++03. by Eric Fiselier · 9 years ago
  5. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago[Renamed from test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp]
  6. e33e03e Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of unknown bound' Thanks to K-ballo for the bug report. Update a few of the other tests while we're here, and fix a typo in a test name. by Marshall Clow · 10 years ago
  7. 2b44e3d Correctly implement LWG 2049; std::is_destructible. by Marshall Clow · 10 years ago
  8. 1468b66 N3142. Many of these traits are just placeholders with medium quality emulation; waiting on compiler intrinsics to do it right. by Howard Hinnant · 14 years ago