index
:
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/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
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-15
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-15
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
Age
Commit message (
Expand
)
Author
2024-03-09
libstdc++: Do not require a time-of-day when parsing sys_days [PR114240]
Jonathan Wakely
2024-03-09
libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279]
Jonathan Wakely
2024-03-08
Daily bump.
GCC Administrator
2024-03-07
libstdc++: Use std::from_chars to speed up parsing subsecond durations
Jonathan Wakely
2024-03-07
libstdc++: Fix parsing of fractional seconds [PR114244]
Jonathan Wakely
2024-03-07
libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR1...
Jonathan Wakely
2024-03-07
libstdc++: Update expiry times for leap seconds lists
Jonathan Wakely
2024-03-07
libstdc++: Replace unnecessary uses of built-ins in testsuite
Jonathan Wakely
2024-03-07
libstdc++: Better diagnostics for std::format errors
Jonathan Wakely
2024-03-05
Daily bump.
GCC Administrator
2024-03-04
libstdc++: Add missing std::tuple constructor [PR114147]
Jonathan Wakely
2024-03-01
Daily bump.
GCC Administrator
2024-02-29
libstdc++: Fix std::basic_format_arg::handle for BasicFormatters
Jonathan Wakely
2024-02-29
libstdc++: Fix conditions for using memcmp in std::lexicographical_compare_th...
Jonathan Wakely
2024-02-29
Daily bump.
GCC Administrator
2024-02-28
libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152]
Jonathan Wakely
2024-02-28
libstdc++: Change some URLs in the manual to use https
Jonathan Wakely
2024-02-28
libstdc++: Update outdated docs on contributing
Jonathan Wakely
2024-02-28
libstdc++: Add more nodiscard uses in <vector>
Jonathan Wakely
2024-02-28
libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask ops
Jonathan Wakely
2024-02-28
libstdc++: Test error handling in std::print
Jonathan Wakely
2024-02-28
libstdc++: Fix std::print for Cygwin
Jonathan Wakely
2024-02-28
libstdc++: Include <bits/stl_iterator.h> in <bits/alloc_traits.h>
Jonathan Wakely
2024-02-28
libstdc++: Add more [[nodiscard]] to <stacktrace>
Jonathan Wakely
2024-02-21
Daily bump.
GCC Administrator
2024-02-20
libstdc++: [_GLIBCXX_DEBUG] Fix std::__niter_wrap behavior
François Dumont
2024-02-20
Daily bump.
GCC Administrator
2024-02-19
libstdc++, Darwin: Handle a linker warning [PR112397].
Iain Sandoe
2024-02-18
Daily bump.
GCC Administrator
2024-02-17
libstdc++: [_GLIBCXX_DEBUG] Fix std::__niter_base behavior
François Dumont
2024-02-17
Daily bump.
GCC Administrator
2024-02-16
libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc again [PR113961]
Jonathan Wakely
2024-02-16
libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc [PR113931]
Jonathan Wakely
2024-02-16
libstdc++: Improve docs for debug mode backtraces
Jonathan Wakely
2024-02-16
libstdc++: Fix spelling of <envar> elements in manual
Jonathan Wakely
2024-02-16
Daily bump.
GCC Administrator
2024-02-15
libstdc++: Remove redundant zeroing in std::bitset::operator>>= [PR113806]
Jonathan Wakely
2024-02-15
libstdc++: Use memset to optimize std::bitset::set() [PR113807]
Jonathan Wakely
2024-02-15
libstdc++: Use unsigned division in std::rotate [PR113811]
Jonathan Wakely
2024-02-15
libstdc++: Avoid aliasing violation in std::valarray [PR99117]
Jonathan Wakely
2024-02-15
libstdc++: Update tzdata to 2024a
Jonathan Wakely
2024-02-15
libstdc++: Use 128-bit arithmetic for std::linear_congruential_engine [PR87744]
Jonathan Wakely
2024-02-15
Daily bump.
GCC Administrator
2024-02-14
libstdc++: C++ item p2442 is version 1 only
Gerald Pfeifer
2024-02-13
Daily bump.
GCC Administrator
2024-02-12
libstdc++: Fix constexpr basic_string union member [PR113294]
Paul Keir
2024-02-10
Daily bump.
GCC Administrator
2024-02-09
libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for is_same
Ken Matsui
2024-02-09
Daily bump.
GCC Administrator
2024-02-08
libstdc++: Fix comment typo in std::atomic<std::shared_ptr<T>>
Jonathan Wakely
[next]