Daily bump.
[gcc.git] / libstdc++-v3 / testsuite / 23_containers /
2021-01-14 François Dumontlibstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators
2021-01-14 François Dumontlibstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-14 François Dumontlibstdc++: Make tests with Undefined Behavior in C...
2020-12-14 François Dumontlibstdc++: Fix several _GLIBCXX_DEBUG tests
2020-12-03 Jonathan Wakelylibstdc++: Disable std::array assertions for C++11...
2020-11-20 François Dumontlibstdc++: _Rb_tree code cleanup, remove lambdas
2020-11-09 François Dumontlibstdc++: Remove <debug/array>
2020-10-30 Jonathan Wakelylibstdc++: Fix some more warnings in test
2020-10-29 Jonathan Wakelylibstdc++: Avoid warnings in tests
2020-10-28 Jonathan Wakelylibstdc++: Make std::span layout-compatible with struct...
2020-09-22 Patrick Palkalibstdc++: Remove overzealous static_asserts from std...
2020-09-02 Jonathan Wakelylibstdc++: Fix three-way comparison for std::array...
2020-08-26 Jonathan Wakelylibstdc++: Fix regression in hash containers
2020-08-25 Jonathan Wakelylibstdc++: Remove tests for self-move debug assertions
2020-08-12 Jonathan Wakelylibstdc++: Make self-move well-defined for containers...
2020-08-11 François Dumontlibstdc++: Implement DR 526 on [forward_]list remove_if...
2020-08-07 Jonathan Wakelylibstdc++: Fix ambiguous comparisons in __gnu_debug...
2020-07-31 François Dumontlibstdc++: Fix and improve std::vector<bool> implementa...
2020-07-31 Jonathan Wakelylibstdc++: Add dg-require-effective-target to std:...
2020-07-31 Jonathan Wakelylibstdc++: Ensure c++NN effective target present in...
2020-07-30 Jonathan Wakelylibstdc++: Fix tests using wrong allocator type
2020-07-30 Jonathan Wakelylibstdc++: Make testsuite usable with -fno-exceptions
2020-07-29 François Dumontlibstdc++: Fix unordered containers move constructors...
2020-07-28 François Dumontlibstdc++: Do not over-size hashtable buckets on range...
2020-07-08 François Dumontlibstdc++: Fix [multi]map/[multi]set move constructors...
2020-07-02 Jonathan Wakelylibstdc++: Require c++98_only effective target for...
2020-06-17 Jonathan Wakelylibstdc++: Avoid stack overflow in std::vector (PR...
2020-06-02 Jonathan Wakelylibstdc++: Make debug containers prefer copy ctor to...
2020-04-28 Jonathan Wakelylibstdc++: Fix regression in std::_Construct (PR 94831)
2020-04-23 Jonathan Wakelylibstdc++: Change __cpp_lib_array_constexpr for C+...
2020-04-22 Jonathan Wakelylibstdc++: Update (and revert) value of __cpp_lib_array...
2020-04-22 Jonathan Wakelylibstdc++: Improve tests for __cpp_lib_erase_if macro
2020-04-20 Jonathan Wakelylibstdc++: Add comparison operators to associative...
2020-04-19 Jonathan Wakelylibstdc++: Define operator<=> for std::stack and std...
2020-04-17 Jonathan Wakelylibstdc++: Add comparison operators to sequence containers
2020-03-31 Ville VoutilainenLibrary-side tests for parenthesized aggregate init
2020-03-10 Jonathan Wakelylibstdc++: Change compile-only test to run
2020-02-27 Jonathan Wakelylibstdc++: Define <=> for Debug Mode array
2020-02-27 Jonathan Wakelylibstdc++: Fix std::span test failures with _GLIBCXX_AS...
2020-02-19 Jonathan Wakelylibstdc++: span's deduction-guide for built-in arrays...
2020-02-19 Jonathan Wakelylibstdc++: Remove std::span::cbegin and std::span:...
2020-02-18 Jonathan Wakelylibstdc++: P1976R2 Fixed-size span construction from...
2020-02-18 Jonathan Wakelylibstdc++: P2116R0 Remove tuple-like protocol support...
2020-02-15 Jonathan Wakelylibstdc++: Update __cpp_lib_erase_if macro (P1115R3)
2020-01-27 Jonathan Wakelylibstdc++: Fix deduction guide for std::span (PR93426)
2020-01-16 François Dumontlibstdc++: Improve unordered containers == operator...
2020-01-09 François DumontPR libstdc++/92124 fix incorrect unordered container...
2020-01-07 François DumontPR libstdc++/92124 fix incorrect container move assignment
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-20 François Dumontlibstdc++: Fix versioned namespace tests
2019-12-10 Jonathan Wakelylibstdc++: Correct noexcept-specifiers on span constructors
2019-12-09 François Dumontlibstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG...
2019-12-05 Jonathan Wakelylibstdc++: Fix bug in std::span test
2019-12-05 Jonathan Wakelylibstdc++: Implement spaceship for std::array (P1614R2)
2019-11-15 Edward Smith-RowlandImplement the <array> part of C++20 p1032 Misc constexp...
2019-10-30 Jonathan WakelyApply C++20 changes to various iterator types
2019-10-29 Jonathan WakelyPR libstdc++/92267 fix ABI change in deque iterators
2019-10-23 Jonathan WakelyPR c++/91369 Implement P0784R7 changes to allocation...
2019-10-22 Jonathan WakelyRemove redundant std::allocator members for C++20
2019-10-17 Jonathan WakelyPR libstdc++/92124 fix incorrect container move assignment
2019-10-09 Marek PolacekImplement C++20 P0388R4, DR 1307, and DR 330.
2019-10-01 Jonathan WakelyDisable tests that aren't valid in parallel mode
2019-09-30 François DumontImplement C++20 constexpr comparison operators for...
2019-09-30 Jonathan WakelyImplement LWG 3255 for std::span constructors
2019-09-10 Jonathan WakelyPR libstdc++/91711 fix failing test
2019-09-05 Jonathan WakelyImprove precondition checks for std::span
2019-09-05 JeanHeyd MeneideImplement std::span for C++20
2019-08-30 Jonathan WakelyFix errors in new test
2019-08-30 Jonathan WakelyPR libstdc++/89164 enforce constraints for uninitialize...
2019-08-08 Jonathan WakelyP0325R4 to_array from LFTS with updates
2019-08-01 Edward Smith-RowlandImplement C++20 p0202 - Add Constexpr Modifiers to...
2019-06-17 Jonathan WakelyFix tests that fail without PCH
2019-06-11 Edward Smith-RowlandFix ConstexprIterator requirements tests - No constexpr...
2019-06-08 Edward Smith-RowlandTest for C++20 p0858 - ConstexprIterator requirements.
2019-06-06 Jonathan WakelyAvoid unnecessary inclusion of <stdexcept> header
2019-06-06 Jonathan WakelyFix more failing tests for C++98 mode
2019-06-06 Jonathan WakelyFix more tests that fail in C++2a mode
2019-06-06 Jonathan WakelyFix tests that fail in C++2a mode
2019-06-03 Jonathan WakelyEnforce allocator::value_type consistency for container...
2019-05-23 Jonathan WakelyFix testsuite bugs
2019-05-17 François Dumont2019-05-17 François Dumont <fdumont@gcc.gnu.org>
2019-05-17 Jonathan WakelyPR libstdc++/85965 move is_invocable assertions again
2019-05-17 François DumontMove from state of allocators (LWG2593)
2019-05-14 Jonathan WakelyAdd __gnu_test::NullablePointer utility to testsuite
2019-05-13 Jonathan WakelyRemove Profile Mode, deprecated since GCC 7.1
2019-05-08 François Dumontre PR libstdc++/90277 (Debug Mode test failures)
2019-05-04 François Dumonthashtable.h (_Hashtable<>::rehash): Review comment.
2019-04-18 Jason MerrillPR c++/90047 - ICE with enable_if alias template.
2019-04-17 Jonathan WakelyPR libstdc++/90105 make forward_list::sort stable
2019-03-26 Jonathan WakelyPR libstdc++/85965 delay static assertions until types...
2019-03-08 François Dumontre PR libstdc++/89608 (Undetected iterator invalidation...
2019-02-26 Jonathan WakelyPR libstdc++/89477 constrain deduction guides for maps...
2019-02-21 Jonathan WakelyPR libstdc++/89416 fix __is_move_insertable trait
2019-02-14 Jonathan WakelyLWG 2537 fix priority_queue constructors to establish...
2019-02-05 Jonathan WakelyPR libstdc++/89128 add deduction guides for container...
2019-02-05 Jonathan WakelyRestore previous behaviour of test
2019-02-05 Jonathan WakelyPR libstdc++/89130 restore support for non-MoveConstruc...
2019-01-10 Jonathan WakelyDefine __cpp_lib_erase_if feature test macro
2019-01-04 Jonathan WakelyFix test failure when -fno-inline is used
next