Update libstdc++ manual in preparation for GCC 8 release
[gcc.git] / libstdc++-v3 / testsuite /
2018-04-10 Jonathan WakelyPR libstdc++/85222 allow catching iostream errors as...
2018-04-03 Jonathan WakelyPR libstdc++/85183 fix std::variant move-assignment
2018-03-22 Jonathan WakelyPR libstdc++/85040 fix std::less<void> etc. ambiguities
2018-03-22 Rainer Orthxfail experimental/memory_resource/resource_adaptor...
2018-03-21 Jonathan WakelyFix some libstdc++ testsuite failures
2018-03-17 Jonathan WakelyFix new test that fails in C++98 mode
2018-03-14 Jonathan WakelyPR libstdc++/78420 Make std::less etc. yield total...
2018-03-12 Jonathan WakelyPR libstdc++/84773 use aligned alloc functions for...
2018-03-08 François Dumontprinters.py (NodeIteratorPrinter): New.
2018-03-06 Ville Voutilainenre PR libstdc++/84601 (std::optional<std::pair<int...
2018-03-02 Jonathan WakelyPR libstdc++/84671 handle digit separators in duration...
2018-02-27 Ville VoutilainenImplement the missing bits of LWG 2769
2018-02-23 Jonathan WakelyPR libstdc++/84532 prevent unwrapping of reference_wrap...
2018-01-29 Jonathan WakelyRemove duplicate "//" in comment
2018-01-29 Jonathan WakelyPR libstdc++/83833 fix failing test on ia32
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-16 Eric Botcazou* testsuite/17_intro/names.cc: Undefine 'y' on SPARC...
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-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 handle ENOENT due to filesystem...
2018-01-04 Jonathan WakelyPR libstdc++/83626 Don't throw for remove("") and remov...
2018-01-04 Jonathan WakelyPR libstdc++/83607 specialize Boyer-Moore searchers...
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-18 Ville Voutilainenre PR libstdc++/68430 (std::is_constructible<T>::value...
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-04 Jonathan WakelyFix -Wunused warnings in libstdc++ headers
2017-12-01 Jonathan WakelyDisable -Wliteral-suffix for standard UDLs
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-29 David MalcolmC++: improve location of static_assert errors
2017-11-28 Glen Joseph FernandesAdd std::to_address for C++2a (P0653R2)
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-21 Jonathan WakelyPR libstdc++/48101 improve errors for invalid container...
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-15 Jonathan WakelyMinor improvements to Filesystem tests
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-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-03 Jonathan WakelyDefine std::endian for C++2a (P0463R1)
2017-11-01 Jonathan WakelyPR libstdc++/82777 fix path normalization for dot-dot
2017-10-30 Ville VoutilainenImplement LWG 2485
2017-10-27 Jonathan WakelyMake filesystem::file_status default constructor non...
2017-10-27 Jonathan WakelyProvide filesystem::path overloads for file streams...
2017-10-27 Jonathan WakelyDefine std::filesystem::path::format enum (P0430R2)
2017-10-26 Jonathan WakelyProtect more algorithms from overloaded comma operators
2017-10-26 Ville VoutilainenDeduction guides for associative containers, debug...
2017-10-25 Jonathan WakelyFix filesystem::path::lexically_normal algorithm
2017-10-25 Jonathan WakelyPR libstdc++/82706 fix test for case where operations...
2017-10-24 François Dumontlibstdc++.exp (check_v3_target_normal_mode): Add c...
2017-10-23 Jonathan WakelyImplement C++17 Filesystem library
2017-10-23 Jonathan WakelyPR libstdc++/82644 document IS 29124 support
2017-10-21 Jonathan WakelyFix invalid path::iterator test
2017-10-20 Jonathan WakelyUpdate value of __cpp_lib_chrono feature-test macro
2017-10-20 Jonathan WakelyDefine __cpp_lib_byte feature-test macro
2017-10-19 Jonathan WakelyImprove tests for error reporting in Filesystem TS
2017-10-19 Jonathan WakelyFix path::iterator post-increment and post-decrement
2017-10-19 Jonathan WakelyUse __LONG_LONG_MAX__ instead of LONG_LONG_MAX in test
2017-10-16 François Dumontre PR libstdc++/82558 (V8 JavaScript engine segfaults...
2017-10-13 Jonathan WakelyPR libstdc++/82522 overload map insert functions for...
2017-10-10 Jonathan WakelyPR libstdc++/82417 do not include C99 <complex.h> in...
2017-10-05 Jonathan WakelyFix new testsuite failure on newlib targets
2017-10-04 Petr Ovtchenkov2017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>
2017-10-02 Jonathan WakelyC++17 P0067R5 std::to_chars and std::from_chars (partial)
2017-09-27 François Dumont22131.cc: Make test less istreambuf_iterator implementa...
2017-09-21 Jonathan WakelyFix tests for std::clamp
2017-09-20 Jonathan WakelyPR libstdc++/79162 Fix std::string regression due to...
2017-09-20 Jonathan WakelyFix failing C++17 test
next