| Commit message (Expand) | Author | Age | Files | Lines |
* | [libcxx] Fix the binder deprecation tests on Clang 5. | Louis Dionne | 2018-09-23 | 4 | -24/+8 |
* | [libcxx] Fix buildbots on Debian | Louis Dionne | 2018-09-23 | 4 | -0/+4 |
* | [libc++] Add deprecated attributes to many deprecated components | Louis Dionne | 2018-09-23 | 4 | -0/+148 |
* | [libcxx] func.wrap.func.con: Unset function before destroying anything | Volodymyr Sapsai | 2018-04-25 | 2 | -0/+92 |
* | [libcxx][test] Silence -Wself-assign diagnostics | Roman Lebedev | 2018-04-07 | 1 | -4/+4 |
* | Un-XFAIL a test under new GCC version; the GCC bug has been fixed | Eric Fiselier | 2018-03-22 | 1 | -1/+1 |
* | Fix most GCC test failures. | Eric Fiselier | 2018-01-18 | 1 | -0/+48 |
* | [libcxx] [test] Improve MSVC portability. | Stephan T. Lavavej | 2018-01-10 | 1 | -4/+8 |
* | Apparently 'C++14' is different than 'c++14' | Marshall Clow | 2018-01-08 | 1 | -1/+1 |
* | Add the C++17 extensions to std::search. Include the default searcher, but no... | Marshall Clow | 2018-01-08 | 11 | -0/+1264 |
* | [libcxx] P0604, invoke_result and is_invocable | Zhihao Yuan | 2017-12-12 | 2 | -10/+10 |
* | Fix PR34298 - Allow std::function with an incomplete return type. | Eric Fiselier | 2017-09-10 | 1 | -1/+36 |
* | Revert "Fix PR34298 - Allow std::function with an incomplete return type." | Eric Fiselier | 2017-09-10 | 1 | -36/+1 |
* | Fix PR34298 - Allow std::function with an incomplete return type. | Eric Fiselier | 2017-09-10 | 1 | -1/+36 |
* | [libcxx] [test] Update for C++17 feature removals. | Stephan T. Lavavej | 2017-08-24 | 8 | -11/+27 |
* | [libcxx] [test] Rename _Up to U, etc. NFCI. | Stephan T. Lavavej | 2017-08-11 | 4 | -16/+16 |
* | [libcxx] [test] Rename _Tp to T. NFCI. | Stephan T. Lavavej | 2017-08-11 | 4 | -8/+8 |
* | [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC. | Stephan T. Lavavej | 2017-08-05 | 2 | -2/+2 |
* | [libcxx] [test] Change comments to say C++ instead of c++. NFC. | Stephan T. Lavavej | 2017-07-29 | 1 | -1/+1 |
* | [libcxx] [test] In func.wrap.func.con/alloc_F.pass.cpp, fix REQUIRES whitespa... | Stephan T. Lavavej | 2017-07-29 | 1 | -1/+1 |
* | [libcxx] [test] Make files consistently end with newlines, NFC. | Stephan T. Lavavej | 2017-07-29 | 1 | -1/+1 |
* | [libcxx] [test] Untabify, NFC. | Stephan T. Lavavej | 2017-07-29 | 2 | -4/+4 |
* | func.wrap.func.con: Fix test comment | Duncan P. N. Exon Smith | 2017-06-18 | 1 | -1/+1 |
* | Cleanup test issues reported by STL @ Microsoft. | Eric Fiselier | 2017-05-12 | 2 | -158/+0 |
* | Mark LWG#2850 as complete. No functionality change; we had tests that covered... | Marshall Clow | 2017-05-11 | 1 | -1/+2 |
* | Remove usages of _LIBCPP_MSVC which is never defined | Eric Fiselier | 2017-05-10 | 1 | -1/+1 |
* | Implement LWG 2591 - Patch from K-Ballo | Eric Fiselier | 2017-05-10 | 1 | -0/+4 |
* | Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until ... | Marshall Clow | 2017-03-23 | 1 | -0/+3 |
* | Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function... | Marshall Clow | 2017-03-23 | 4 | -25/+43 |
* | Update all bug URL's to point to https://bugs.llvm.org/... | Eric Fiselier | 2017-02-17 | 6 | -6/+6 |
* | test: squelch -Wreturn-type error | Saleem Abdulrasool | 2017-02-12 | 1 | -1/+8 |
* | Remove all usages of REQUIRES-ANY in the test suite. | Eric Fiselier | 2017-01-24 | 6 | -6/+6 |
* | Implement P0513R0 - "Poisoning the Hash" | Eric Fiselier | 2017-01-21 | 1 | -0/+23 |
* | [libcxx] [test] Fix comment typos, strip trailing whitespace. | Stephan T. Lavavej | 2017-01-18 | 1 | -1/+1 |
* | [libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants. | Stephan T. Lavavej | 2017-01-18 | 2 | -2/+4 |
* | Fix PR31489 - std::function self-swap segfaults | Eric Fiselier | 2016-12-29 | 2 | -94/+195 |
* | fix newly failing c++03 tests | Eric Fiselier | 2016-12-24 | 1 | -0/+2 |
* | Fix unused parameters and variables | Eric Fiselier | 2016-12-23 | 3 | -6/+29 |
* | Enable the -Wsign-compare warning to better support MSVC | Eric Fiselier | 2016-12-11 | 2 | -4/+4 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 2 | -2/+2 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 5 | -10/+10 |
* | [libcxx] [test] D26815: Fix an assumption about the state of moved-from std::... | Stephan T. Lavavej | 2016-11-18 | 1 | -2/+2 |
* | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 12 | -12/+36 |
* | Update LWG 2767 and add test case | Eric Fiselier | 2016-10-16 | 1 | -0/+14 |
* | Add void_t and invoke feature test macros | Eric Fiselier | 2016-10-14 | 1 | -0/+39 |
* | Implement http://wg21.link/p0302r1: Removing Allocator Support in std::functi... | Marshall Clow | 2016-10-13 | 12 | -0/+210 |
* | Remove use of _VSTD::__invoke in the not_fn tests | Eric Fiselier | 2016-10-12 | 1 | -1/+4 |
* | Add tests to check that swap(std::function, std::function) is noexcept. This ... | Marshall Clow | 2016-10-10 | 1 | -1/+14 |
* | Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities | Eric Fiselier | 2016-10-01 | 2 | -4/+7 |
* | Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca... | Marshall Clow | 2016-09-22 | 2 | -0/+8 |