aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-16re PR libstdc++/82558 (V8 JavaScript engine segfaults since r249235)François Dumont1-1/+1
2017-10-13PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)Jonathan Wakely3-1/+54
2017-10-13PR libstdc++/82481 Suppress clang-tidy warningsJonathan Wakely1-0/+6
2017-10-10Update comment referring to status of LWG issue 111Jonathan Wakely1-1/+1
2017-10-10PR libstdc++/82417 do not include C99 <complex.h> in strict modesJonathan Wakely1-1/+3
2017-10-042017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>Petr Ovtchenkov1-33/+26
2017-10-03charconv (__unsigned_least_t): Fix number of closing >s for !_GLIBCXX_USE_INT...Jakub Jelinek1-1/+5
2017-10-02C++17 P0067R5 std::to_chars and std::from_chars (partial)Jonathan Wakely4-0/+660
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946 (old ABI)Jonathan Wakely1-0/+1
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946Jonathan Wakely1-0/+1
2017-09-20Deprecate nested types in std::hashJonathan Wakely4-8/+24
2017-09-20PR libstdc++/82262 fix std::hash<std::optional<const T>>Jonathan Wakely1-6/+6
2017-09-19PR libstdc++/71500 restore C++11 compatibility in <regex>Jonathan Wakely2-47/+67
2017-09-19PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversionsJonathan Wakely1-2/+23
2017-09-18Use built-in for std::make_integer_sequnceJonathan Wakely1-34/+19
2017-09-18PR libstdc++/71187 reimplement declval without add_rvalue_referenceJonathan Wakely1-8/+12
2017-09-13PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely1-32/+43
2017-09-13Define std::__to_address helperJonathan Wakely7-28/+21
2017-09-12PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely33-129/+30
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely11-61/+23
2017-09-12PR libstdc++/70483 make std::experimental::string_view fully constexprJonathan Wakely2-63/+64
2017-09-11PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely2-70/+71
2017-09-11re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen1-3/+52
2017-09-04PR libstdc++/79162 implement LWG 2946 and LWG 2758Daniel Kruegler1-181/+366
2017-08-31PR c++/82039 suppress -Wzero-as-null-pointer-constant warningJonathan Wakely1-1/+1
2017-08-24stl_list.h [!_GLIBCXX_INLINE_VERSION](_List_base<>::_S_distance): Remove.François Dumont1-9/+65
2017-08-21PR libstdc++/81912 make std::__iterator_category constexprJonathan Wakely1-1/+2
2017-08-18Simplify allocator usage in unordered containersJonathan Wakely1-18/+11
2017-08-18PR libstdc++/81891 fix double-free in hashtable constructorJonathan Wakely1-11/+2
2017-08-09Fix test for __has_unique_object_representations support in ClangJonathan Wakely1-6/+8
2017-08-09Fix test for __is_aggregate support in ClangKatsuhiko Nishimra1-2/+2
2017-07-31re PR libstdc++/81599 (Error in documentation of std::stack)Marek Polacek1-1/+1
2017-07-25PR libstdc++/53984 handle exceptions in basic_istream::sentryJonathan Wakely3-29/+37
2017-07-25Remove deprecated iostream members for C++17Jonathan Wakely2-3/+8
2017-07-23Add optimized implementation of mersenne twister for aarch64Michael Collison1-0/+5
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont129-872/+590
2017-07-21Add AddressSanitizer annotations to std::vectorJonathan Wakely2-12/+185
2017-07-19PR libstdc++/81476 Optimise vector insertion from input iteratorsJonathan Wakely1-3/+10
2017-07-19new (bad_array_new_length): Remove redundant semicolon after in-class member ...Volker Reichelt7-15/+15
2017-07-19Fix indentation in std::basic_filebuf member functionsJonathan Wakely1-56/+54
2017-07-19PR libstdc++/81395 fix crash when write follows large readJonathan Wakely1-1/+1
2017-07-18stl_list.h (struct _List_node_header): New.François Dumont1-64/+92
2017-07-15Reorder std::scoped_lock parameters as per P0739R0 DR statusJonathan Wakely1-3/+3
2017-07-14Constrain std::variant constructor for class template argument deductionJason Merrill1-0/+1
2017-07-10PR libstdc++/81381 support stateful allocators in basic_stringbufJonathan Wakely2-5/+6
2017-07-10PR libstdc++/81338 correctly manage string capacityJonathan Wakely3-5/+40
2017-07-06Prevent __uses_alloc from holding dangling referencesJonathan Wakely2-4/+11
2017-06-27re PR libstdc++/80187 (C++ variant should be trivially copy constructible if ...Tim Shen1-79/+233
2017-06-27PR libstdc++/81221 fix namespace qualification for parallel modeJonathan Wakely1-2/+3
2017-06-22PR libstdc++/81173 fix undefined memset with null pointerJonathan Wakely1-14/+15