1. 59e24fe Fix more unreserved names by Eric Fiselier · 7 years ago
  2. 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
  3. 6979a42 [libc++] Fix modules build - Rework __refstring definition by Eric Fiselier · 8 years ago
  4. dbf60fa Try 2 - Remove <cstdlib> include from `<exception>` by Eric Fiselier · 8 years ago
  5. 14c09a2 Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception type we define. They either construct and throw the exception, or abort() (if exceptions are disabled). Use these functions everywhere instead of assert()ing when exceptions are disabled. WARNING: This is a behavior change - but only with exceptions disabled. Reviewed as: https://reviews.llvm.org/D23855. by Marshall Clow · 8 years ago
  6. 566bcb4 Fix most GCC attribute ignored warnings by Eric Fiselier · 9 years ago
  7. 70e0af4 Fix unused private field warning in stdexcept after r207695. by Dimitry Andric · 10 years ago
  8. 5562207 Exceptions store the message as reference counted string for by Joerg Sonnenberger · 11 years ago
  9. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  10. 1e15fd1 Applied noexcept to everything in [diagnostics] (Chapter 19) by Howard Hinnant · 13 years ago
  11. b64f8b0 license change by Howard Hinnant · 14 years ago
  12. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  13. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  14. bc8d3f9 libcxx initial import by Howard Hinnant · 15 years ago