re PR tree-optimization/67769 (VRP pass does wrong optimization)
[platform/upstream/gcc.git] / libstdc++-v3 /
2015-10-01 Jonathan WakelySave-and-restore errno more carefully in libstdc++
2015-09-30 François Dumontmessages_members.cc (Catalog_info, Catalogs): Move...
2015-09-30 Matthias Klosealpha, ia64: Remove empty directories.
2015-09-29 Jonathan WakelyLeave errno unchanged by successful std::stoi etc
2015-09-29 Jonathan WakelyPR libstdc++/67583 Fix invalid sputn calls in tests
2015-09-29 Jonathan WakelyReduce space and time overhead of std::thread
2015-09-28 Jonathan WakelyLWG 2135: terminate() in condition_variable::wait()
2015-09-25 Ville VoutilainenAvoid creating dangling references in case of nested...
2015-09-24 Jonathan WakelyLeave moved-from std::deque in a valid state
2015-09-23 Jonathan WakelyLimit number of symlinks that canonical() will resolve
2015-09-23 Jonathan WakelyFix semantics of Filesystem TS directory iterators
2015-09-23 Jonathan WakelyFix filesystem::create_directories() function
2015-09-21 Jonathan WakelyFix bootstrap error introduced in r227870
2015-09-19 Tim Shenre PR libstdc++/67361 (std::regex_error::what() should...
2015-09-18 Jonathan WakelyFix errors due to extra includes in extc++.h
2015-09-17 Catherine Mooredebug.cc: Include <cstdio>.
2015-09-17 Gerald PfeiferInclude <cerrno> in src/c++11/random.cc
2015-09-17 François Dumont2015-09-17 François Dumont <fdumont@gcc.gnu.org>
2015-09-17 Jonathan WakelyHandle alignment in __atomic_is_lock_free
2015-09-17 Jonathan WakelyRemove non-deterministic part of canonical() test
2015-09-17 Jonathan WakelyMake std::random_device retry after short reads
2015-09-17 Jonathan WakelyRemove redundant conditional expressions in <system_error>
2015-09-17 Jonathan WakelyOnly do shrink_to_fit() when exceptions enabled
2015-09-16 Jonathan WakelyImplement filesystem::canonical() without realpath
2015-09-11 Jonathan WakelyFix filesystem::canonical on Solaris 10.
2015-09-11 Jonathan WakelyCheck read() result in std::random_device.
2015-09-11 John MarinoFix invalid UTF-8 in wchar_t tests.
2015-09-11 Jonathan WakelyRationalise PCH headers and 17_intro/headers tests.
2015-09-11 Jonathan WakelyImplement N4258 noexcept for std::basic_string.
2015-09-11 Jonathan WakelyAllocator-extended constructors for container adaptors.
2015-09-10 Jonathan Wakely* testsuite/util/testsuite_allocator.h (PointerBase...
2015-09-10 Jonathan Wakely1.cc: Verify the string contents.
2015-09-09 Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-09-07 Jonathan WakelyRelax Debug Mode assertions on operator-> for smart...
2015-09-07 Jonathan WakelyAvoid #ifdef _GLIBCXX_DEBUG in regex_compiler.h
2015-09-07 Jonathan WakelyRename shadowed variable in libstdc++ test.
2015-09-07 Jonathan WakelyEnable timed mutex unlock tests on darwin.
2015-09-04 Jonathan Wakelyfix darwin bootstrap errors due to <mutex>.
2015-09-04 Jonathan WakelyAdd portable timed_mutex and recursive_timed_mutex.
2015-09-04 Edward Smith-RowlandAdd C++11 header <cuchar>.
2015-09-04 Jonathan WakelyMake all <cxxx> headers include <bits/c++config.h>
2015-09-03 Jonathan WakelyClean up libstdc++ includes slightly.
2015-09-03 Jonathan Wakelyre PR libstdc++/66902 (_S_debug_messages is unneccessar...
2015-09-03 Jonathan WakelyMake std::experimental::not_fn SFINAE-friendly.
2015-09-03 Jonathan WakelyAdd concept checks to std::next and std::prev.
2015-09-03 Sebastian Huberlibstdc++: Run tests on RTEMS
2015-09-02 Dmitry Vyukovlibstdc++: fix data races in basic_string implementation
2015-09-02 Sebastian Huberre PR libstdc++/67408 (<mutex> assumes that __gthread_m...
2015-08-28 Tim Shenre PR libstdc++/67362 (std::regex("((.)", std::regex_co...
2015-08-27 Jonathan Wakelyre PR libstdc++/67374 (std::cbegin can't call valarray...
2015-08-27 John MarinoProvide nearly complete std::locale support for DragonFly
2015-08-27 Jonathan Wakely* configure: Regenerate.
2015-08-26 Edward Smith-RowlandEnsure std::generate_canonical doesn't return 1.
2015-08-26 Jonathan WakelyOnly set std::enable_shared_from_this member once.
2015-08-26 Jonathan Wakelytry_emplace and insert_or_assign for Debug Mode.
2015-08-26 Jonathan Wakelylibstdc++/66902 Make _S_debug_messages static.
2015-08-25 François Dumontre PR libstdc++/60519 (Debug mode should check comparat...
2015-08-25 François DumontRevert my change to commit with PR reference again.
2015-08-24 François Dumontformatter.h (_Debug_msg_id::__msg_irreflexive_ordering...
2015-08-24 Jonathan Wakelyre PR libstdc++/65049 (Undefined behaviour with std...
2015-08-24 Jonathan Wakelyre PR libstdc++/67309 (Error compiling with -std=c...
2015-08-20 Jonathan Wakelylibstdc++/67294 Don't run timed mutex tests on Darwin
2015-08-20 Jonathan Wakelyany (__any_caster): Define at namespace scope so the...
2015-08-20 Jonathan WakelyMakefile.am: Ensure gdb.py is installed for libstdc...
2015-08-19 Paolo Carlinicmath: Fix typo in comment.
2015-08-19 Paolo Carlinicmath: Revert fix for libstdc++/58625...
2015-08-18 Jonathan Wakelyre PR c++/67216 (false is still a null pointer constant)
2015-08-18 Jonathan Wakely* include/bits/ptr_traits.h: Include <bits/move.h>...
2015-08-18 Jonathan Wakelyre PR libstdc++/67066 (libstdc++-v3/src/filesystem...
2015-08-14 Jonathan Wakelyany (any::operator=(const any&)): Move check for self...
2015-08-14 Jonathan Wakelyarray: Add feature-test macro.
2015-08-13 Ville Voutilainenneg.s: Remove.
2015-08-13 Ville VoutilainenImplement std::experimental::fundamentals_v2::make_arra...
2015-08-13 Jonathan Wakelyalloc_traits.h: Add feature-test macro.
2015-08-13 Jonathan Wakely2.cc: New.
2015-08-13 Eelis van der Weegenshared_mutex (shared_mutex::unlock()): Fix typo.
2015-08-12 Caroline TiceFix warnings when bootstrapping on darwin with vtable...
2015-08-12 Jonathan Wakelyappendix_contributing.xml: Update patch email policy.
2015-08-08 Ville VoutilainenImplement N4279, Improved insertion interface for uniqu...
2015-08-08 Ville VoutilainenImplement N4089 Safe conversions in unique_ptr<T[]...
2015-08-05 Nikolai Bozhenovconstexpr.cc: Remove redundant -save-temps option.
2015-08-03 Jonathan Wakelyre PR libstdc++/67078 (FAIL: 24_iterators/container_acc...
2015-07-30 Jonathan Wakelycurrent_path.cc: Use canonical paths for comparisons.
2015-07-30 Tim Shenregex_automaton.h (_State_base, _State<>): Remove _Trai...
2015-07-30 Jonathan Wakelyany (any::operator=(const any&)): Check for self-assign...
2015-07-29 Jonathan Wakelyre PR libstdc++/66829 (FAIL: 23_containers/multiset...
2015-07-29 Jonathan Wakely* testsuite/24_iterators/container_access.cc: New.
2015-07-29 Ville Voutilainenrange_access.h: Change class to typename in every template.
2015-07-29 Ville Voutilainenre PR libstdc++/60970 (Support std::hash with enum...
2015-07-29 Tim Shenre PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std...
2015-07-24 Jonathan Wakely* include/bits/atomic_futex.h [_GLIBCXX_HAVE_LINUX_FUTEX]
2015-07-24 Michael Haubenwallnerlibstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
2015-07-23 DJ Deloriefunctional_hash.h: Add specializations for __intN types.
2015-07-20 Jason Merrill* include/bits/c++config: Fix abi_tag in special modes.
2015-07-19 Jonathan Wakelystatus_cxx2017.xml: Fix URL for N4279.
2015-07-17 Jonathan Wakelystatus_cxx2011.xml: Add caveats for native_handle.
2015-07-16 François Dumontstl_algobase.h (__miter_base): Move...
2015-07-13 Jonathan Wakelyre PR libstdc++/66855 (codecvt wrong endianness in...
2015-07-13 Jonathan Wakelyc++config (_GLIBCXX_NOEXCEPT_IF): Define.
2015-07-13 John Marinoos_defines.h (_GLIBCXX_USE_C99_CHECK, [...]): Define.
next