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/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/jlaw/pr124029
devel/jlaw/pr80770
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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
std
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-02
Update copyright years.
Jakub Jelinek
135
-135
/
+135
2025-12-19
libstdc++: Fix chrono::parse to read from wide strings [PR123147]
Jonathan Wakely
1
-0
/
+14
2025-12-08
libstdc++: Implement P2404R3 relaxations to comparable_with concepts [PR122946]
Jonathan Wakely
1
-0
/
+28
2025-12-05
libstdc++: Use deducing this in range adaptors even in C++20 [PR111550]
Patrick Palka
1
-0
/
+15
2025-11-26
libstdc++: Optimize functor storage for transform views iterators.
Tomasz Kamiński
3
-8
/
+308
2025-11-26
libstdc++: Hashing support for chrono value classes [PR110357]
Tomasz Kamiński
1
-0
/
+280
2025-10-22
libstdc++: Add missing constraints to views::indices
Jonathan Wakely
1
-1
/
+15
2025-10-21
libstdc++: Implement P3060R3: Add std::views::indices(n)
Yuao Ma
1
-0
/
+31
2025-10-14
libstdc++: Implement _Escaping_sink to avoid construction of string
Tomasz Kamiński
1
-0
/
+89
2025-10-14
libstdc++: Formatting tests for std::chrono compose types.
Tomasz Kamiński
7
-7
/
+280
2025-10-10
libstdc++: Remove misleading TODO comments to add parsing tests.
Tomasz Kamiński
8
-8
/
+0
2025-10-10
libstdc++: Adjust enable_nonlocking_formatter_optimization specializations [P...
Tomasz Kamiński
3
-28
/
+26
2025-10-10
libstdc++: Implement P3235R3 optimizations for std::print [PR121790]
Tomasz Kamiński
6
-89
/
+317
2025-10-10
libstdc++: Implement P3107R5 optimizations for std::print [PR121790]
Jonathan Wakely
1
-0
/
+59
2025-10-10
libstdc++: Improve handling of !ok() weekday index in formatting [PR121929]
Tomasz Kamiński
1
-5
/
+4
2025-10-09
libstdc++: Formatting tests for std::chrono date types.
Tomasz Kamiński
3
-3
/
+323
2025-10-08
libstdc++: Fix allocator propagation and tests for std::indirect and std::pol...
Jonathan Wakely
12
-99
/
+281
2025-10-08
libstdc++: Add missing include to std/time/format/format.cc
Jonathan Wakely
1
-0
/
+1
2025-10-07
libstdc++: Fix -Wmaybe-uninitialized warning in another test
Jonathan Wakely
1
-1
/
+1
2025-10-01
libstdc++: Fix spelling of "Polymorphic" in a test
Jonathan Wakely
1
-9
/
+9
2025-09-24
libstdc++: Reflect operator<< constraints in formatter for local_time.
Tomasz Kamiński
1
-12
/
+23
2025-09-22
libstdc++: Rework handling of ISO week calendar and week index formatting.
Tomasz Kamiński
1
-1
/
+42
2025-09-19
libstdc++: Constrain operator<< for chrono::local_type
Jonathan Wakely
1
-0
/
+8
2025-09-18
libstdc++: Implement C++23 P2590R2 - Explicit lifetime management [PR106658]
Jakub Jelinek
1
-0
/
+94
2025-09-16
libstdc++: Fix missing change to views::pairwise from P2165R4 [PR121956]
Jonathan Wakely
1
-0
/
+13
2025-09-12
libstdc++: Fix algorithms to use iterators' difference_type for arithmetic [P...
Jonathan Wakely
1
-1
/
+1
2025-09-11
libstdc++: Tests of %W/%V/%U and %G for !ok date values.
Tomasz Kamiński
1
-20
/
+28
2025-09-10
libstdc++: Use _Drop_iter<_CharT> for formattable concept checking [PR121765]
Tomasz Kamiński
1
-0
/
+53
2025-09-05
libstdc++: Make join_view::_Iterator::_M_get_inner noexcept [PR121804]
Patrick Palka
1
-0
/
+12
2025-08-04
libstdc++: Fix dereferencing of std::indirect xvalues [PR121128]
Tomasz Kamiński
2
-0
/
+111
2025-07-30
libstdc++: Fix test when dual abi disabled
François Dumont
1
-2
/
+2
2025-07-29
libsdc++: Test using range_format::map as format_kind.
Tomasz Kamiński
1
-1
/
+3
2025-07-25
c++: Unwrap type traits defined in terms of builtins within diagnostics [PR11...
Nathaniel Shead
2
-0
/
+3
2025-07-18
libstdc++: Fixed localized empty-spec formatting for months/weekdays [PR121154]
Tomasz Kamiński
2
-0
/
+9
2025-07-15
libstdc++: Add missing initializers for __maybe_present_t members [PR119962]
Patrick Palka
3
-0
/
+24
2025-07-09
libstdc++: Added missing members to numeric_limits specializations for intege...
Mateusz Zych
1
-0
/
+31
2025-07-08
libstdc++: Do not expose set_brackets/set_separator for formatter with format...
Tomasz Kamiński
1
-0
/
+52
2025-07-07
libstdc++: Format chrono %a/%A/%b/%h/%B/%p using locale's time_put [PR117214]
XU Kailiang
2
-0
/
+44
2025-07-03
libstdc++: Update LWG 4166 changes to concat_view::end() [PR120934]
Patrick Palka
1
-0
/
+13
2025-06-27
libstdc++: Fix warnings introduced by type-erasing for chrono commits [PR110739]
Tomasz Kamiński
1
-17
/
+26
2025-06-26
libstdc++: Type-erase chrono-data for formatting [PR110739]
Tomasz Kamiński
1
-8
/
+8
2025-06-25
libstdc++: Test for %S precision for durations with integral representation.
Tomasz Kamiński
1
-5
/
+99
2025-06-25
libstdc++: Report compilation error on formatting "%d" from month_last [PR120...
Tomasz Kamiński
1
-0
/
+164
2025-06-13
libstdc++: Format %r, %x and %X using locale's time_put facet [PR120648]
Tomasz Kamiński
1
-5
/
+38
2025-06-13
libstdc++: Replace _CharT template parameter with CharT in format tests.
Tomasz Kamiński
11
-168
/
+166
2025-06-13
libstdc++: Test chrono-spec containing only whitespaces.
Tomasz Kamiński
1
-0
/
+56
2025-06-12
libstdc++: Do not specialize std::formatter for incomplete type [PR120625]
Jonathan Wakely
1
-0
/
+19
2025-06-11
libstdc++: Test for precision and floting point durations.
Tomasz Kamiński
2
-0
/
+158
2025-06-10
libstdc++: Make __max_size_type and __max_diff_type structural
Patrick Palka
1
-0
/
+7
2025-06-06
libstdc++: Support wide characters output for sys_info and local_info [PR120565]
Tomasz Kamiński
1
-4
/
+4
[next]