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
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
libsdc++: Test using range_format::map as format_kind.
Tomasz Kamiński
1
-1
/
+3
9 days
c++: Unwrap type traits defined in terms of builtins within diagnostics [PR11...
Nathaniel Shead
2
-0
/
+3
2025-07-08
libstdc++: Do not expose set_brackets/set_separator for formatter with format...
Tomasz Kamiński
1
-0
/
+52
2025-06-13
libstdc++: Replace _CharT template parameter with CharT in format tests.
Tomasz Kamiński
7
-82
/
+80
2025-06-12
libstdc++: Do not specialize std::formatter for incomplete type [PR120625]
Jonathan Wakely
1
-0
/
+19
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
2
-0
/
+4
2025-05-23
testsuite: Fix typo in parse_ctx.cc
Stefan Schulze Frielinghaus
1
-1
/
+1
2025-05-15
libstdc++: Fix std::format_kind primary template for Clang [PR120190]
Jonathan Wakely
1
-5
/
+10
2025-05-14
libstdc++: Preserve the argument type in basic_format_args [PR119246]
Tomasz Kamiński
2
-36
/
+81
2025-04-30
libstdc++: Fix _Padding_sink in case when predicted width is between padwidth...
Tomasz Kamiński
2
-0
/
+18
2025-04-25
libstdc++: Minimalize temporary allocations when width is specified [PR109162]
Tomasz Kamiński
4
-5
/
+655
2025-04-25
libstdc++: Replace leftover std::queue with Adaptor in ranges/adaptors.cc.
Tomasz Kamiński
1
-1
/
+1
2025-04-25
libstdc++: Define __cpp_lib_format_ranges in format header [PR109162]
Tomasz Kamiński
4
-3
/
+12
2025-04-25
libstdc++: Implement formatters for queue, priority_queue and stack [PR109162]
Tomasz Kamiński
1
-0
/
+156
2025-04-22
libstdc++: Increase timeouts for format and flat_maps tests
Tomasz Kamiński
3
-0
/
+3
2025-04-17
libstdc++: Do not use 'not' alternative token in <format>
Jonathan Wakely
1
-0
/
+13
2025-04-16
libstdc++: Fix constification in range_formatter::format [PR109162]
Tomasz Kamiński
1
-0
/
+22
2025-04-16
libstdc++: Implement formatters for pair and tuple [PR109162]
Tomasz Kamiński
4
-19
/
+507
2025-04-15
libstdc++: Implement formatter for ranges and range_formatter [PR109162]
Tomasz Kamiński
6
-8
/
+665
2025-04-14
libstdc++: Use UTF-32BE as wide encoding for big-endian machines [PR119725]
Tomasz Kamiński
2
-2
/
+3
2025-04-11
libstdc++: Implement debug format for strings and characters formatters [PR10...
Tomasz Kamiński
4
-2
/
+461
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
2025-03-27
testsuite: fix dg-* typos
Sam James
1
-1
/
+1
2025-03-13
libstdc++: Hide 128-bit int and float types behind handle for basic_format_ar...
Tomasz Kamiński
2
-2
/
+81
2025-03-12
libstdc++: Optimize basic_format_parse_context::check_dynamic_spec
Jonathan Wakely
1
-4
/
+2
2025-03-12
libstdc++: Reject basic_format_parse_context::check_dynamic_spec<>(n)
Jonathan Wakely
2
-3
/
+6
2024-10-11
libstdc++: Fix some test failures with -fno-char8_t
Jonathan Wakely
1
-0
/
+1
2024-09-22
libstdc++: Disable std::formatter<char8_t, C> specialization
Jonathan Wakely
1
-0
/
+17
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
3
-3
/
+46
2024-07-31
libstdc++: Implement C++26 type checking for std::format args [PR115776]
Jonathan Wakely
4
-0
/
+201
2024-07-31
libstdc++: Support P2510R3 "Formatting pointers" as a DR for C++20
Jonathan Wakely
2
-3
/
+3
2024-07-25
libstdc++: Remove std::basic_format_args default constructor (LWG 4106)
Jonathan Wakely
1
-0
/
+4
2024-07-10
libstdc++: Make std::basic_format_context non-copyable [PR114387]
Jonathan Wakely
1
-0
/
+36
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-23
libstdc++: Disable std::formatter specializations (LWG 3944)
Jonathan Wakely
1
-0
/
+31
2024-03-14
libstdc++: Fix std::format("{}", negative_integer) [PR114325]
Jonathan Wakely
1
-0
/
+5
2024-03-07
libstdc++: Better diagnostics for std::format errors
Jonathan Wakely
2
-1
/
+37
2024-02-29
libstdc++: Fix std::basic_format_arg::handle for BasicFormatters
Jonathan Wakely
1
-0
/
+24
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-12
libstdc++: Fix std::runtime_format deviations from the spec [PR113320]
Jonathan Wakely
1
-0
/
+11
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
6
-14
/
+54
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
[next]