explow.c: Include "params.h".
[gcc.git] / libstdc++-v3 /
2017-09-19 Jonathan WakelyPR libstdc++/71500 restore C++11 compatibility in ...
2017-09-19 Jonathan WakelyPR libstdc++/82254 fix std::is_nothrow_invocable_r...
2017-09-18 Jonathan WakelyPR libstdc++/81468 fix test for duration conversions
2017-09-18 Jonathan WakelyUse built-in for std::make_integer_sequnce
2017-09-18 Jonathan WakelyPR libstdc++/71187 reimplement declval without add_rval...
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-13 Jonathan WakelyPR libstdc++/81468 constrain std::chrono::time_point...
2017-09-13 Jonathan WakelyFix broken URLs in libstdc++ API docs
2017-09-13 Jonathan WakelyPR libstdc++/81835 fix broken URLs in libstdc++ docs
2017-09-13 Jonathan WakelyDefine std::__to_address helper
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including TS headers...
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including headers...
2017-09-12 Jonathan WakelyPR libstdc++/70483 make std::experimental::string_view...
2017-09-11 Jonathan WakelyPR libstdc++/70483 make std::string_view fully constexpr
2017-09-11 Tim Shenre PR libstdc++/71500 (regex::icase only works on first...
2017-09-11 Jonathan WakelyAdjust test to pass with old std::string
2017-09-09 Gerald Pfeiferallocator.xml: Adjust link for Hoard.
2017-09-04 Daniel KrueglerPR libstdc++/79162 implement LWG 2946 and LWG 2758
2017-08-31 Jonathan WakelyPR c++/82039 suppress -Wzero-as-null-pointer-constant...
2017-08-24 François Dumontstl_list.h [!_GLIBCXX_INLINE_VERSION](_List_base<>...
2017-08-21 Jonathan WakelyPR libstdc++/81912 make std::__iterator_category constexpr
2017-08-21 Richard Bienerre PR go/78628 (GO fails to build a translation unit...
2017-08-20 Martin Seborre PR c/81854 (weak alias of an incompatible symbol...
2017-08-20 John David AnglinFix typo.
2017-08-20 John David Anglinre PR testsuite/81056 (FAIL: 17_intro/names.cc (test...
2017-08-18 Jonathan WakelySimplify allocator usage in unordered containers
2017-08-18 Jonathan WakelyPR libstdc++/81891 fix double-free in hashtable constructor
2017-08-11 Jonathan WakelyPR libstdc++/81808 skip test if reading directory doesn...
2017-08-09 Jonathan WakelyFix test for __has_unique_object_representations suppor...
2017-08-09 Katsuhiko NishimraFix test for __is_aggregate support in Clang
2017-08-09 Jonathan WakelyPR libstdc++/81751 don't call fflush(NULL)
2017-07-31 Marek Polacekre PR libstdc++/81599 (Error in documentation of std...
2017-07-26 Jonathan WakelyPR libstdc++/53984 fix failing test
2017-07-26 Paolo Carlini53984.cc: Fix typo in dg-require directive.
2017-07-25 Jonathan WakelyPR libstdc++/53984 handle exceptions in basic_istream...
2017-07-25 Jonathan WakelyRemove deprecated iostream members for C++17
2017-07-23 Michael CollisonAdd optimized implementation of mersenne twister for...
2017-07-23 François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-07-21 Jonathan WakelyAdd AddressSanitizer annotations to std::vector
2017-07-19 Jonathan WakelyPR libstdc++/81476 Optimise vector insertion from input...
2017-07-19 Volker Reicheltnew (bad_array_new_length): Remove redundant semicolon...
2017-07-19 Jonathan WakelyFix indentation in std::basic_filebuf member functions
2017-07-19 Jonathan WakelyFix indentation in libstdc++ testsuite utils
2017-07-19 Jonathan WakelyUse dg-require-fileio in new test
2017-07-18 Jonathan WakelyPR libstdc++/81395 fix crash when write follows large...
2017-07-18 François Dumontstl_list.h (struct _List_node_header): New.
2017-07-15 Jonathan WakelyReorder std::scoped_lock parameters as per P0739R0...
2017-07-14 Jason MerrillConstrain std::variant constructor for class template...
2017-07-11 Jonathan WakelyImprovements to the libstdc++ FAQ and manual
2017-07-10 Jonathan WakelyInclude missing header for std::free
2017-07-10 Jonathan WakelyPR libstdc++/81381 support stateful allocators in basic...
2017-07-10 Jonathan WakelyPR libstdc++/81338 correctly manage string capacity
2017-07-06 Jonathan WakelyFix memory leaks in libstdc++ tests
2017-07-06 Jonathan WakelyFix memory leaks in libstdc++ ABI tests
2017-07-06 Jonathan WakelyPrevent __uses_alloc from holding dangling references
2017-06-27 Tim Shenre PR libstdc++/80187 (C++ variant should be trivially...
2017-06-27 Jonathan WakelyPR libstdc++/81221 only run new test for check-parallel
2017-06-27 Jonathan WakelyPR libstdc++/81221 fix namespace qualification for...
2017-06-22 Jonathan WakelyPR libstdc++/81173 fix undefined memset with null pointer
2017-06-21 Ville VoutilainenPR libstdc++/80675, PR libstdc++/80940
2017-06-21 Ramana RadhakrishnanUpdate baseline symbols for aarch64-none-linux-gnu
2017-06-21 Jonathan WakelyPR libstdc++/81092 Regenerate configure for libtool_VER...
2017-06-20 Uros Bizjakbaseline_symbols.txt: Update.
2017-06-20 Rainer OrthAlways check for target i?86 and x86_64
2017-06-19 Rainer OrthUpdate Solaris baselines for GCC 8.0 (PR libstdc++...
2017-06-18 H.J. Lux32: Update baseline_symbols.txt
2017-06-18 Andreas Schwabre PR libstdc++/81092 (Missing symbols for new std...
2017-06-17 Rainer OrthGet rid of dg-skip-if etc. default args
2017-06-17 Jonathan WakelyPR libstdc++/80893 don't run test for C++98 modes
2017-06-16 Jonathan WakelyAdd std::get_deleter overload with correct signature
2017-06-16 Jakub Jelinekre PR libstdc++/81092 (Missing symbols for new std...
2017-06-16 Jonathan WakelyFix std::wbuffer_convert::sync()
2017-06-16 Jonathan WakelyPR libstdc++/81092 add std::wstring symbols and bump...
2017-06-16 Jonathan WakelyFix missing returns in libstdc++ header and tests
2017-06-16 François Dumontstl_bvector.h (__fill_bvector(_Bit_type*, unsigned...
2017-06-15 François Dumont2017-06-15 François Dumont <fdumont@gcc.gnu.org>
2017-06-15 Rainer OrthUse pthread effective-target in testsuite
2017-06-14 Jonathan WakelyFix libstdc++ testsuite failures with -D_GLIBCXX_USE_CX...
2017-06-12 Pedro AlvesFinish implementing P0426R1 "Constexpr for std::char_tr...
2017-06-12 François Dumontstl_tree.h (_Rb_tree_impl()): Restore _Node_allocator...
2017-06-12 Jonathan WakelyPR libstdc++/55917 do not handle exceptions in std...
2017-06-09 Jonathan WakelySupport move-only deleters in std::shared_ptr (LWG...
2017-06-09 Jonathan WakelyAdd deduction guides for sequence containers (P0433R2...
2017-06-08 Jonathan WakelyPR libstdc++/81017 add noexcept to std::function move...
2017-06-07 Jonathan WakelyAdd C++17 deduction guide for std::basic_regex (P0433R2...
2017-06-07 Jonathan WakelyPR libstdc++/81002 fix std::basic_regex range constructor
2017-06-07 Jonathan WakelyAdd C++17 deduction guide for std::basic_string (P0433R...
2017-06-05 Jonathan WakelyPR libstdc++/80939 Remove unmeetable constexpr specifiers
2017-06-05 Jonathan WakelyOptimize std::advance for single increments
2017-06-05 Jonathan WakelyAdd noexcept to shared_ptr owner comparisons (LWG 2873)
2017-06-03 Andreas Schwabbaseline_symbols.txt: Update.
2017-06-03 Eric Botcazouconfigure.ac (*-*-linux-android*): Set target_makefile_...
2017-06-02 Jonathan WakelyPR libstdc++/80624 satisfy invariant for char_traits...
2017-06-02 Jonathan WakelyRemove libsupc++ makefile targets setting -std=gnu...
2017-06-02 Richard Bienerre PR libstdc++/80721 (Sorting/Merging of free EH-emerg...
2017-06-01 Rainer OrthFix cross compilation to Solaris
2017-06-01 Ville Voutilainenre PR c++/80812 (ICE: in build_value_init_noctor, at...
2017-05-31 Jonathan WakelyPR libstdc++/80893 Fix null dereference in vector<bool>
2017-05-28 Tim Shenre PR c++/80737 (variant<any> as class member resulting...
2017-05-24 Jonathan WakelyUse CHAR_BIT instead of assuming 8 bits
next