altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
[gcc.git] / libstdc++-v3 / testsuite /
2014-01-31 Jason Merrillre PR c++/57899 (bind/function with data member: infini...
2014-01-29 Jonathan Wakelyre PR libstdc++/59829 (Calling vector::data() occurs...
2014-01-29 Jonathan Wakelyalloc_traits.h (allocator_traits::_S_allocate): Do...
2014-01-28 Jonathan Wakelyre PR libstdc++/59656 (weak_ptr::lock function crashes...
2014-01-26 Jonathan Wakelystl_map.h: Remove anachronistic comment.
2014-01-24 Ed Smith-Rowlandre PR libstdc++/59531 (string_view overrun in copy...
2014-01-24 Jonathan Wakelyre PR libstdc++/59548 (Abort after copying std::unorder...
2014-01-23 Jonathan Wakelyre PR libstdc++/59872 (Cannot move std::map with move...
2014-01-22 Jonathan WakelyPR libstdc++/58764 (again)
2014-01-22 Jonathan Wakelyre PR libstdc++/58764 ([lwg/2193] error: converting...
2014-01-21 Tim Shenregex.tcc: Remove incorrect `nosubs` handling.
2014-01-21 Jonathan Wakelyre PR libstdc++/56267 (unordered containers require...
2014-01-20 François Dumontcreate_testsuite_files: Add testsuite/experimental...
2014-01-20 Jonathan Wakelyre PR libstdc++/56267 (unordered containers require...
2014-01-19 Tim Shenregex_compiler.h (_Comipler<>::_M_quantifier()): Fix...
2014-01-15 François Dumonthashtable_policy.h: Fix some long lines.
2014-01-08 François Dumontstl_vector.h (std::vector<>::_M_move_assign): Pass...
2014-01-07 Tim Shenregex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [....
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2014-01-02 Richard Sandifordarc-common.c, [...]: Use the standard form for the...
2013-12-22 Hans-Peter Nilssonchi2_quality.h: Break out from chi2_quality.cc.
2013-12-10 Paolo Carlinivalue.cc: Add test.
2013-12-09 Paolo Carlinire PR libstdc++/59427 (Opening with ios::in | ios:...
2013-12-09 Renlin Lichi2_quality.cc: Change -DSAMPLES=30000.
2013-12-08 Jonathan Wakely* testsuite/30_threads/async/async.cc: Fix race conditi...
2013-12-08 Paolo Carliniexplicit_instantiation.cc: New.
2013-12-06 Paolo Carlinitestsuite_tr1.h (test_category, [...]): constexpr in...
2013-11-27 Rainer OrthFix ext/random/hypergeometric_distribution/operators...
2013-11-27 Rainer OrthFix ext/random/hypergeometric_distribution/operators...
2013-11-22 Jakub JelinekMakefile.am (check_DEJAGNU_normal_targets): Add 10.
2013-11-22 Jonathan Wakelyre PR libstdc++/59247 (Bootstrap fails due to errors...
2013-11-22 Paolo Carlinivalues.cc: Fix further thinkos.
2013-11-22 Paolo Carlinivalues.cc: Fix thinkos.
2013-11-21 Edward Smith-Rowlandstring_view: Rep empty string with unit-length static...
2013-11-21 Edward Smith-RowlandImplement __gnu_cxx::hypergeometric_distribution.
2013-11-20 Jonathan Wakelyre PR libstdc++/49204 ([C++0x] remaining issues in...
2013-11-20 David Edelsohn* testsuite/17_intro/static.cc: Ignore AIX TOC reload...
2013-11-19 Jonathan Wakelygnu.ver (_ZNSt11regex_errorC*): Export regex_error...
2013-11-19 Jonathan Wakelynoexcept.cc: Change to compile-only test.
2013-11-19 Paolo Carlinistring_view (_S_max_size): Remove.
2013-11-18 Jonathan Wakelyshared_ptr_base.h (_Sp_counted_base<_S_single>): Use...
2013-11-16 François Dumont55043.cc (equal): Add missing & on rhs parameter.
2013-11-16 Edward Smith-RowlandImplement N3762 string_view: a non-owning reference...
2013-11-15 Jonathan Wakelystl_bvector.h (vector<bool>::emplace_back()): LWG 2187...
2013-11-15 Ondřej Bílkabuild_hacking.xml: Fix documentation typos.
2013-11-15 Jonathan Wakelystl_map.h (map): Implement C++11 allocator-aware contai...
2013-11-14 Jonathan Wakelyalloc_traits.h (__allow_copy_cons): Remove.
2013-11-09 Jonathan Wakelyre PR libstdc++/58982 (std::vector<std::atomic<int...
2013-11-05 Jonathan WakelyN3655 C++1y TransformationTraits Redux
2013-11-05 Jonathan Wakelyoptional: Use __and_<> and __not_<> in conditions.
2013-11-01 Michael Bruneenable_special_members.h: New.
2013-11-01 Jonathan WakelyN3421 C++1y Transparent functors
2013-10-31 Jonathan Wakelytuple (_Index_tuple, [...]): Move to <utility>.
2013-10-31 Paolo Carlini48631_neg.cc: Tweak dg-prune.
2013-10-30 Jonathan Wakelypointer_partial_void.cc: Fix and enable VERIFY tests.
2013-10-30 Jonathan Wakelyshared_ptr (__shared_ptr): Assert non-void pointer.
2013-10-29 Jonathan Wakelyre PR libstdc++/58839 (dereferencing void* in shared_pt...
2013-10-29 Jonathan Wakelyhashtable.cc (__access_protected_ctor): Define and...
2013-10-26 Tim Shenregex.h: Remove unnecessary friends.
2013-10-25 François Dumontformatter.h (__check_singular): Add const on iterator...
2013-10-23 Chris Jeffersontestsuite_containergen.h: New.
2013-10-23 Paolo Carlinire PR libstdc++/58850 (Conversion error in chrono)
2013-10-23 Paolo Carlinicontrib.texi ([Fran@,{c}ois Dumont], [...]): New entries.
2013-10-23 Paolo Carlinire PR libstdc++/58815 (Casting/Conversion operator...
2013-10-23 Ed Smith-RowlandImplement N3779 - User-defined Literals for std::comple...
2013-10-20 Tim Shenregex.h: Remove virtual class _Automaton.
2013-10-20 Chris Jeffersonre PR libstdc++/58800 (std::nth_element segfaults on...
2013-10-19 Edward Smith-Rowlandre PR libstdc++/58729 (tr2::dynamic_bitset::resize...
2013-10-18 Tim Shenregex_scanner.tcc: (_Scanner<>::_M_scan_normal...
2013-10-15 Diego NovilloAdd missing function in 20_util/exchange/1.cc.
2013-10-11 Marcus ShawcroftAdding missing dg-require-atomic-builtins to libstdc...
2013-10-09 Jonathan Wakely58659.cc: Use VERIFY instead of aborting.
2013-10-09 Marcus ShawcroftFix unprototyped abort() introduced in libstdc++/58659...
2013-10-08 Jonathan Wakely* testsuite/*: Remove stray semi-colons after function...
2013-10-08 Jonathan Wakelyre PR libstdc++/58659 (Construction of shared_ptr from...
2013-10-08 Tim Shenregex_executor.h: Add _TodoList class.
2013-10-06 Tim Shenregex.h: (regex_token_iterator<>::regex_token_iterator...
2013-10-02 Jonathan Wakelyre PR libstdc++/58569 (Compilation error when a class...
2013-10-02 Jonathan Wakelyre PR libstdc++/58594 (std::make_shared does not accept...
2013-10-02 Tim Shen2013-10-02 Tim Shen <timshen91@gmail.com>
2013-10-01 Tim Shenre PR libstdc++/58576 (std::regex_match() reports misma...
2013-09-30 Chris Jeffersonre PR libstdc++/58437 (Sorting value in reverse order...
2013-09-28 Tim Shenregex_scanner.tcc (_Scanner<>::_M_eat_escape_posix...
2013-09-27 François Dumontpredefined_ops.h: New.
2013-09-27 Jonathan Wakelyre PR libstdc++/57465 (Failed postcondition for std...
2013-09-26 Tim Shenregex_error.h: Remove _S_error_last to follow the standard.
2013-09-24 Tim ShenMakefile.am: Add regex.tcc.
2013-09-22 Paul PluzhnikovPrint additional info when various out-of-range conditi...
2013-09-20 Jakub Jelinekre PR testsuite/57605 (colors break note pruning in...
2013-09-20 Marc Glissere PR libstdc++/58338 (Add noexcept to functions with...
2013-09-18 Marc Glissere PR libstdc++/58338 (Add noexcept to functions with...
2013-09-18 Tim Shenregex.h: Add friend classes.
2013-09-18 Paolo Carlinisearch_n.cc: Fix typo.
2013-09-18 Marc Glissere PR libstdc++/58338 (Add noexcept to functions with...
2013-09-17 Marc Glissere PR libstdc++/58338 (Add noexcept to functions with...
2013-09-14 Tim Shenregex.h (regex_match<>, [...]): Change regex_executor...
2013-09-13 Paolo Carlinire PR libstdc++/58415 (__sso_string_base move construct...
2013-09-12 Paolo Carlinire PR libstdc++/58403 (__normal_iterator triggers odr...
2013-09-11 Mitsuru Kariyare PR libstdc++/58358 (search_n has a Complexity violat...
2013-09-11 Ed Smith-Rowlandvalue.cc: Change template args from char to wchar_t...
next