| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix testsuite to not increment bool | redi | 2016-09-15 | 2 | -1/+13 |
* | * typeck.c (cp_build_unary_op): Diagnose incrementing boolean | mpolacek | 2016-09-14 | 1 | -0/+1 |
* | Fix dg-require before dg-run directives in testsuite. | clyon | 2016-09-14 | 22 | -23/+22 |
* | Implement P0040R3, Extending memory management tools. | ville | 2016-09-13 | 1 | -0/+132 |
* | Implement P0253R1, Fixing a design mistake in the searchers | ville | 2016-09-12 | 1 | -9/+9 |
* | Implement C++17 string searchers. | ville | 2016-09-12 | 1 | -0/+138 |
* | [libstdc++-v3] Fix dg-require before dg-run directives in testsuite. | mwahab | 2016-09-12 | 196 | -196/+197 |
* | Constrain std::shared_ptr assignment and resetting | redi | 2016-08-31 | 5 | -20/+171 |
* | Move comparison object in map/set move assignment | redi | 2016-08-31 | 1 | -0/+58 |
* | Add test accidentally not added in revision r239121 | redi | 2016-08-31 | 1 | -0/+45 |
* | PR libstdc++/77395 | ville | 2016-08-30 | 5 | -4/+104 |
* | * testsuite/22_locale/time_get/get/char/2.cc: Move dg-do run | uros | 2016-08-30 | 6 | -6/+6 |
* | PR libstdc++/77356 | timshen | 2016-08-27 | 1 | -0/+23 |
* | libstdc++/51960 move-construction for raw_storage_iterator | redi | 2016-08-26 | 1 | -0/+46 |
* | Use effective-target instead of -std options | redi | 2016-08-26 | 2910 | -4512/+3067 |
* | Restore dg-interpreter-batch-mode for libstdc++ tests | redi | 2016-08-26 | 3 | -12/+14 |
* | Add new std::basic_string constructor (LWG 2583) | redi | 2016-08-26 | 2 | -0/+140 |
* | libstdc++/77334 move assign RB trees of non-copyable types | redi | 2016-08-23 | 1 | -0/+28 |
* | Use dg-do preprocess instead of compile for tests | redi | 2016-08-23 | 2 | -4/+2 |
* | Implement resolution of LWG DR 685 precisely | redi | 2016-08-23 | 7 | -2/+424 |
* | Add constexpr to <iterator> and <array> for C++17 | redi | 2016-08-23 | 4 | -7/+117 |
* | libstdc++/68297 avoid throw/catch in make_exception_ptr | redi | 2016-08-22 | 1 | -1/+2 |
* | Add noexcept to std::function swap | redi | 2016-08-22 | 1 | -0/+25 |
* | Simplify dg-options for tests using pthreads | redi | 2016-08-19 | 207 | -603/+398 |
* | Define std::not_fn for C++17 | redi | 2016-08-19 | 2 | -3/+106 |
* | Define std::atomic<T>::is_always_lock_free for C++17 | redi | 2016-08-19 | 3 | -1/+76 |
* | Fix ambiguities in C++17 mode | redi | 2016-08-19 | 3 | -10/+79 |
* | Implement the latest proposed resolution of LWG 2756. | ville | 2016-08-18 | 2 | -1/+32 |
* | Implement <variant> | timshen | 2016-08-18 | 2 | -0/+906 |
* | Remove unintended dg-options directive | redi | 2016-08-18 | 1 | -1/+0 |
* | Fix invalid dg-do directive | redi | 2016-08-17 | 1 | -2/+1 |
* | Use effective target instead of -std in dg-options | redi | 2016-08-17 | 11 | -24/+22 |
* | Add c++11 effective target to tests for C++11 features | redi | 2016-08-17 | 3 | -2/+4 |
* | Add comment explaining why -std=c++14 is needed. | redi | 2016-08-17 | 1 | -1/+3 |
* | Remove duplicate dg-options directive | redi | 2016-08-17 | 1 | -1/+0 |
* | Adjust DG directives in libstdc++ Profile Mode test | redi | 2016-08-17 | 1 | -3/+3 |
* | Adjust DG directives in libstdc++ XFAIL test | redi | 2016-08-17 | 1 | -3/+4 |
* | Adjust testcases for C++17 compatibility | redi | 2016-08-17 | 13 | -11/+40 |
* | Adjust testcase for C++14 compatibility | redi | 2016-08-17 | 1 | -2/+6 |
* | PR 77264 constrain new std::basic_string overloads | redi | 2016-08-17 | 10 | -0/+305 |
* | PR 72847 Prevent double-free in std::vector<bool> | redi | 2016-08-16 | 1 | -0/+49 |
* | Implement LWG 2744 and LWG 2754. | ville | 2016-08-15 | 4 | -1/+30 |
* | Add a feature macro for C++17 make_from_tuple. | ville | 2016-08-15 | 1 | -0/+6 |
* | 2016-08-15 Thomas Preud'homme <thomas.preudhomme@arm.com> | thopre01 | 2016-08-15 | 1 | -2/+2 |
* | Implement C++17 make_from_tuple. | ville | 2016-08-11 | 1 | -0/+54 |
* | Implement LWG 2758. | ville | 2016-08-11 | 1 | -0/+46 |
* | * testsuite/lib/libstdc++.exp: Fix typo in comment. | redi | 2016-08-06 | 1 | -1/+1 |
* | Use ::new to avoid finding overloaded operator new | redi | 2016-08-06 | 1 | -0/+27 |
* | Add std::apply for C++17 | redi | 2016-08-06 | 2 | -1/+68 |
* | Implement C++17 rounding functions for std::chrono (P0092R1) | redi | 2016-08-05 | 6 | -4/+120 |