index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-14
PR libstdc++/83279 handle sendfile not copying entire file
Jonathan Wakely
2
-22
/
+49
2017-12-14
PR libstdc++/68519 use native duration to avoid rounding errors
Jonathan Wakely
3
-2
/
+70
2017-12-14
PR libstdc++/83427 detect weak result type from noexcept functions
Jonathan Wakely
7
-216
/
+209
2017-12-14
Test whitespace handling in std::complex extraction
Jonathan Wakely
2
-0
/
+31
2017-12-14
Improve std::complex test and move to sub-directory
Jonathan Wakely
2
-17
/
+10
2017-12-13
PR libstdc++/59568 fix error handling for std::complex stream extraction
Jonathan Wakely
3
-19
/
+217
2017-12-12
PR libstdc++/83395 fix invocable traits for INVOKE<cv void>
Jonathan Wakely
4
-14
/
+70
2017-12-07
re PR libstdc++/83120 (ext/special_functions/hyperg failure on AIX)
David Edelsohn
3
-2
/
+11
2017-12-07
PR c/81544 - attribute noreturn and warn_unused_result on the same function a...
Martin Sebor
2
-1
/
+7
2017-12-05
Correct noexcept mismatch in declarations.
Jason Merrill
4
-6
/
+17
2017-12-04
Fix warnings in <bits/regex_compiler.tcc>
Jonathan Wakely
2
-7
/
+13
2017-12-04
Fix -Wunused warnings in libstdc++ headers
Jonathan Wakely
8
-12
/
+35
2017-12-01
Fix narrowing conversions in string_view types
Jonathan Wakely
3
-4
/
+8
2017-12-01
Disable -Wliteral-suffix for standard UDLs
Jonathan Wakely
7
-2
/
+27
2017-12-01
Add comment to fix -Wfallthrough warning
Jonathan Wakely
2
-0
/
+4
2017-12-01
Fix -Wempty-body warnings for debug assertions
Jonathan Wakely
2
-3
/
+12
2017-12-01
Use const char* to fix -Wwrite-strings warning
Jonathan Wakely
2
-1
/
+3
2017-12-01
Add [[noreturn]] attributes to fix warning
Jonathan Wakely
2
-0
/
+5
2017-12-01
Remove stray semi-colons at namespace scope
Jonathan Wakely
3
-3
/
+7
2017-12-01
Use value-init syntax in std::__detail::__airy
Jonathan Wakely
2
-2
/
+5
2017-12-01
Add noexcept to std::integral_constant members
Jonathan Wakely
3
-3
/
+9
2017-11-30
PR libstdc++/65927 Fix -Wunused-but-set-parameter warning
Jonathan Wakely
2
-2
/
+10
2017-11-30
Move assertion from to_address to __to_address
Glen Joseph Fernandes
3
-5
/
+47
2017-11-30
PR libstdc++/83226 avoid forming pointer-to-reference type
Jonathan Wakely
3
-1
/
+40
2017-11-30
baseline_symbols.txt: Update.
John David Anglin
2
-0
/
+9
2017-11-29
C++: improve location of static_assert errors
David Malcolm
2
-1
/
+6
2017-11-28
Add std::to_address for C++2a (P0653R2)
Glen Joseph Fernandes
3
-0
/
+190
2017-11-27
Add missing noexcept in string_view::find_first_of declaration
Stephan Bergmann
2
-1
/
+4
2017-11-27
Fix std::unordered_map deduction guide
Stephan Bergmann
3
-2
/
+7
2017-11-24
Add [[nodiscard]] attribute to std::launder
Jonathan Wakely
3
-2
/
+34
2017-11-23
Add [[nodiscard]] attribute to C++17 components
Jonathan Wakely
8
-6
/
+114
2017-11-23
PR libstdc++/83134 Ensure std::__not_ converts B::value to bool
Jonathan Wakely
6
-12
/
+52
2017-11-22
PR go/83102 relax std::set checks for invocable comparison object
Jonathan Wakely
2
-2
/
+14
2017-11-21
PR libstdc++/48101 improve errors for invalid container specializations
Jonathan Wakely
42
-28
/
+903
2017-11-21
Fix invalid XML in libstdc++ manual
Przemyslaw Wirkus
2
-1
/
+6
2017-11-21
RTEMS: Enable some libstdc++ features
Sebastian Huber
3
-2
/
+14
2017-11-20
streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...
François Dumont
19
-34
/
+706
2017-11-20
Fix failing tests caused by duplicate dg-options
Jonathan Wakely
3
-20
/
+9
2017-11-20
Implement LWG 2353
Ville Voutilainen
4
-48
/
+39
2017-11-19
PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage values
Edward Smith-Rowland
52
-72669
/
+59904
2017-11-18
specfun.h: Expose airy_ai and airy_bi.
Edward Smith-Rowland
9
-1
/
+541
2017-11-17
Enable building libstdc++-v3 with Intel CET
Igor Tsimbalist
16
-24
/
+138
2017-11-17
PR libstdc++/83025 fix constraints for path overloads in <fstream>
Jonathan Wakely
9
-26
/
+91
2017-11-16
Tweak vector::_M_realloc_insert for code size
Marc Glisse
2
-6
/
+12
2017-11-16
Remove wrong ChangeLog entry
Jason Merrill
1
-4
/
+0
2017-11-16
Add noexcept to std::shared_future copy operations (LWG DR 2799)
Jonathan Wakely
2
-2
/
+7
2017-11-16
* include/std/numeric (gcd): Fix typo.
Jason Merrill
1
-0
/
+4
2017-11-15
Fix gcd breakage.
Ville Voutilainen
2
-1
/
+6
2017-11-15
Minor improvements to Filesystem tests
Jonathan Wakely
4
-1
/
+11
2017-11-15
Add noexcept to generic std::size, std::empty and std::data
Jonathan Wakely
2
-5
/
+14
[next]