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
/
include
/
std
/
format
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-14
libstdc++: Ensure that _Utf_view is always a view.
Tomasz Kamiński
1
-1
/
+1
2025-10-14
libstdc++: Remove unused local type alias <format>.
Luc Grosheintz
1
-1
/
+0
2025-10-14
libstdc++: Implement _Escaping_sink to avoid construction of string
Tomasz Kamiński
1
-55
/
+142
2025-10-10
libstdc++: Adjust enable_nonlocking_formatter_optimization specializations [P...
Tomasz Kamiński
1
-5
/
+7
2025-10-10
libstdc++: Implement P3235R3 optimizations for std::print [PR121790]
Tomasz Kamiński
1
-0
/
+22
2025-10-10
libstdc++: Implement P3107R5 optimizations for std::print [PR121790]
Jonathan Wakely
1
-2
/
+84
2025-09-16
libstdc++: Fix more missing uses of iter_difference_t [PR119820]
Jonathan Wakely
1
-1
/
+1
2025-09-10
libstdc++: Use _Drop_iter<_CharT> for formattable concept checking [PR121765]
Tomasz Kamiński
1
-37
/
+83
2025-07-11
libstdc++: Treat __int128 as a real integral type [PR96710]
Jonathan Wakely
1
-14
/
+0
2025-07-08
libstdc++: Do not expose set_brackets/set_separator for formatter with format...
Tomasz Kamiński
1
-2
/
+2
2025-07-07
libstdc++: Format __float128 as _Float128 only when long double is not 128 IE...
Tomasz Kamiński
1
-8
/
+3
2025-06-12
libstdc++: add range support to std::optional (P3168)
Giuseppe D'Angelo
1
-26
/
+0
2025-06-12
libstdc++: Do not specialize std::formatter for incomplete type [PR120625]
Jonathan Wakely
1
-7
/
+11
2025-06-05
libstdc++: Fix std::format thousands separators when sign present [PR120548]
Jonathan Wakely
1
-2
/
+9
2025-05-20
libstdc++: Cleanup and stabilize format _Spec<_CharT> and _Pres_type.
Tomasz Kamiński
1
-120
/
+137
2025-05-15
libstdc++: Fix std::format_kind primary template for Clang [PR120190]
Jonathan Wakely
1
-5
/
+14
2025-05-15
libstdc++: Fix preprocessor check for __float128 formatter [PR119246]
Tomasz Kamiński
1
-1
/
+1
2025-05-14
libstdc++: Preserve the argument type in basic_format_args [PR119246]
Tomasz Kamiński
1
-71
/
+146
2025-05-09
libstdc++: Provide ability to query _Sink_iter if writes are discarded.
Tomasz Kamiński
1
-12
/
+52
2025-04-30
libstdc++: Fix _Padding_sink in case when predicted width is between padwidth...
Tomasz Kamiński
1
-3
/
+4
2025-04-25
libstdc++: Minimalize temporary allocations when width is specified [PR109162]
Tomasz Kamiński
1
-101
/
+298
2025-04-25
libstdc++: Constrain formatter for thread::id [PR119918]
Tomasz Kamiński
1
-117
/
+140
2025-04-25
libstdc++: Implement formatters for queue, priority_queue and stack [PR109162]
Tomasz Kamiński
1
-68
/
+8
2025-04-17
libstdc++: Fixed signed comparision in _M_parse_fill_and_align [PR119840]
Tomasz Kamiński
1
-2
/
+2
2025-04-17
libstdc++: Do not use 'not' alternative token in <format>
Jonathan Wakely
1
-1
/
+4
2025-04-17
libstdc++: Remove dead code in range_formatter::format [PR109162]
Tomasz Kamiński
1
-7
/
+12
2025-04-16
libstdc++: Fix constification in range_formatter::format [PR109162]
Tomasz Kamiński
1
-3
/
+8
2025-04-16
libstdc++: Implement formatters for pair and tuple [PR109162]
Tomasz Kamiński
1
-74
/
+303
2025-04-15
libstdc++: Implement formatter for ranges and range_formatter [PR109162]
Tomasz Kamiński
1
-57
/
+448
2025-04-11
libstdc++: Implement debug format for strings and characters formatters [PR10...
Tomasz Kamiński
1
-58
/
+434
2025-04-08
libstdc++: Fix use-after-free in std::format [PR119671]
Jonathan Wakely
1
-3
/
+3
2025-04-04
libstdc++: Provide formatter for vector<bool>::reference [PR109162]
Tomasz Kamiński
1
-12
/
+2
2025-04-03
libstdc++: Fix handling of field width for wide strings and characters [PR119...
Tomasz Kamiński
1
-1
/
+15
2025-03-25
libstdc++: Cast -1 to size_t in <format> [PR119429]
Jonathan Wakely
1
-1
/
+1
2025-03-13
libstdc++: Hide 128-bit int and float types behind handle for basic_format_ar...
Tomasz Kamiński
1
-7
/
+42
2025-03-12
libstdc++: Use new <bits/monostate.h> header in <format>
Jonathan Wakely
1
-1
/
+1
2025-03-12
libstdc++: Optimize basic_format_parse_context::check_dynamic_spec
Jonathan Wakely
1
-50
/
+60
2025-03-12
libstdc++: Correct preprocessing checks for floatX_t and bfloat_16 formatting
Tomasz Kamiński
1
-24
/
+8
2025-03-12
libstdc++: Reject basic_format_parse_context::check_dynamic_spec<>(n)
Jonathan Wakely
1
-0
/
+3
2024-12-07
libstdc++: Fix typo in Doxygen comment in <format>
Jonathan Wakely
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-09-24
libstdc++: Remove unnecessary 'static' from __is_specialization_of
Nathaniel Shead
1
-3
/
+2
2024-09-22
libstdc++: Disable std::formatter<char8_t, C> specialization
Jonathan Wakely
1
-25
/
+28
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
1
-0
/
+9
2024-09-14
libstdc++: Tweak localized formatting for floating-point types
Jonathan Wakely
1
-7
/
+10
2024-08-28
libstdc++: Fix -Wunused-variable warning in <format>
Jonathan Wakely
1
-0
/
+5
2024-07-31
libstdc++: Bump __cpp_lib_format value for std::runtime_format
Jonathan Wakely
1
-1
/
+1
2024-07-31
libstdc++: Define C++26 member visit for std::basic_format_arg [PR110356]
Jonathan Wakely
1
-0
/
+16
2024-07-31
libstdc++: Implement C++26 type checking for std::format args [PR115776]
Jonathan Wakely
1
-7
/
+135
2024-07-31
libstdc++: Support P2510R3 "Formatting pointers" as a DR for C++20
Jonathan Wakely
1
-12
/
+4
[next]