[ipa-inline][obvious] Fix typos in comment
[gcc.git] / libstdc++-v3 / include /
2018-08-30 Jonathan WakelyAvoid undefined shifts in ceil2 operations
2018-08-30 Jonathan WakelyFix __gnu_cxx::_Pointer_adapter for long long arithmetic
2018-08-24 Jonathan WakelyForward declare debug containers so std::pmr aliases...
2018-08-23 Jonathan WakelyDefine debug mode function for C++98
2018-08-23 Jonathan WakelyFix C++11-ism in C++98 member function
2018-08-23 Jonathan WakelyFix testsuite failures for __gnu_debug::string with...
2018-08-22 Jonathan WakelyPR libstdc++/87061 remove pmr type aliases for COW...
2018-08-22 Jonathan WakelyPR libstdc++/78448 limit vector::max_size and deque...
2018-08-22 François Dumontre PR libstdc++/68222 (_Safe_iterator provides operator...
2018-08-21 François DumontP0646R1 Improving the Return Value of Erase-Like Algori...
2018-08-20 Jonathan WakelyPR libstdc++/86963 Remove use of __tuple_base in std...
2018-08-20 Jonathan WakelyRefactor std::optional SFINAE constraints
2018-08-17 Jonathan WakelyPR libstdc++/86963 Implement LWG 2729 constraints on...
2018-08-16 Jonathan WakelyFix warning with -Wsign-compare -Wsystem-headers
2018-08-16 Jonathan WakelyAvoid deprecation warning with -Wsystem-headers
2018-08-15 Jonathan WakelyFix experimental::pmr typedefs and add tests
2018-08-15 Jonathan WakelyRefactor uses-allocator construction
2018-08-14 Jonathan WakelyPR libstdc++/86954 use non-placement operator delete
2018-08-14 Jonathan WakelySimplify overflow checks in duration literals
2018-08-14 Jonathan WakelyPR libstdc++/85343 overload __throw_ios_failure to...
2018-08-14 Jeremy SawickiRope iterators: don't retain pointers when copied
2018-08-13 Jonathan WakelyPR libstdc++/45093 avoid warnings for _M_destroy_node
2018-08-13 Jonathan WakelyAdd <bit> and <version> to freestanding headers
2018-08-09 Jonathan WakelyDefine aliases for containers using polymorphic_allocator
2018-08-08 François Dumont2018-08-08 François Dumont <fdumont@gcc.gnu.org>
2018-08-08 Jonathan WakelyPR libstdc++/86597 directory_entry observers should...
2018-08-07 Jonathan WakelyPR libstdc++/86874 fix std::variant::swap regression
2018-08-07 Jonathan WakelyDefine monotonic_buffer_resource members out-of-line
2018-08-05 François Dumontstl_iterator.h: Fix comment.
2018-08-01 Mike CroweUse steady_clock to implement condition_variable::wait_for
2018-08-01 Mike CroweReport early wakeup of condition_variable::wait_until...
2018-07-31 Jonathan WakelyPR libstdc++/86751 default assignment operators for...
2018-07-31 Jonathan WakelyDon't unconditionally define feature test macros in...
2018-07-31 Jonathan WakelyReplace safe bool idiom with explicit operator bool
2018-07-30 Jonathan WakelyPR libstdc++/86734 make reverse_iterator::operator...
2018-07-26 Jonathan WakelyAdd missing checks for _GLIBCXX_USE_C99_STDINT_TR1
2018-07-26 Jonathan WakelyModify some library internals to work without <stdint.h>
2018-07-26 Jonathan WakelyRemove char16_t and char32_t dependency on <stdint.h>
2018-07-26 Jonathan WakelyRemove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
2018-07-26 Marc Glisseoptimize std::vector move assignment
2018-07-25 Jonathan WakelyAdd missing header for std::max_align_t
2018-07-25 Jonathan WakelyMove std::unique_lock definition to a separate header
2018-07-24 Jonathan WakelyAdd initial version of C++17 <memory_resource> header
2018-07-24 Jonathan WakelyPR libstdc++/86658 fix __niter_wrap to not copy invalid...
2018-07-24 Jonathan WakelyMinor refactoring in <bit> header
2018-07-24 Jonathan WakelyReorder conditions in uses-allocator construction helper
2018-07-24 Jonathan WakelyMake __resource_adaptor_imp usable with C++17 memory_re...
2018-07-24 Jonathan WakelyPR libstdc++/70966 fix lifetime bug for default resource
2018-07-23 Jonathan WakelyPR libstdc++/70940 optimize pmr::resource_adaptor for...
2018-07-20 Jonathan WakelyPR libstdc++/86595 add missing noexcept
2018-07-20 Fangrui SongUse default visibility to work around clang -fvisibilit...
2018-07-20 Jonathan WakelyPR libstdc++/86603 Move __cpp_lib_list_remove_return_ty...
2018-07-19 Jonathan WakelySimplify the base characteristics for some type traits
2018-07-19 Glen Joseph FernandesUse __builtin_memmove for trivially copyable types
2018-07-17 Jonathan WakelyPR libstdc++/86450 use -Wabi=2 and simplify -Werror use
2018-07-16 Jonathan WakelyPR libstdc++/86537 remove less<shared_ptr<T>> partial...
2018-07-06 François Dumontfunctions.h (__gnu_debug::__check_string): Move...
2018-07-06 Jonathan WakelyPR libstdc++/84928 use std::move in <numeric> algorithms
2018-07-06 Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
2018-07-06 Jonathan Wakely* include/std/variant (__accepted_index): Use void_t.
2018-07-05 Jonathan WakelyPR libstdc++/85831 define move constructors and operato...
2018-07-05 Jonathan WakelyPR libstdc++/58265 add noexcept to basic_string::assign...
2018-07-05 Jonathan WakelyPR libstdc++/58265 implement LWG 2063 for COW strings
2018-07-04 Jonathan WakelyP0646R1 Improving the Return Value of Erase-Like Algori...
2018-07-04 Jonathan WakelyP0458R2 Checking for Existence of an Element in Associa...
2018-07-04 François Dumontre PR libstdc++/86272 (__gnu_debug::string uses undefin...
2018-07-04 Jonathan WakelyFix std::__rotl and std::__rotr
2018-07-04 Jonathan WakelyPR libstdc++/86398 fix std::is_trivially_constructible...
2018-07-04 Jonathan WakelyOptimize std::rotl and std::rotr, add test for std...
2018-07-03 Jonathan WakelyP0556R3 Integral power-of-2 operations, P0553R2 Bit...
2018-07-03 Jonathan WakelyRemove redundant #if conditional
2018-07-03 François Dumontstl_algobase.h (__niter_wrap): New.
2018-07-02 Jonathan WakelyP0758R1 Implicit conversion traits
2018-07-02 Jonathan WakelyP0887R1 The identity metafunction
2018-07-02 Jonathan WakelyOptimize std::sub_match comparisons using string_view...
2018-06-27 François Dumontstl_vector.h (struct _Vector_base<>::_Vector_impl_data...
2018-06-27 Jonathan WakelyAdd std::__is_byte<std::byte> specialization
2018-06-27 Jonathan WakelyDeclare some explicit instantiations for strings in...
2018-06-26 Jonathan WakelyAdd missing noexcept on definition to match declaration
2018-06-25 Jonathan WakelyPR libstdc++/86292 fix exception safety of std::vector...
2018-06-25 Jonathan WakelyAdd experimental::sample and experimental::shuffle...
2018-06-22 Jonathan WakelyPR libstdc++/86280 fix undefined left shift on 32-bit...
2018-06-21 Jonathan WakelyPR libstdc++/86138 prevent implicit instantiation of...
2018-06-21 Jonathan WakelyPR libstdc++/83328 add correct basic_string::insert...
2018-06-21 Jonathan WakelyPR libstdc++/70940 make pmr::resource_adaptor return...
2018-06-21 Jonathan WakelyPR libstdc++/70940 make pmr::resource_adaptor return...
2018-06-21 François Dumontdebug.h (_Safe_iterator<>(const _Safe_iterator<_Mutable...
2018-06-20 Jonathan WakelyPR libstdc++/70966 make pmr::new_delete_resource()...
2018-06-19 Jonathan WakelyRemove unused <exception> header from <utility>
2018-06-18 Jonathan WakelyLWG 2975 ensure construct(pair<T,U>*, ...) used to...
2018-06-18 Jonathan WakelyLWG 2989 hide path iostream operators from normal lookup
2018-06-18 Jonathan WakelyLWG 3050 Fix cv-qualification of convertibility constraints
2018-06-18 Jonathan WakelyP0754R2 <version> header
2018-06-18 Jonathan WakelyLWG 3035. std::allocator's constructors should be constexpr
2018-06-15 Jonathan WakelyLWG 3076 basic_string CTAD ambiguity
2018-06-15 Jonathan WakelyPR libstdc++/86169 unshare COW string when non-const...
2018-06-15 Jonathan WakelyDecorate string_view members with nonnull attribute
2018-06-15 Jonathan WakelyPR libstdc++/86168 fix ambiguous default constructor
2018-06-15 Jonathan WakelyOnly define __cpp_lib_constexpr_char_traits for C++17
2018-06-15 Jonathan WakelyLWG 2993 reference_wrapper<T> conversion from T&&
next