1. 8a71d23 [libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int128_t by Stephan Tolksdorf · 10 years ago
  2. 13fbe9d Fix numeric.limits.members/traps.pass.cpp to pass on non-x86 architectures. Fixes bug #18468 by Marshall Clow · 11 years ago
  3. 28754d0 Removed extra line that I left in when committing 199694. Thanks to Jared Grubb for the catch. by Marshall Clow · 11 years ago
  4. 15066f2 Removed extra space; thanks to thakis_'s eagle eye by Marshall Clow · 11 years ago
  5. 1a383b9 Fixed test failure in is_iec559.pass.cpp on darwin-ppc32. Thanks to David Fang for the report (and suggested fix) by Marshall Clow · 11 years ago
  6. a7d4605 Remove executable permissions on a text file by Sylvestre Ledru · 11 years ago
  7. f410707 Test for 'bad_array_length'; got left out of initial commit by Marshall Clow · 11 years ago
  8. e1c5f9e Apply constexpr to initializer_list for c++1y. by Howard Hinnant · 11 years ago
  9. 1f96a4d A few fixes to tests for Windows port. by Howard Hinnant · 11 years ago
  10. 171771a War on tabs. by Howard Hinnant · 11 years ago
  11. edfb053 [tests] XFAIL a few things that require libc (?) support missing on Darwin. by Daniel Dunbar · 12 years ago
  12. 5ce391e Make a few tests optimization-proof. These tests were failing under -O3 because the optimizer was eliminating the call to new. by Howard Hinnant · 12 years ago
  13. 0a69fa1 Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm.org/bugs/show_bug.cgi?id=14585. by Howard Hinnant · 12 years ago
  14. 71499ad Add noexcept test for offsetof macro per [support.types]/p4. by Howard Hinnant · 12 years ago
  15. b407d45 Don't refer to a function that doesn't exist in the quick_exit test. by David Chisnall · 12 years ago
  16. e3e3291 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 13 years ago
  17. 2d81f3d Give A an explicitly non-throwing destructor so that B's destructor is by Sean Hunt · 13 years ago
  18. 770a3c5 <rdar://problem/9073695> std::uncaught_exception() becomes true before evaluating the throw-expression rather than after by Nick Kledzik · 14 years ago
  19. 6e5e7e7 Corrected const-correctness on nullptr type_traits, and beefed up the test for nullptr_t. by Howard Hinnant · 14 years ago
  20. a445151 N3189 Observers for the three handler functions by Howard Hinnant · 14 years ago
  21. b64f8b0 license change by Howard Hinnant · 14 years ago
  22. 726a76f I have reverted all contributions made by Jesse Towner in revision 110724 by Howard Hinnant · 14 years ago
  23. e3e488e sync with N3126 by Howard Hinnant · 14 years ago
  24. b02310e sync with N3126 by Howard Hinnant · 14 years ago
  25. 73d21a4 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 · 14 years ago
  26. d510977 Remove tabs by Howard Hinnant · 14 years ago
  27. cf6dcc3 Fixing whitespace problems by Howard Hinnant · 14 years ago
  28. 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 14 years ago
  29. fcc5938 [support.initlist.range] by Howard Hinnant · 14 years ago
  30. 6bb9f58 Corrected rethrow_if_nested by Howard Hinnant · 14 years ago
  31. ed2c291 [except.nested] by Howard Hinnant · 14 years ago
  32. b75862d change test case to verify unexpected() calls terminate - not is terminate by Nick Kledzik · 14 years ago
  33. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  34. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago