| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a test with an empty input range - should do nothing | Marshall Clow | 2017-06-13 | 1 | -0/+6 |
| * | [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-... | Marshall Clow | 2017-06-12 | 1 | -0/+35 |
| * | Implement the non-parallel versions of exclusive_scan and transform_exclusive... | Marshall Clow | 2017-06-10 | 3 | -0/+338 |
| * | [libcxx] [test] Update locale names for Windows. | Stephan T. Lavavej | 2017-06-08 | 1 | -4/+6 |
| * | [libcxx] [test] Remove a Clang/C2 workaround. | Stephan T. Lavavej | 2017-06-08 | 1 | -2/+0 |
| * | XFAIL tuple deduction guide test on GCC | Eric Fiselier | 2017-06-08 | 1 | -0/+5 |
| * | Add tests for class template deduction on std::tuple. | Eric Fiselier | 2017-06-08 | 1 | -0/+150 |
| * | Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZER | Eric Fiselier | 2017-06-07 | 1 | -0/+2 |
| * | Implement LWG 2904. | Michael Park | 2017-06-07 | 3 | -63/+0 |
| * | Fix test with exceptions disabled | Eric Fiselier | 2017-06-07 | 1 | -29/+30 |
| * | [test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor... | Casey Carter | 2017-06-07 | 5 | -38/+712 |
| * | add missing constexpr to optional::value_or | Casey Carter | 2017-06-06 | 1 | -7/+13 |
| * | Mark two coroutine tests as unsupported under ubsan, again | Vedant Kumar | 2017-06-02 | 2 | -0/+6 |
| * | Revert "Mark two coroutine tests as unsupported under ubsan" | Vedant Kumar | 2017-06-02 | 2 | -6/+0 |
| * | [test] Allow non-libc++ coroutine_handle::done to strengthen noexcept | Casey Carter | 2017-06-01 | 4 | -6/+6 |
| * | Mark two coroutine tests as unsupported under ubsan | Vedant Kumar | 2017-06-01 | 2 | -0/+6 |
| * | Remove ubsan XFAILS in two tests | Vedant Kumar | 2017-06-01 | 2 | -6/+0 |
| * | Fix silly mistakes in recent changes made to coroutine test | Eric Fiselier | 2017-05-31 | 1 | -4/+2 |
| * | Transform the libc++ coroutine shell tests into normal .pass.cpp tests. | Eric Fiselier | 2017-05-31 | 25 | -107/+15 |
| * | [coroutines] Make coroutine_handle<T>::from_address ill-formed for everything... | Eric Fiselier | 2017-05-29 | 2 | -0/+55 |
| * | Fix coroutine test failures caused by API misusages. | Eric Fiselier | 2017-05-29 | 3 | -6/+6 |
| * | Correct XFAIL's in coroutine tests to only list ubsan | Eric Fiselier | 2017-05-28 | 2 | -9/+10 |
| * | Fix use of uninitialized memory | Eric Fiselier | 2017-05-28 | 1 | -1/+1 |
| * | XFAIL tests which trigger coroutine debug info crash in Clang | Eric Fiselier | 2017-05-28 | 2 | -0/+8 |
| * | Add hack to allow test to run w/o C++17 copy elision | Eric Fiselier | 2017-05-28 | 1 | -2/+9 |
| * | [coroutines] Add end-to-end tests within libc++ | Eric Fiselier | 2017-05-28 | 8 | -0/+809 |
| * | Remove incorrect #ifdef guards around variant tests. | Eric Fiselier | 2017-05-26 | 2 | -4/+2 |
| * | [test] Fix breakage from r303947 =( | Casey Carter | 2017-05-26 | 1 | -2/+4 |
| * | [test] make_shared<T()>(...) is, uh, libc++-specific | Casey Carter | 2017-05-26 | 1 | -5/+13 |
| * | Update more coroutine_handle signatures to reflect N4663. | Eric Fiselier | 2017-05-25 | 3 | -10/+59 |
| * | Add asserts that the nullptr is maintained in string erase operations. | Billy Robert O'Neal III | 2017-05-25 | 4 | -0/+6 |
| * | Update coroutine_handle<P>::promise to reflect N4663. | Eric Fiselier | 2017-05-25 | 1 | -3/+3 |
| * | [test] Workaround C1XX bug in uses_allocator_types.hpp | Casey Carter | 2017-05-25 | 1 | -1/+4 |
| * | Add support for shared_ptr<FunctionType> | Erik Pilkington | 2017-05-25 | 1 | -1/+12 |
| * | Add <experimental/coroutine> | Eric Fiselier | 2017-05-25 | 17 | -0/+1002 |
| * | Add non-parallel version of for_each_n (+tests) from the Parallelism TS | Marshall Clow | 2017-05-25 | 1 | -0/+61 |
| * | Add some constexpr tests for optional's move/copy ctor | Marshall Clow | 2017-05-25 | 2 | -0/+27 |
| * | Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt... | Marshall Clow | 2017-05-23 | 1 | -28/+0 |
| * | Make next/prev/advance/distance operations on iterators be constexpr. I misse... | Marshall Clow | 2017-05-17 | 4 | -3/+116 |
| * | Mark the copy constructor and move | Marshall Clow | 2017-05-17 | 2 | -2/+12 |
| * | [test] Add specific test for P0138R2, direct-list-init of fixed enums from in... | Casey Carter | 2017-05-12 | 1 | -0/+21 |
| * | [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 2/3. | Casey Carter | 2017-05-12 | 15 | -45/+0 |
| * | [test] Avoid P0138R2, direct-list-init of fixed enums from integers, part 1/3. | Casey Carter | 2017-05-12 | 15 | -34/+34 |
| * | Fix C++03 test failures caused by static_assert emulation | Eric Fiselier | 2017-05-12 | 3 | -6/+6 |
| * | Cleanup test issues reported by STL @ Microsoft. | Eric Fiselier | 2017-05-12 | 10 | -1613/+1214 |
| * | Remove non-standard basic_string_view::clear() member. | Eric Fiselier | 2017-05-12 | 1 | -67/+0 |
| * | Move POSIX specific test under test/libcxx subdirectory | Eric Fiselier | 2017-05-12 | 1 | -76/+0 |
| * | Move tests for libc++ configurations into libcxx/ test subdirectory | Eric Fiselier | 2017-05-12 | 3 | -32/+0 |
| * | Fix or move tests with non-standard assumptions | Eric Fiselier | 2017-05-12 | 4 | -131/+42 |
| * | Guard usage of libc++ regex internals inside test. | Eric Fiselier | 2017-05-12 | 1 | -23/+45 |