aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-12-24PR libstdc++/83450 avoid -Wreturn-type warning in testJonathan Wakely2-0/+7
2017-12-20re PR libstdc++/82522 (std::map::insert(value_type &&) not selected)François Dumont8-7/+132
2017-12-20[aarch64][libstdc++] Use __ARM_BIG_ENDIAN instead of __AARCH64EB__ in opt_ran...Kyrylo Tkachov2-1/+6
2017-12-19Fix last ChangeLog entry date.François Dumont1-1/+1
2017-12-18re PR libstdc++/80761 (std::set<T,C,A>::insert_return_type uses wrong iterato...François Dumont5-32/+21
2017-12-18re PR libstdc++/68430 (std::is_constructible<T>::value == true for unconstruc...Ville Voutilainen2-0/+11
2017-12-16PR tree-optimization/83239 - False positive from -Wstringop-overflowMartin Sebor2-3/+15
2017-12-14PR libstdc++/83279 handle sendfile not copying entire fileJonathan Wakely2-22/+49
2017-12-14PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely3-2/+70
2017-12-14PR libstdc++/83427 detect weak result type from noexcept functionsJonathan Wakely7-216/+209
2017-12-14Test whitespace handling in std::complex extractionJonathan Wakely2-0/+31
2017-12-14Improve std::complex test and move to sub-directoryJonathan Wakely2-17/+10
2017-12-13PR libstdc++/59568 fix error handling for std::complex stream extractionJonathan Wakely3-19/+217
2017-12-12PR libstdc++/83395 fix invocable traits for INVOKE<cv void>Jonathan Wakely4-14/+70
2017-12-07re PR libstdc++/83120 (ext/special_functions/hyperg failure on AIX)David Edelsohn3-2/+11
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2-1/+7
2017-12-05Correct noexcept mismatch in declarations.Jason Merrill4-6/+17
2017-12-04Fix warnings in <bits/regex_compiler.tcc>Jonathan Wakely2-7/+13
2017-12-04Fix -Wunused warnings in libstdc++ headersJonathan Wakely8-12/+35
2017-12-01Fix narrowing conversions in string_view typesJonathan Wakely3-4/+8
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely7-2/+27
2017-12-01Add comment to fix -Wfallthrough warningJonathan Wakely2-0/+4
2017-12-01Fix -Wempty-body warnings for debug assertionsJonathan Wakely2-3/+12
2017-12-01Use const char* to fix -Wwrite-strings warningJonathan Wakely2-1/+3
2017-12-01Add [[noreturn]] attributes to fix warningJonathan Wakely2-0/+5
2017-12-01Remove stray semi-colons at namespace scopeJonathan Wakely3-3/+7
2017-12-01Use value-init syntax in std::__detail::__airyJonathan Wakely2-2/+5
2017-12-01Add noexcept to std::integral_constant membersJonathan Wakely3-3/+9
2017-11-30PR libstdc++/65927 Fix -Wunused-but-set-parameter warningJonathan Wakely2-2/+10
2017-11-30Move assertion from to_address to __to_addressGlen Joseph Fernandes3-5/+47
2017-11-30PR libstdc++/83226 avoid forming pointer-to-reference typeJonathan Wakely3-1/+40
2017-11-30baseline_symbols.txt: Update.John David Anglin2-0/+9
2017-11-29C++: improve location of static_assert errorsDavid Malcolm2-1/+6
2017-11-28Add std::to_address for C++2a (P0653R2)Glen Joseph Fernandes3-0/+190
2017-11-27Add missing noexcept in string_view::find_first_of declarationStephan Bergmann2-1/+4
2017-11-27Fix std::unordered_map deduction guideStephan Bergmann3-2/+7
2017-11-24Add [[nodiscard]] attribute to std::launderJonathan Wakely3-2/+34
2017-11-23Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely8-6/+114
2017-11-23PR libstdc++/83134 Ensure std::__not_ converts B::value to boolJonathan Wakely6-12/+52
2017-11-22PR go/83102 relax std::set checks for invocable comparison objectJonathan Wakely2-2/+14
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely42-28/+903
2017-11-21Fix invalid XML in libstdc++ manualPrzemyslaw Wirkus2-1/+6
2017-11-21RTEMS: Enable some libstdc++ featuresSebastian Huber3-2/+14
2017-11-20streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...François Dumont19-34/+706
2017-11-20Fix failing tests caused by duplicate dg-optionsJonathan Wakely3-20/+9
2017-11-20Implement LWG 2353Ville Voutilainen4-48/+39
2017-11-19PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage valuesEdward Smith-Rowland52-72669/+59904
2017-11-18specfun.h: Expose airy_ai and airy_bi.Edward Smith-Rowland9-1/+541
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist16-24/+138
2017-11-17PR libstdc++/83025 fix constraints for path overloads in <fstream>Jonathan Wakely9-26/+91