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/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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-16
libstdc++: Implement P2540R1 change to views::cartesian_product()
Patrick Palka
1
-1
/
+1
2024-01-15
libstdc++: Reduce std::variant template instantiation depth
Patrick Palka
1
-8
/
+7
2024-01-15
libstdc++: Implement P2836R1 changes to const_iterator
Patrick Palka
3
-3
/
+15
2024-01-15
libstdc++: Fix redefinition error in std::tuple [PR108822]
Jonathan Wakely
1
-16
/
+19
2024-01-15
libstdc++: Use variable template to fix -fconcepts-ts error [PR113366]
Jonathan Wakely
1
-3
/
+2
2024-01-13
libstdc++: Implement P2255R2 dangling checks for std::tuple [PR108822]
Jonathan Wakely
2
-294
/
+734
2024-01-12
libstdc++: Implement C++23 std::bind_back from P2387R3 [PR108827]
Patrick Palka
3
-105
/
+195
2024-01-12
libstdc++: Use C++23 deducing this in std::bind_front
Patrick Palka
1
-6
/
+13
2024-01-12
libstdc++/ranges: Use perfect forwarding in _Pipe and _Partial ctors
Patrick Palka
1
-29
/
+40
2024-01-13
libstdc++: Fix non-portable results from 64-bit std::subtract_with_carry_engi...
Jonathan Wakely
1
-1
/
+4
2024-01-12
libstdc++: Fix std::runtime_format deviations from the spec [PR113320]
Jonathan Wakely
1
-8
/
+22
2024-01-12
libstdc++: Implement C++23 P1951R1 (Default Args for pair's Forwarding Ctor) ...
Jonathan Wakely
1
-0
/
+8
2024-01-12
libstdc++: Fix incorrect PR number in comment
Jonathan Wakely
1
-5
/
+2
2024-01-11
libstdc++: Removed a duplicate define directive for __glibcxx_want_ranges_iota
Michael Levine
1
-1
/
+0
2024-01-11
libstdc++/ranges: Use C++23 deducing this in _Pipe and _Partial
Patrick Palka
2
-2
/
+37
2024-01-10
libstdc++: Optimize std::is_compound compilation performance
Ken Matsui
1
-2
/
+2
2024-01-10
libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT for _Nth_type
Patrick Palka
1
-1
/
+1
2024-01-09
libstdc++: Fix Unicode property detection functions
Jonathan Wakely
2
-323
/
+324
2024-01-09
libstdc++: Simplify some chrono formatters
Jonathan Wakely
1
-10
/
+4
2024-01-08
libstdc++: Remove std::__unicode::__null_sentinel
Jonathan Wakely
1
-2
/
+0
2024-01-08
libstdc++: Implement P2918R0 "Runtime format strings II" for C++26
Jonathan Wakely
1
-0
/
+22
2024-01-08
libstdc++: Implement P2905R2 "Runtime format strings" for C++20
Jonathan Wakely
4
-22
/
+27
2024-01-08
libstdc++: Add Unicode-aware width estimation for std::format
Jonathan Wakely
7
-59
/
+1579
2024-01-08
libstdc++: Implement P2909R4 ("Dude, where's my char?") for C++20
Jonathan Wakely
3
-69
/
+95
2024-01-07
libstdc++: Optimize std::is_trivially_destructible_v
Jonathan Wakely
1
-0
/
+19
2024-01-05
libstdc++: Do not use __is_convertible unconditionally [PR113241]
Jonathan Wakely
1
-0
/
+5
2024-01-05
libstdc++: Fix std::char_traits<C>::move [PR113200]
Jonathan Wakely
1
-13
/
+3
2024-01-05
libstdc++: Remove UB from month and weekday additions and subtractions.
Cassio Neri
1
-25
/
+54
2024-01-05
libstdc++: Use if-constexpr in std::__try_use_facet [PR113099]
Jonathan Wakely
1
-1
/
+4
2024-01-04
libstdc++: Use _GLIBCXX_USE_BUILTIN_TRAIT
Ken Matsui
1
-5
/
+5
2024-01-04
libstdc++: fix typo in <generator>
Arsen Arsenović
1
-1
/
+1
2024-01-04
libstdc++: rename _A badname in <generator>
Arsen Arsenović
1
-3
/
+3
2024-01-03
Update copyright years.
Jakub Jelinek
811
-811
/
+811
2023-12-31
libstdc++: [_Hashtable] Extend the small size optimization
François Dumont
1
-26
/
+123
2023-12-21
libstdc++: implement std::generator
Arsen Arsenović
8
-0
/
+913
2023-12-21
libstdc++: add missing include in ranges_util.h
Arsen Arsenović
1
-0
/
+1
2023-12-18
libstdc++: Make ranges::to closure objects SFINAE-friendly [PR112802]
Patrick Palka
1
-0
/
+4
2023-12-16
libstdc++: Optimize std::remove_pointer compilation performance
Ken Matsui
1
-1
/
+7
2023-12-16
libstdc++: Optimize std::is_object compilation performance
Ken Matsui
1
-0
/
+14
2023-12-16
libstdc++: Optimize std::is_function compilation performance
Ken Matsui
1
-2
/
+21
2023-12-16
libstdc++: Optimize std::is_reference compilation performance
Ken Matsui
1
-0
/
+14
2023-12-16
libstdc++: Optimize std::is_member_object_pointer compilation performance
Ken Matsui
1
-1
/
+16
2023-12-16
libstdc++: Optimize std::is_member_function_pointer compilation performance
Ken Matsui
1
-0
/
+16
2023-12-16
libstdc++: Optimize std::is_member_pointer compilation performance
Ken Matsui
1
-1
/
+15
2023-12-16
libstdc++: Optimize std::is_scoped_enum compilation performance
Ken Matsui
1
-0
/
+12
2023-12-16
libstdc++: Optimize std::is_bounded_array compilation performance
Ken Matsui
1
-0
/
+5
2023-12-16
libstdc++: Optimize std::is_array compilation performance
Ken Matsui
1
-0
/
+12
2023-12-15
libstdc++: Simplify std::vprint_unicode for non-Windows targets
Jonathan Wakely
2
-11
/
+30
2023-12-15
libstdc++: Do not add padding for std::print to std::ostream
Jonathan Wakely
1
-44
/
+2
2023-12-14
libstdc++: Implement C++23 <print> header [PR107760]
Jonathan Wakely
7
-9
/
+374
[next]