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/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
/
format
/
functions
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-05
libstdc++: Fix std::format thousands separators when sign present [PR120548]
Jonathan Wakely
1
-0
/
+10
2025-05-27
libstdc++: Fix test failures for 32-bit AIX
Jonathan Wakely
1
-0
/
+3
2025-04-08
libstdc++: Fix use-after-free in std::format [PR119671]
Jonathan Wakely
1
-0
/
+12
2025-04-03
libstdc++: Restored accidentally removed test case.
Tomasz Kamiński
1
-0
/
+1
2025-04-03
libstdc++: Fix handling of field width for wide strings and characters [PR119...
Tomasz Kamiński
1
-2
/
+6
2024-07-31
libstdc++: Bump __cpp_lib_format value for std::runtime_format
Jonathan Wakely
1
-2
/
+2
2024-07-31
libstdc++: Define C++26 member visit for std::basic_format_arg [PR110356]
Jonathan Wakely
1
-2
/
+2
2024-07-31
libstdc++: Implement C++26 type checking for std::format args [PR115776]
Jonathan Wakely
1
-0
/
+4
2024-07-31
libstdc++: Support P2510R3 "Formatting pointers" as a DR for C++20
Jonathan Wakely
1
-1
/
+1
2024-04-26
libstdc++: Do not apply localized formatting to NaN and inf [PR114863]
Jonathan Wakely
1
-0
/
+8
2024-04-02
libstdc++: Guard uses of char8_t with __cpp_char8_t [PR114519]
Jonathan Wakely
1
-0
/
+3
2024-03-14
libstdc++: Fix std::format("{}", negative_integer) [PR114325]
Jonathan Wakely
1
-0
/
+5
2024-01-21
libstdc++: Fix std::format floating-point alternate forms [PR113512]
Jonathan Wakely
1
-0
/
+6
2024-01-18
libstdc++: Fix std::format test for Solaris [PR113450]
Jonathan Wakely
1
-1
/
+1
2024-01-08
libstdc++: Implement P2905R2 "Runtime format strings" for C++20
Jonathan Wakely
2
-4
/
+11
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
2023-12-12
libstdc++: Fix std::format("{}", 'c')
Jonathan Wakely
1
-0
/
+56
2023-12-09
libstdc++: Fix value of __cpp_lib_format macro [PR111826]
Jonathan Wakely
1
-2
/
+2
2023-09-15
libstdc++: Remove dg-options "-std=gnu++20" from std::format tests
Jonathan Wakely
7
-11
/
+0
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
1
-33
/
+0
2023-08-17
libstdc++: Rework std::format support for wchar_t
Jonathan Wakely
1
-0
/
+10
2023-08-17
libstdc++: Fix std::format("{:F}", inf) to use uppercase
Jonathan Wakely
1
-0
/
+12
2023-08-17
libstdc++: Disable PCH for tests that rely on include order
Jonathan Wakely
2
-0
/
+2
2023-08-16
libstdc++: Fix std::basic_string::resize_and_overwrite
Jonathan Wakely
2
-0
/
+9
2023-08-11
libstdc++: Fix std::format_to_n return value [PR110990]
Jonathan Wakely
1
-0
/
+17
2023-08-10
libstdc++: Fix std::format for localized floats [PR110968]
Jonathan Wakely
1
-0
/
+3
2023-08-07
libstdc++: Constrain __format::_Iter_sink for contiguous iterators [PR110917]
Jonathan Wakely
1
-0
/
+100
2023-07-27
libstdc++: Fix std::format alternate form for floating-point [PR108046]
Jonathan Wakely
1
-0
/
+4
2023-06-09
libstdc++: Fix P2510R3 "Formatting pointers" [PR110149]
Jonathan Wakely
1
-0
/
+42
2023-03-22
libstdc++: Add missing __cpp_lib_format macro to <version>
Jonathan Wakely
1
-0
/
+15
2022-12-06
libstdc++: Add casts for integer-like difference type [PR107871]
Jonathan Wakely
1
-0
/
+14
2022-12-06
libstdc++: The Trouble with Tribbles
Jonathan Wakely
1
-0
/
+4
2022-11-15
libstdc++: Fix std::format test for strict -std=c++20 mode
Jonathan Wakely
1
-3
/
+4
2022-11-15
libstc++: std::formattable concept should not be defined for C++20
Jonathan Wakely
1
-2
/
+10
2022-11-15
libstdc++: Fix detection of std::format support for __float128 [PR107693]
Jonathan Wakely
1
-2
/
+18
2022-11-13
libstdc++: Implement C++20 <format> [PR104166]
Jonathan Wakely
4
-0
/
+512