1. 1e34c76 Implement filesystem NB comments, relative paths, and related issues. by Eric Fiselier · 7 years ago
  2. 245b3a0 Fix test case initialization issues in permissions test by Eric Fiselier · 7 years ago
  3. f2c9373 Implement filesystem::perm_options specified in NB comments. by Eric Fiselier · 7 years ago
  4. f1471a3 Make filesystem tests generic between experimental and std versions. by Eric Fiselier · 7 years ago
  5. 04dd960 [libcxx] Fix last_write_time test for filesystems that don't support very small times. by Volodymyr Sapsai · 7 years ago
  6. 31810d9 Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html by Marshall Clow · 7 years ago
  7. b50d244 Remove <experimental/string_view>; use <string_view> instead. See https://libcxx.llvm.org/TS_deprecation.html by Marshall Clow · 7 years ago
  8. 4d0f428 Implement LWG 3014 - Fix more noexcept issues in filesystem. by Eric Fiselier · 7 years ago
  9. 9611902 Remove debug println from rec.dir.itr.increment test by Eric Fiselier · 7 years ago
  10. 0b47a65 Implement LWG2989: path's streaming operators allow everything under the sun. by Eric Fiselier · 7 years ago
  11. af1fd7c Address LWG 2849 and fix missing failure condition in copy_file. by Eric Fiselier · 7 years ago
  12. b21316f Remove std::experimental::sample; use std::sample instead. See https://libcxx.llvm.org/TS_deprecation.html by Marshall Clow · 7 years ago
  13. 14698bc Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm.org/TS_deprecation.html by Marshall Clow · 7 years ago
  14. f8d223f Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_deprecation.html by Marshall Clow · 7 years ago
  15. 95db3d2 Remove <experimental/optional>; use <optional> instead. See https://libcxx.llvm.org/TS_deprecation.html by Marshall Clow · 7 years ago
  16. cce11ce Add error code handling to remove_all test by Ekaterina Vaartis · 7 years ago
  17. 45d5893 Make std::experimental::filesystem::remove and remove_all return false or 0 if the file doesn't exist by Ekaterina Vaartis · 7 years ago
  18. 8148a70 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  19. bc6989b More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in filesystem::path by Marshall Clow · 7 years ago
  20. a4c272d Implement LWG 3013 - some filesystem members should not be noexcept. by Eric Fiselier · 7 years ago
  21. fba9cd8 Fix PR35078 - recursive directory iterator's increment method throws incorrectly. by Eric Fiselier · 7 years ago
  22. 5cf53b5 Fix last_write_time.pass.cpp to work with clang-3.9 and earlier by Roman Lebedev · 7 years ago
  23. 4b05db4 Really do make sure that last_write_time.pass.cpp still works with old clang by Roman Lebedev · 7 years ago
  24. 0fdc4c9 Silence clang's -Wtautological-constant-compare in last_write_time.pass.cpp by Roman Lebedev · 7 years ago
  25. 5384fd8 Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable by Benjamin Kramer · 7 years ago
  26. dfcb00a Fix failing -verify tests due to change in Clangs static_assert message. by Eric Fiselier · 7 years ago
  27. 5d91f31 [libcxx] [test] Change comments to say C++ instead of c++. NFC. by Stephan T. Lavavej · 7 years ago
  28. 25072f0 [libcxx] [test] Make files consistently end with newlines, NFC. by Stephan T. Lavavej · 7 years ago
  29. a686caa [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 7 years ago
  30. 530ad8e Fix equivalent test on OS X and FreeBSD by Eric Fiselier · 7 years ago
  31. 3288eac Implement LWG 2937 - equivalent("dne", "exists") is not an error by Eric Fiselier · 7 years ago
  32. 10a803d any: Add availability for experimental::bad_any_cast by Duncan P. N. Exon Smith · 7 years ago
  33. 660d265 Allow coroutine_handle<const T> to support creation from const references to the promise_type by Eric Fiselier · 7 years ago
  34. c689592 Mark two coroutine tests as unsupported under ubsan, again by Vedant Kumar · 7 years ago
  35. 84d7535 Revert "Mark two coroutine tests as unsupported under ubsan" by Vedant Kumar · 7 years ago
  36. 2e612e1 [test] Allow non-libc++ coroutine_handle::done to strengthen noexcept by Casey Carter · 7 years ago
  37. 974e519 Mark two coroutine tests as unsupported under ubsan by Vedant Kumar · 7 years ago
  38. a9d992d Remove ubsan XFAILS in two tests by Vedant Kumar · 7 years ago
  39. 5ead340 Fix silly mistakes in recent changes made to coroutine test by Eric Fiselier · 7 years ago
  40. 0db8645 Transform the libc++ coroutine shell tests into normal .pass.cpp tests. by Eric Fiselier · 7 years ago
  41. 53d1985 [coroutines] Make coroutine_handle<T>::from_address ill-formed for everything but void*. by Eric Fiselier · 7 years ago
  42. 704a0db Fix coroutine test failures caused by API misusages. by Eric Fiselier · 7 years ago
  43. 120949f Correct XFAIL's in coroutine tests to only list ubsan by Eric Fiselier · 7 years ago
  44. bcb4a4e Fix use of uninitialized memory by Eric Fiselier · 7 years ago
  45. 5202852 XFAIL tests which trigger coroutine debug info crash in Clang by Eric Fiselier · 7 years ago
  46. 75fc44a Add hack to allow test to run w/o C++17 copy elision by Eric Fiselier · 7 years ago
  47. 10d9a93 [coroutines] Add end-to-end tests within libc++ by Eric Fiselier · 7 years ago
  48. 1bc177f Update more coroutine_handle signatures to reflect N4663. by Eric Fiselier · 7 years ago
  49. 0b95869 Update coroutine_handle<P>::promise to reflect N4663. by Eric Fiselier · 7 years ago
  50. 737c3bf Add <experimental/coroutine> by Eric Fiselier · 7 years ago
  51. a12fded Fix XFAIL to reflect recent fixes in GCC by Eric Fiselier · 7 years ago
  52. 9197008 Fix GCC 7 test failures. by Eric Fiselier · 7 years ago
  53. 907c119 Add markup for libc++ dylib availability by Mehdi Amini · 7 years ago
  54. 706e2c7 Diagnose when reverse_iterator is used on path::iterator. by Eric Fiselier · 8 years ago
  55. 7c7df64 Implement LWG 2787 - [file_status.cons] is inconsistent by Eric Fiselier · 8 years ago
  56. 3df9fd8 Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp when ran in c++11 mode 32 bits by Mehdi Amini · 8 years ago
  57. 4203bfb add tests for ENAMETOOLONG by Eric Fiselier · 8 years ago
  58. 197b882 Fix a bug I introduced in the tests for experimental::lcm and experimental::gcd. by Marshall Clow · 8 years ago
  59. ebf66a3 Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. by Marshall Clow · 8 years ago
  60. 6c7c93f [test] Fix hard_link_count test to account for fs with dir nlink==1 by Michal Gorny · 8 years ago
  61. 19ab479 [libcxx] [test] Fix comment typos. by Stephan T. Lavavej · 8 years ago
  62. 7566869 filesystem: fix n4100 conformance for `temp_directory_path` by Saleem Abdulrasool · 8 years ago
  63. 9849405 Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We already did tbis for C++17, so replicate the changes in experimental. by Marshall Clow · 8 years ago
  64. 16e2ba1 [libcxx] [test] Fix comment typos, strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  65. f2b4889 Fix filesystem::path assignment from {} by Eric Fiselier · 8 years ago
  66. 44dbdb4 More configuration changes for running the test suite against MSVC's STL by Eric Fiselier · 8 years ago
  67. 29d52a2 Fix last_write_time tests for filesystems that don't support negative and very large times by Jonas Hahnfeld · 8 years ago
  68. dcac520 [libcxx] [test] Strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  69. 4797c11 Fix some 'FIXME's in the tests. by Marshall Clow · 8 years ago
  70. 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
  71. a2cd270 Enable the -Wsign-compare warning to better support MSVC by Eric Fiselier · 8 years ago
  72. e386ad3 Refactor uses_allocator test types for upcoming fixes by Eric Fiselier · 8 years ago
  73. bca6de0 Adjust libc++ test infastructure to fully support modules by Eric Fiselier · 8 years ago
  74. efc4851 Enable warnings by default for C++ >= 11 and fix -Wshadow occurances by Eric Fiselier · 8 years ago
  75. 486d8a9 Protect optional test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  76. afa9b59 Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the ones in std:: by Marshall Clow · 8 years ago
  77. 70e6a8d Implement the 'detection idiom' from LFTS v2 by Marshall Clow · 8 years ago
  78. e33c0b0 [libcxx] [test] D27027: Strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  79. 240b8c8 Protect std::experimental::optional tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  80. e619862 [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. by Stephan T. Lavavej · 8 years ago
  81. c4a7e91 Fix non-portable tests for temp_directory_path(...) by Eric Fiselier · 8 years ago
  82. 6547b4f Fix libc++ specific assertion in permissions(...) tests by Eric Fiselier · 8 years ago
  83. 46c0fcb Update status for std::optional LWG issues and fix an optional SFINAE bug by Eric Fiselier · 8 years ago
  84. 1e1bbc7 Implement LWG 2712 and update other issues status by Eric Fiselier · 8 years ago
  85. 451f34d Implement LWG 2681 and 2682 by Eric Fiselier · 8 years ago
  86. 25dc5bd Implement LWG 2672. by Eric Fiselier · 8 years ago
  87. 620a9a5 Implement modified LWG 2665 by Eric Fiselier · 8 years ago
  88. 508f208 Fix LWG2683 - filesystem::copy() should always clear the user-provided error_code by Eric Fiselier · 8 years ago
  89. 3a3836f Avoid compile error by giving the test type a user defined default constructor by Eric Fiselier · 8 years ago
  90. b9231a2 Fix PR30260 - optional<const T> not working. by Eric Fiselier · 8 years ago
  91. 917af0a Implement C++17 std::sample. by Eric Fiselier · 8 years ago
  92. 17c38db Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. by Eric Fiselier · 8 years ago
  93. 113315b Implement LWG 2711. Constrain path members. by Eric Fiselier · 8 years ago
  94. ea714e7 libcxx: Fix path.compare.pass expected result by Adhemerval Zanella · 8 years ago
  95. 1f6a37d test: relax the FS test a slight bit to be more reliable by Saleem Abdulrasool · 8 years ago
  96. e739d54 [libcxx] Add std::any by Eric Fiselier · 8 years ago
  97. 3df1df1 test/hard_link_count(): Fix test on darwin by Matthias Braun · 8 years ago
  98. f3e7cac Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.llvm.org/D21343. by Marshall Clow · 8 years ago
  99. 2645dbe Implement P0392r0. Integrate filesystem::path and string_view. by Eric Fiselier · 8 years ago
  100. b9c2032 [libcxx][filesystem] Remove setgid from parent before testing permissions by Jonas Hahnfeld · 8 years ago