nios2.c (nios2_symbolic_constant_allowed): Rename to...
[gcc.git] / libstdc++-v3 /
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)
2017-11-03 Jonathan WakelyRemove _Node_insert_return::get() member functions...
2017-11-01 François Dumontprinters.py (StdExpAnyPrinter.__init__): Strip typename...
2017-11-01 Jonathan WakelyPR libstdc++/82777 fix path normalization for dot-dot
2017-10-30 Jonathan WakelyDon't create broken symlink in libstdc++-v3/include...
2017-10-30 Jonathan WakelyRemove ios_mode::trunc from basic_ofstream openmode...
2017-10-30 Jonathan WakelyMinor tweak to libstdc++ FAQ
2017-10-30 Jonathan WakelyMinor header reorganization for unordered containers
2017-10-30 Ville VoutilainenImplement LWG 2485
2017-10-27 Jonathan WakelySimplify _Node_insert_return to avoid including <tuple>
2017-10-27 Jonathan WakelyList headers in Makefile in alphabetical order
2017-10-27 Jonathan WakelyRemove noexcept from filesystem iterators and operation...
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 WakelyUpdate C++17 library status documentation
2017-10-25 Jonathan WakelyPR libstdc++/82716 avoid stupid -Wmismatched-tags warnings
2017-10-25 Jonathan WakelyPR libstdc++/79283 fix filesystem::read_symlink for...
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-24 Jonathan WakelyAvoid -Wattribute-alias warnings for long double compat...
2017-10-24 Jonathan WakelyRefactor std::basic_string_view members and add noexcept
2017-10-24 Jonathan WakelyPR libstdc++/82685 add 'noexcept' to string_view literals
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 WakelyUpdate references to C++17 in libstdc++ manual
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-13 Jonathan WakelyPR libstdc++/82481 Suppress clang-tidy warnings
2017-10-10 Jonathan WakelyUpdate comment referring to status of LWG issue 111
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 Jakub Jelinekcharconv (__unsigned_least_t): Fix number of closing...
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-25 Uros Bizjakre PR c/81854 (weak alias of an incompatible symbol...
2017-09-21 Jonathan WakelyFix tests for std::clamp
2017-09-20 Jonathan WakelyPR libstdc++/79162 Fix std::string regression due to...
next