index
:
rocket-tools/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
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
libstdc++: Fix style issues in <mdspan>.
Luc Grosheintz
1
-13
/
+4
12 days
libstdc++: Support braces as arguments for std::erase on inplace_vector [PR12...
Tomasz Kamiński
1
-1
/
+1
2025-07-22
libstdc++: Fix obvious mistake in inplace_vector::assign_range [PR119137]
Tomasz Kamiński
1
-1
/
+1
2025-07-21
libstdc++: Make the default ctor of mdspan conditionally noexcept.
Luc Grosheintz
1
-7
/
+5
2025-07-21
libstdc++: Strengthen exception guarantee for mdspan methods.
Luc Grosheintz
1
-6
/
+16
2025-07-18
libstdc++: Qualify addressof calls in inplace_vector [PR119137]
Tomasz Kamiński
1
-2
/
+2
2025-07-18
libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137]
Jonathan Wakely
1
-0
/
+1379
2025-07-17
libstdc++: Fix forwarding of custom IndexType in mdspan [PR121061]
Luc Grosheintz
1
-4
/
+4
2025-07-17
libstdc++: Fix constraint for custom integer types in mdspan [PR121061]
Luc Grosheintz
1
-14
/
+20
2025-07-16
libstdc++: Use basic_string_view for std::bitset deduced types
Jonathan Wakely
1
-1
/
+4
2025-07-15
libstdc++: Add missing initializers for __maybe_present_t members [PR119962]
Patrick Palka
1
-3
/
+6
2025-07-15
libstdc++: Ensure std::make_unsigned<Enum> works for 128-bit enum
Jonathan Wakely
1
-1
/
+6
2025-07-14
libstdc++: Add comments to deleted std::swap overloads for LWG 2766
Jonathan Wakely
4
-1
/
+9
2025-07-11
libstdc++: Always treat __float128 as a floating-point type
Jonathan Wakely
1
-1
/
+1
2025-07-11
libstdc++: Treat __int128 as a real integral type [PR96710]
Jonathan Wakely
4
-16
/
+30
2025-07-09
libstdc++: Add more template keywords to <mdspan> for Clang
Jonathan Wakely
1
-2
/
+2
2025-07-09
libstdc++: Do not use list-initialization in std::span members [PR120997]
Jonathan Wakely
1
-7
/
+8
2025-07-09
libstdc++: Add smart ptr owner_equals and owner_hash [PR117403]
Paul Keir
1
-0
/
+1
2025-07-08
libstdc++: Do not expose set_brackets/set_separator for formatter with format...
Tomasz Kamiński
1
-2
/
+2
2025-07-08
libstdc++: Better CTAD for span and mdspan [PR120914].
Luc Grosheintz
2
-7
/
+21
2025-07-08
libstdc++: Implement mdspan and tests [PR107761].
Luc Grosheintz
1
-0
/
+285
2025-07-08
libstdc++: Implement __mdspan::__size.
Luc Grosheintz
1
-4
/
+8
2025-07-08
libstdc++: Check prerequisite of extents::extents.
Luc Grosheintz
1
-0
/
+13
2025-07-08
libstdc++: Check prerequisites of layout_*::operator().
Luc Grosheintz
1
-0
/
+5
2025-07-08
libstdc++: Document that LWG 3881 is resolved, by using different apporach.
Tomasz Kamiński
1
-2
/
+8
2025-07-07
libstdc++: Use template keyword in __mapping_of alias template
Jonathan Wakely
1
-1
/
+1
2025-07-07
libstdc++: Format __float128 as _Float128 only when long double is not 128 IE...
Tomasz Kamiński
1
-8
/
+3
2025-07-03
libstdc++: Update LWG 4166 changes to concat_view::end() [PR120934]
Patrick Palka
1
-2
/
+2
2025-07-03
libstdc++: construct bitset from string_view (P2697) [PR119742]
Nathan Myers
1
-28
/
+54
2025-07-02
libstdc++: make range view ctors explicit (P2711) [PR119744]
Nathan Myers
1
-16
/
+16
2025-07-01
libstdc++: Implement default_accessor from mdspan.
Luc Grosheintz
1
-0
/
+31
2025-06-26
libstdc++: Type-erase chrono-data for formatting [PR110739]
Tomasz Kamiński
1
-24
/
+0
2025-06-24
libstdc++: Unnecessary type completion in __is_complete_or_unbounded [PR120717]
Patrick Palka
1
-17
/
+22
2025-06-13
libstdc++: add a workaround for format_kind<optional<T>> [PR120644]
Giuseppe D'Angelo
1
-1
/
+1
2025-06-12
libstdc++: add range support to std::optional (P3168)
Giuseppe D'Angelo
2
-26
/
+47
2025-06-12
libstdc++: Uglify __mapping_alike template parameter and fix test and typo in...
Tomasz Kamiński
1
-11
/
+11
2025-06-12
libstdc++: Make layout_left(layout_stride) noexcept.
Luc Grosheintz
1
-1
/
+2
2025-06-12
libstdc++: Implement layout_stride from mdspan.
Luc Grosheintz
1
-1
/
+248
2025-06-12
libstdc++: Implement layout_right from mdspan.
Luc Grosheintz
1
-1
/
+152
2025-06-12
libstdc++: Implement layout_left from mdspan.
Luc Grosheintz
1
-1
/
+302
2025-06-12
libstdc++: Improve naming, whitespace and silence warnings for extents.
Luc Grosheintz
1
-12
/
+12
2025-06-12
libstdc++: Do not specialize std::formatter for incomplete type [PR120625]
Jonathan Wakely
1
-7
/
+11
2025-06-11
libstdc++: Fix mismatched @cond and @endcond in <type_traits>
Jonathan Wakely
1
-0
/
+3
2025-06-11
libstdc++: Fix whitespace before comments in <sstream>
Jonathan Wakely
1
-6
/
+6
2025-06-10
libstdc++: Implement LWG3528 make_from_tuple can perform (the equivalent of) ...
Yihan Wang
1
-2
/
+22
2025-06-09
libstdc++: sstream from string_view (P2495R3) [PR119741]
Nathan Myers
1
-18
/
+184
2025-06-06
libstdc++: Use std::conditional_t instead of lambda to select semaphore imple...
Jonathan Wakely
1
-2
/
+2
2025-06-06
libstdc++: Fix flat_map::operator[] for const lvalue keys [PR120432]
Patrick Palka
1
-3
/
+3
2025-06-06
libstdc++: Optimize std::counting_semaphore for futex path
Jonathan Wakely
1
-3
/
+2
2025-06-05
libstdc++: Fix std::format thousands separators when sign present [PR120548]
Jonathan Wakely
1
-2
/
+9
[next]