ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
[gcc.git] / libstdc++-v3 / include /
2016-08-11 Ville VoutilainenImplement C++17 make_from_tuple.
2016-08-11 Ville VoutilainenImplement LWG 2758.
2016-08-06 Jonathan WakelyUse ::new to avoid finding overloaded operator new
2016-08-06 Jonathan WakelyAdd std::apply for C++17
2016-08-05 Jonathan WakelyImplement C++17 rounding functions for std::chrono...
2016-08-05 Jonathan WakelyUse __invoke in std::function internals
2016-08-04 Jonathan WakelyDefine std::is_callable and std::is_nothrow_callable
2016-08-04 Jonathan WakelyDefine std::enable_shared_from_this::weak_from_this
2016-08-04 Jonathan WakelySimplify std::__invoke_impl definitions
2016-08-03 Jonathan WakelyDefine feature-test macro for std::enable_shared_from_this
2016-08-03 Jonathan WakelyDefine std::shared_ptr::weak_type
2016-08-03 Jonathan WakelyDefine std::as_const
2016-08-03 Jonathan WakelyDefine std::owner_less<void> specialization (P0074R0)
2016-08-03 Jonathan WakelyDefine C++17 feature-test macros
2016-08-03 Jonathan WakelyDefine __cpp_lib_generic_associative_lookup feature...
2016-08-03 Jonathan WakelyEnable Mathematical Special Functions for C++17
2016-08-03 Jonathan WakelyRemove deprecated has_trivial_xxx traits
2016-08-01 Jonathan WakelyAdd non-const std::basic_string::data() for C++17
2016-08-01 Jonathan WakelyDisable std::string and std::wstring extern templates...
2016-07-31 Jonathan Wakelylibstdc++/72745 add static assertion for invalid tuple...
2016-07-31 Ville VoutilainenAdd missing variable traits, fix testsuite failures.
2016-07-29 Ville VoutilainenImplement C++17 variable templates for type traits.
2016-07-28 Ville VoutilainenImplement std::string_view and P0254r2,
2016-07-25 Georeth ChowFix missing qualification in <ext/rope>
2016-07-22 Jonathan WakelyMove allocator in std::string and RB tree move constructors
2016-07-21 Jonathan WakelyFix naming, qualification and broken test for propagate...
2016-07-20 Jonathan WakelyLWG 2441 Provide exact-width atomic typedefs
2016-07-20 Jonathan WakelyLWG 2328 Rvalue stream extraction should use perfect...
2016-07-18 Ville VoutilainenClean up optional's comments.
2016-07-15 Jonathan WakelyReplace references to C++0x with C++11 in comments
2016-07-15 Jonathan WakelyRemove redundant std::move in std::for_each
2016-07-15 Edward Smith-RowlandImplement C++17 P0025 clamp.
2016-07-15 Ville VoutilainenFix the constraints for any's assignment operator templ...
2016-07-14 Jonathan WakelyInclude header for std::__parallel::search
2016-07-14 Jonathan WakelyImprove doxygen comments for allocators in containers
2016-07-14 Ville VoutilainenImplement P0032R3, Homogeneous interface for variant...
2016-07-13 Jonathan Wakelylibstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS
2016-07-13 Jonathan WakelyMake basic_string::replace forward to different overload
2016-07-13 Jonathan WakelyMake __allocated_ptr::_S_raw_ptr static
2016-07-13 Jonathan WakelyRevert "Add non-const overload of std::string::data()"
2016-07-13 Ville VoutilainenImplement P0307R2, Making Optional Greater Equal Again.
2016-07-13 Jonathan WakelyAdd non-const overload of std::string::data()
2016-07-11 François Dumontstl_vector.h (push_back(const value_type&)): Forward...
2016-07-10 Ville VoutilainenImplement std::optional.
2016-07-06 Ville VoutilainenImplement std::any.
2016-07-06 Ville VoutilainenAdd a new header for diagnosing the use of C++17 facili...
2016-07-06 Ville VoutilainenImplement LWG 2451, optional<T> should 'forward' T...
2016-07-05 Ville VoutilainenImplement LWG 2509,
2016-07-04 Jonathan WakelyFix std::vector's use of temporary objects
2016-06-27 François Dumontre PR libstdc++/71640 (include/c++/7.0.0/bits/hashtable...
2016-06-23 François Dumontarray (array<>::swap): Fix noexcept qualificaton for...
2016-06-20 François Dumontre PR libstdc++/71181 (Reserving in unordered_map doesn...
2016-06-17 Jonathan Wakelylibstdc++/71545 fix debug checks in binary search algor...
2016-06-16 François Dumont2016-06-16 François Dumont <fdumont@gcc.gnu.org>
2016-06-16 Daniel KrueglerProvide swappable traits (p0185r1)
2016-06-16 Jonathan WakelyRemove trailing whitespace from libstdc++ headers
2016-06-16 Jonathan WakelyOptimize inserting value_type into std::vector
2016-06-15 François Dumont2016-06-15 François Dumont <fdumont@gcc.gnu.org>
2016-06-07 François Dumonttuple (_Head_base<>): Default specialization condition...
2016-06-06 Ville VoutilainenSupport allocators in tuples of zero size.
2016-06-05 Ville VoutilainenProtect allocator-overloads of tuple-from-tuple constru...
2016-05-27 Ville VoutilainenFix build.
2016-05-27 Ville Voutilainenre PR libstdc++/66338 (std::forward_as_tuple() issue...
2016-05-25 Jonathan WakelyRemove _GLIBCXX14_USE_CONSTEXPR
2016-05-24 François Dumontc++config (_GLIBCXX14_USE_CONSTEXPR): New.
2016-05-24 Jonathan WakelyAdd priority_queue::value_compare (LWG 2684)
2016-05-23 François Dumont2016-05-23 François Dumont <fdumont@gcc.gnu.org>
2016-05-13 Jonathan Wakelylibstdc++/71073 add system_header pragma to Debug Mode...
2016-05-10 Jonathan WakelyTest begin and end functions for directory iterators
2016-05-10 Jonathan WakelyOptimize __directory_iterator_proxy for the common...
2016-05-10 Jonathan Wakelylibstdc++/71005 fix post-increment for filesystem iterators
2016-05-09 Ville VoutilainenAvoid endless run-time recursion for copying single...
2016-05-09 Jonathan Wakelylibstdc++/71004 fix recursive_directory_iterator defaul...
2016-05-04 Jonathan Wakelylibstdc++/70940 Start fixing polymorphic memory resources
2016-04-28 Jonathan Wakelylibstdc++/70766 use std::addressof instead of operator&
2016-04-28 Jonathan Wakelyhashtable_policy.h (__detail::_Insert_base, [...])...
2016-04-27 Jonathan Wakelylibstdc++/70767 Define std::numeric_limits<cv T> in...
2016-04-23 Tim Shenre PR libstdc++/70745 (Wrong handling of regex_constant...
2016-04-19 Jonathan WakelyAdd noexcept to Filesystem TS operators
2016-04-19 Edward Smith-Rowlandc++14_warning.h: Do not refer C++14 as experimental.
2016-04-18 Jonathan WakelyPR libstdc++/41759 reword static assertions in <random>
2016-04-18 Jonathan WakelyRemove unused typedefs in std::bind types
2016-04-18 Jonathan WakelyDefine std::thread::id comparison operators at namespac...
2016-04-18 Jonathan WakelyAdd attribute((unused)) in libstdc++ headers
2016-04-18 Jonathan WakelyAvoid -Wsign-compare warnings in std::to_string()
2016-04-18 Edward Smith-RowlandObvious typo in comment.
2016-04-14 Jason MerrillRevert empty class parameter passing ABI changes.
2016-04-13 Jonathan WakelyAdjust for new empty class parameter passing ABI.
2016-04-12 Edward Smith-RowlandDocument C++17/TR29124 C++ Special Math Functions.
2016-04-05 Ville Voutilainenre PR libstdc++/70437 (Instantiation loop with pair...
2016-03-23 Bernd EdlingerMakefile.am (install-freestanding-headers): Add concept...
2016-02-24 Jonathan Wakelylibstdc++/69939 Qualify get and forward
2016-02-23 Jonathan Wakelylibstdc++/69893 make <tr1/cmath> work with C++11
2016-02-23 Bernd Edlingerre PR libstdc++/69881 (with gcc-6 of today building...
2016-02-17 Tim Shenre PR libstdc++/69794 (std::regex_search match failure...
2016-02-01 Bernd EdlingerDon't define guard macros when doing #include_next...
2016-01-28 John David Anglinre PR libstdc++/69450 (libstdc++-v3/include/math.h...
2016-01-26 Jonathan WakelyFix assertions for move assignment of trivial types
2016-01-26 Andris PavenisFix build failure when wide character support is not...
2016-01-25 Jonathan WakelyAvoid including all of <random> in <algorithm>
next