re PR target/56010 (Powerpc, -mcpu=native and -mtune=native use the wrong name for...
[gcc.git] / libstdc++-v3 /
2018-01-29 Jonathan WakelyRemove duplicate "//" in comment
2018-01-29 Jonathan WakelyPR libstdc++/83833 fix failing test on ia32
2018-01-29 Jonathan WakelyRegenerate libstdc++ documentation
2018-01-29 Jonathan WakelyPR libstdc++/83658 fix exception-safety in std::any...
2018-01-25 Jonathan WakelyPR libstdc++/81076 make __byte_operand SFINAE-friendly
2018-01-19 Christophe Lyon[libstdc++][testsuite] Fix dg-options/dg-add-options...
2018-01-18 Uros Bizjakconfigure.ac (AC_CHECK_HEADERS): Add linux/types.h.
2018-01-16 Eric Botcazou* testsuite/17_intro/names.cc: Undefine 'y' on SPARC...
2018-01-16 Jonathan WakelyPR libstdc++/83834 replace wildcard pattern in linker...
2018-01-15 Jonathan WakelyPR libstdc++/83833 fix chi_squared_distribution::param...
2018-01-15 Jonathan WakelyPR libstdc++/83830 Define std::has_unique_object_repres...
2018-01-15 Ville VoutilainenMake optional conditionally trivially_{copy,move}_...
2018-01-15 Jonathan WakelyPR libstdc++/80276 fix template argument handling in...
2018-01-15 Juraj OršulićCorrect earlier ChangeLog entry
2018-01-14 Andreas Schwabre PR libstdc++/81092 (Missing symbols for new std...
2018-01-14 Tim Shenre PR libstdc++/83601 (std::regex_replace C++14 conform...
2018-01-12 Rainer OrthLink with correct values-*.o files on Solaris (PR targe...
2018-01-10 François Dumont2018-01-10 François Dumont <fdumont@gcc.gnu.org>
2018-01-09 Jonathan WakelyPR libstdc++/80276 fix pretty printers for array smart...
2018-01-09 François Dumontre PR libstdc++/83709 (Inserting duplicates into an...
2018-01-09 Juraj OršulićPR libstdc++/59253 Improve pretty printers for smart...
2018-01-05 Jonathan WakelyPR libstdc++/83626 simplify filesystem::remove and...
2018-01-05 Jonathan WakelyPR libstdc++/83279 Use non-null offset argument for...
2018-01-05 Jonathan WakelyPR libstdc++/83626 handle ENOENT due to filesystem...
2018-01-04 Jonathan WakelyPR libstdc++/83626 Don't throw for remove("") and remov...
2018-01-04 Jonathan WakelyAvoid redundant calls to filesystem::status_known
2018-01-04 Jonathan WakelyPR libstdc++/83607 specialize Boyer-Moore searchers...
2018-01-03 Ville VoutilainenProtect optional's deduction guide with the feature...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-27 Jonathan WakelyPR libstdc++/83600 fix end iterator for unready std...
2017-12-27 Jonathan WakelyPR libstdc++/83598 don't modify flags passed to std...
2017-12-27 Jonathan WakelyPR libstdc++/83538 fix std::match_results<T>::reference...
2017-12-24 Michele Pezzuttire PR libstdc++/83237 (Values returned by std::poisson_...
2017-12-24 Jonathan WakelyPR libstdc++/83450 avoid -Wreturn-type warning in test
2017-12-20 François Dumontre PR libstdc++/82522 (std::map::insert(value_type...
2017-12-20 Kyrylo Tkachov[aarch64][libstdc++] Use __ARM_BIG_ENDIAN instead of...
2017-12-19 François DumontFix last ChangeLog entry date.
2017-12-18 François Dumontre PR libstdc++/80761 (std::set<T,C,A>::insert_return_t...
2017-12-18 Ville Voutilainenre PR libstdc++/68430 (std::is_constructible<T>::value...
2017-12-16 Martin SeborPR tree-optimization/83239 - False positive from -Wstri...
2017-12-14 Jonathan WakelyPR libstdc++/83279 handle sendfile not copying entire...
2017-12-14 Jonathan WakelyPR libstdc++/68519 use native duration to avoid roundin...
2017-12-14 Jonathan WakelyPR libstdc++/83427 detect weak result type from noexcep...
2017-12-14 Jonathan WakelyTest whitespace handling in std::complex extraction
2017-12-14 Jonathan WakelyImprove std::complex test and move to sub-directory
2017-12-13 Jonathan WakelyPR libstdc++/59568 fix error handling for std::complex...
2017-12-12 Jonathan WakelyPR libstdc++/83395 fix invocable traits for INVOKE...
2017-12-07 David Edelsohnre PR libstdc++/83120 (ext/special_functions/hyperg...
2017-12-07 Martin SeborPR c/81544 - attribute noreturn and warn_unused_result...
2017-12-05 Jason MerrillCorrect noexcept mismatch in declarations.
2017-12-04 Jonathan WakelyFix warnings in <bits/regex_compiler.tcc>
2017-12-04 Jonathan WakelyFix -Wunused warnings in libstdc++ headers
2017-12-01 Jonathan WakelyFix narrowing conversions in string_view types
2017-12-01 Jonathan WakelyDisable -Wliteral-suffix for standard UDLs
2017-12-01 Jonathan WakelyAdd comment to fix -Wfallthrough warning
2017-12-01 Jonathan WakelyFix -Wempty-body warnings for debug assertions
2017-12-01 Jonathan WakelyUse const char* to fix -Wwrite-strings warning
2017-12-01 Jonathan WakelyAdd [[noreturn]] attributes to fix warning
2017-12-01 Jonathan WakelyRemove stray semi-colons at namespace scope
2017-12-01 Jonathan WakelyUse value-init syntax in std::__detail::__airy
2017-12-01 Jonathan WakelyAdd noexcept to std::integral_constant members
2017-11-30 Jonathan WakelyPR libstdc++/65927 Fix -Wunused-but-set-parameter warning
2017-11-30 Glen Joseph FernandesMove assertion from to_address to __to_address
2017-11-30 Jonathan WakelyPR libstdc++/83226 avoid forming pointer-to-reference...
2017-11-30 John David Anglinbaseline_symbols.txt: Update.
2017-11-29 David MalcolmC++: improve location of static_assert errors
2017-11-28 Glen Joseph FernandesAdd std::to_address for C++2a (P0653R2)
2017-11-27 Stephan BergmannAdd missing noexcept in string_view::find_first_of...
2017-11-27 Stephan BergmannFix std::unordered_map deduction guide
2017-11-24 Jonathan WakelyAdd [[nodiscard]] attribute to std::launder
2017-11-23 Jonathan WakelyAdd [[nodiscard]] attribute to C++17 components
2017-11-23 Jonathan WakelyPR libstdc++/83134 Ensure std::__not_ converts B::value...
2017-11-22 Jonathan WakelyPR go/83102 relax std::set checks for invocable compari...
2017-11-21 Jonathan WakelyPR libstdc++/48101 improve errors for invalid container...
2017-11-21 Przemyslaw WirkusFix invalid XML in libstdc++ manual
2017-11-21 Sebastian HuberRTEMS: Enable some libstdc++ features
2017-11-20 François Dumontstreambuf_iterator.h (istreambuf_iterator<>): Declare...
2017-11-20 Jonathan WakelyFix failing tests caused by duplicate dg-options
2017-11-20 Ville VoutilainenImplement LWG 2353
2017-11-19 Edward Smith-RowlandPR libstdc++/pr66689 - comp_ellint_3 and ellint_3 retur...
2017-11-18 Edward Smith-Rowlandspecfun.h: Expose airy_ai and airy_bi.
2017-11-17 Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-11-17 Jonathan WakelyPR libstdc++/83025 fix constraints for path overloads...
2017-11-16 Marc GlisseTweak vector::_M_realloc_insert for code size
2017-11-16 Jason MerrillRemove wrong ChangeLog entry
2017-11-16 Jonathan WakelyAdd noexcept to std::shared_future copy operations...
2017-11-16 Jason Merrill* include/std/numeric (gcd): Fix typo.
2017-11-15 Ville VoutilainenFix gcd breakage.
2017-11-15 Jonathan WakelyMinor improvements to Filesystem tests
2017-11-15 Jonathan WakelyAdd noexcept to generic std::size, std::empty and std...
2017-11-14 Ville VoutilainenImplement LWG 2733 and LWG 2759
2017-11-14 Jonathan WakelyFix typo in std::wbuffer_convert
2017-11-11 Jonathan WakelyMinor tweak to libstdc++ testsuite helper type
2017-11-10 Jonathan WakelyPR libstdc++/82917 add missing returns in <fstream>
2017-11-07 Jonathan WakelyCheck for S_ISSOCK before use
2017-11-06 François Dumonttr1.cc: Compile with -O0.
2017-11-06 Martin LiskaFix -Wreturn-type fallout.
2017-11-06 Paolo Carlinideduction.cc: Avoid -Wreturn-type warnings.
2017-11-05 Gerald Pfeifer* doc/xml/manual/abi.xml: Move docs.oracle.com referenc...
2017-11-03 Jonathan WakelyDefine std::endian for C++2a (P0463R1)
next