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
/
testsuite
/
std
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-21
libstdc++: Fix std::chrono::file_clock conversions for low-precision times
Jonathan Wakely
1
-0
/
+9
2024-01-21
libstdc++: Fix std::format floating-point alternate forms [PR113512]
Jonathan Wakely
1
-0
/
+6
2024-01-18
libstdc++/debug: Fix constexpr _Safe_iterator in C++20 mode [PR109536]
Patrick Palka
1
-4
/
+0
2024-01-18
libstdc++: Fix std::format test for Solaris [PR113450]
Jonathan Wakely
1
-1
/
+1
2024-01-17
libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]
Jonathan Wakely
3
-0
/
+276
2024-01-16
libstdc++: Implement P2540R1 change to views::cartesian_product()
Patrick Palka
1
-3
/
+3
2024-01-15
libstdc++: Implement P2836R1 changes to const_iterator
Patrick Palka
2
-2
/
+2
2024-01-12
libstdc++: Fix std::runtime_format deviations from the spec [PR113320]
Jonathan Wakely
1
-0
/
+11
2024-01-11
libstdc++/ranges: Use C++23 deducing this in _Pipe and _Partial
Patrick Palka
2
-10
/
+10
2024-01-08
libstdc++: Implement P2918R0 "Runtime format strings II" for C++26
Jonathan Wakely
1
-0
/
+37
2024-01-08
libstdc++: Implement P2905R2 "Runtime format strings" for C++20
Jonathan Wakely
11
-24
/
+64
2024-01-08
libstdc++: Add Unicode-aware width estimation for std::format
Jonathan Wakely
1
-0
/
+67
2024-01-08
libstdc++: Implement P2909R4 ("Dude, where's my char?") for C++20
Jonathan Wakely
1
-4
/
+23
2024-01-05
libstdc++: Remove UB from month and weekday additions and subtractions.
Cassio Neri
4
-2
/
+97
2024-01-03
Update copyright years.
Jakub Jelinek
135
-135
/
+135
2024-01-02
libstdc++: testsuite: Reduce max_size_type.cc exec time [PR113175]
Patrick Palka
1
-4
/
+4
2023-12-18
libstdc++: Make ranges::to closure objects SFINAE-friendly [PR112802]
Patrick Palka
1
-0
/
+20
2023-12-12
libstdc++: Fix std::format("{}", 'c')
Jonathan Wakely
2
-0
/
+59
2023-12-12
libstdc++: Fix std::format output of %C for negative years
Jonathan Wakely
1
-2
/
+5
2023-12-09
libstdc++: Fix value of __cpp_lib_format macro [PR111826]
Jonathan Wakely
1
-2
/
+2
2023-12-09
libstdc++: Fix resolution of LWG 4016 for std::ranges::to [PR112876]
Jonathan Wakely
1
-6
/
+6
2023-12-05
libstdc++: Add workaround to std::ranges::subrange [PR111948]
Jonathan Wakely
1
-0
/
+8
2023-12-05
libstdc++: Implement LWG 4016 for std::ranges::to
Jonathan Wakely
1
-28
/
+121
2023-12-05
libstdc++: Disable std::formatter::set_debug_format [PR112832]
Jonathan Wakely
1
-0
/
+29
2023-12-04
c++: implement P2564, consteval needs to propagate up [PR107687]
Marek Polacek
1
-1
/
+1
2023-11-30
libstdc++: Fix std::ranges::to errors
Jonathan Wakely
1
-14
/
+15
2023-11-23
libstdc++: Define std::ranges::to for C++23 (P1206R7) [PR111055]
Jonathan Wakely
3
-0
/
+412
2023-11-18
libstdc++: Check string value_type in std::make_format_args [PR112607]
Jonathan Wakely
1
-0
/
+30
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
16
-42
/
+69
2023-11-14
libstdc++: Fix UB in weekday::weekday(sys_days) and add test
Cassio Neri
1
-0
/
+9
2023-11-13
libstdc++: Add dg-timeout-factor to remaining <chrono> IO tests
Jonathan Wakely
6
-0
/
+6
2023-11-09
libstdc++: Fix forwarding in __take/drop_of_repeat_view [PR112453]
Patrick Palka
1
-0
/
+13
2023-10-26
libstdc++: Add dg-timeout-factor to <chrono> IO tests
Jonathan Wakely
18
-0
/
+18
2023-09-15
libstdc++: Remove dg-options "-std=gnu++23" from remaining tests
Jonathan Wakely
17
-17
/
+0
2023-09-15
libstdc++: Remove dg-options "-std=gnu++20" from std::chrono tests
Jonathan Wakely
77
-110
/
+33
2023-09-15
libstdc++: Remove dg-options "-std=gnu++20" from std::format tests
Jonathan Wakely
17
-21
/
+0
2023-09-15
libstdc++: Remove dg-options "-std=gnu++20" from <concepts> and <ranges> tests
Jonathan Wakely
105
-205
/
+101
2023-09-15
libstdc++: Replace dg-options "-std=c++20" with dg-add-options strict_std
Jonathan Wakely
4
-7
/
+7
2023-09-07
libstdc++: Fix missing/misplaced { dg-options "-std=gnu++20" } in tests
Jonathan Wakely
1
-1
/
+1
2023-09-07
libstdc++: Fix <ranges> tests that fail in C++23
Jonathan Wakely
8
-7
/
+154
2023-09-07
libstdc++: Simplify C++20 poison pill overloads (P2602R2)
Jonathan Wakely
2
-1
/
+32
2023-09-07
libstdc++: Relax range adaptors for move-only types (P2494R2)
Jonathan Wakely
6
-1
/
+77
2023-09-01
libstdc++: Fix how chrono::parse handles errors for time-of-day values
Jonathan Wakely
1
-0
/
+7
2023-09-01
libstdc++: Do not allow chrono::parse to overflow for %C [PR111162]
Jonathan Wakely
1
-0
/
+12
2023-08-24
libstdc++: Add test for illegal pointer arithmetic in format [PR111102]
Paul Dreik
1
-0
/
+15
2023-08-24
libstdc++: Fix -Wunused-but-set-variable in std::format_to test
Jonathan Wakely
1
-4
/
+4
2023-08-17
libstdc++: Add std::formatter specializations for extended float types
Jonathan Wakely
2
-33
/
+92
2023-08-17
libstdc++: Rework std::format support for wchar_t
Jonathan Wakely
1
-0
/
+10
2023-08-17
libstdc++: Implement P2770R0 changes to join_view / join_with_view
Patrick Palka
1
-0
/
+110
2023-08-17
libstdc++: Convert _RangeAdaptorClosure into a CRTP base [PR108827]
Patrick Palka
1
-7
/
+0
[prev]
[next]