1. f9f97ca [libc++] P0433R2: add the remaining deduction guides. by Konstantin Varlamov · 3 years, 3 months ago
  2. b8608b8 [libc++] Use addressof in assignment operator. by Mark de Wever · 3 years, 4 months ago
  3. 469d18c [libc++] Fix result-type and value_type computation in <valarray>. by Arthur O'Dwyer · 3 years, 8 months ago
  4. 644f68e [libc++] Add slice_array operator= valarray overload. by zoecarver · 4 years, 2 months ago
  5. c479e0c [libc++] NFC: Fix several GCC warnings in the test suite by Louis Dionne · 4 years, 3 months ago
  6. 9339ab3 [libc++] Get rid of <sstream> in the valarray tests by Louis Dionne · 4 years, 3 months ago
  7. 31cbe0f [libc++] Remove the c++98 Lit feature from the test suite by Louis Dionne · 4 years, 8 months ago
  8. 7a6aaf9 [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup by Louis Dionne · 4 years, 9 months ago
  9. aaaa25e [libc++] Remove useless nothing_to_do.pass.cpp tests by Louis Dionne · 4 years, 10 months ago
  10. bf7dc57 [libcxx] [test] Fix valarray UB and MSVC warnings. by Stephan T. Lavavej · 5 years ago
  11. 7fc6a55 Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. by Marshall Clow · 6 years ago
  12. 0657197 Fix a number of bugs in __val_expr's subset operator[]. by Eric Fiselier · 6 years ago
  13. 2df59c5 Support tests in freestanding by JF Bastien · 6 years ago
  14. 57b08b0 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  15. 2b20304 [libcxx] Avoid spurious construction of valarray elements by Mikhail Maltsev · 7 years ago
  16. 69154d6 Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in the numeric tests and headers by Eric Fiselier · 8 years ago
  17. 4f73dbf Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES by Eric Fiselier · 8 years ago
  18. fd83822 Fix unused parameters and variables by Eric Fiselier · 8 years ago
  19. c71bd55 Enable the -Wsign-compare warning to better support MSVC by Eric Fiselier · 8 years ago
  20. 68a694b [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. by Stephan T. Lavavej · 8 years ago
  21. e898b48 [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12. by Stephan T. Lavavej · 8 years ago
  22. 56f23a3 Move remaining _LIBCPP_VERSION tests into test/libcxx by Eric Fiselier · 9 years ago
  23. 060ecaf Fix operator precedence mistake in valarray/not.pass.cpp. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  24. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 10 years ago